Skip to content

Commit

Permalink
docs(LICENSE): permeate licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Habdas committed May 23, 2017
1 parent 8583680 commit b5ecdcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions class-wordpress-readme-parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @link https://github.com/markjaquith/WordPress-Plugin-Readme-Parser Alternative to WordPress-Plugin-Readme-Parser
* @version 1.1.1
* @author Weston Ruter <[email protected]> (@westonruter)
* @copyright Copyright (c) 2013, XWP <https://xwp.co/>
* @license GPLv2+
* @copyright Copyright (c) 2017, XWP <https://xwp.co/>
* @license MIT
*/

class WordPress_Readme_Parser {
Expand Down
4 changes: 2 additions & 2 deletions generate-markdown-readme
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Look for WordPress readme in current directory or above and convert into markdown readme in same directory
* @version 1.0.1
* @author Weston Ruter <[email protected]> (@westonruter)
* @copyright Copyright (c) 2014, XWP <https://xwp.co/>
* @license GPLv2+
* @copyright Copyright (c) 2017, XWP <https://xwp.co/>
* @license MIT
*/

try {
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xwp/wp-dev-lib.git"
},
"repository": "xwp/wp-dev-lib",
"keywords": [
"wordpress"
"wordpress",
"plugins",
"themes",
"development",
"tools"
],
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/xwp/wp-dev-lib/issues"
},
"author": "Weston Ruter <[email protected]> (https://xwp.co)",
"license": "MIT",
"homepage": "https://github.com/xwp/wp-dev-lib#readme"
}

0 comments on commit b5ecdcc

Please sign in to comment.