Skip to content

Commit

Permalink
Merge pull request #55 from hypothesis/bsd-3-license
Browse files Browse the repository at this point in the history
Migrate to BSD-3-Clause license for WordPress guidelines compliance
  • Loading branch information
acelaya authored Jan 26, 2024
2 parents 6fa9c8a + 6ac49b4 commit b1fc4a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Create a [new GitHub release](https://github.com/hypothesis/wp-hypothesis/releas

## License

[BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause)
[BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": "https://github.com/hypothesis/wp-hypothesis/"
},
"type": "wordpress-plugin",
"license": "BSD-2-Clause",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.4"
},
Expand Down
4 changes: 2 additions & 2 deletions hypothesis.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Requires PHP: 7.4
* Author: The Hypothesis Project and contributors
* Author URI: https://hypothes.is/
* License: BSD-2-Clause
* License URI: https://opensource.org/licenses/BSD-2-Clause
* License: BSD-3-Clause
* License URI: https://opensource.org/licenses/BSD-3-Clause
* Text Domain: hypothesis
* Domain Path: /languages
**/
Expand Down
3 changes: 3 additions & 0 deletions license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ modification, are permitted provided that the following conditions are met:
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The name of the author may not be used to
endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "Gruntfile.js",
"author": "The Hypothesis Project and contributors",
"repository": "http://github.com/hypothesis/wp-hypothesis/",
"license": "BSD-2-Clause",
"license": "BSD-3-Clause",
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: hypothesis, annotation, comments
Requires at least: 6.2
Tested up to: 6.4.2
Stable tag: 0.7.1
License: BSD-2-Clause
License URI: http://opensource.org/licenses/BSD-2-Clause
License: BSD-3-Clause
License URI: http://opensource.org/licenses/BSD-3-Clause

An open platform for the collaborative evaluation of knowledge.

Expand Down

0 comments on commit b1fc4a0

Please sign in to comment.