updates GPL to 3.0
This commit is contained in:
parent
0ec32b1bd8
commit
88c6d18cd9
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue