updates GPL to 3.0

This commit is contained in:
Brian Coords 2022-10-03 16:17:14 -07:00
parent 0ec32b1bd8
commit 88c6d18cd9
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "understrap/understrap",
"description": "Combines Automattic's Underscores Starter Theme and Bootstrap",
"type": "wordpress-theme",
"license": "GPL-2.0-only",
"license": "GPL-3.0",
"minimum-stability": "stable",
"keywords": [
"wordpress",

2
package-lock.json generated
View File

@ -7,7 +7,7 @@
"": {
"name": "understrap",
"version": "1.1.0",
"license": "GPL-2.0",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",

View File

@ -46,7 +46,7 @@
"underscores"
],
"author": "The UnderStrap Authors (https://github.com/understrap/understrap/graphs/contributors)",
"license": "GPL-2.0",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/understrap/understrap/issues"
},