Skip to content

Commit

Permalink
fix: corrected license in package and composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Apr 14, 2020
1 parent 41e7738 commit 1a2fcd3
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 25 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"phpcompatibility/phpcompatibility-wp": "^2.1",
"brainmaestro/composer-git-hooks": "^2.8"
},
"license": "GPL-3.0-or-later",
"license": "GPL-2.0-or-later",
"scripts": {
"post-install-cmd": [ "vendor/bin/cghooks add --no-lock" ],
"post-update-cmd": [ "vendor/bin/cghooks update" ]
Expand Down
89 changes: 66 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"type": "git",
"url": "git+https://github.com/Automattic/newspack-newsletters.git"
},
"license": "GPL-3.0-or-later",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/newspack-newsletters/issues"
},
Expand Down

0 comments on commit 1a2fcd3

Please sign in to comment.