1
0
Fork 0

package.json licence field update to GPL-3.0+

Apparently the SPDX license list used by NPM supports an "or later"
identifier; that's good, as this is an incredibly important distinction; I
was otherwise going to drop it and use my own custom identifier.

* package.json: License field set to GPL-3.0{=>+}
master
Mike Gerwitz 2016-04-06 19:34:00 -04:00
parent 818e4a73c8
commit 30f769b919
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"dependencies": {},
"devDependencies": {},
"license": "GPL-3.0",
"license": "GPL-3.0+",
"scripts": {
"test": "make test"