From 30f769b919f7a2725db5fd9476ec12a4187eb2f5 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 6 Apr 2016 19:34:00 -0400 Subject: [PATCH] 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{=>+} --- package.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json.in b/package.json.in index 97057fb..ca3f69f 100644 --- a/package.json.in +++ b/package.json.in @@ -13,7 +13,7 @@ "dependencies": {}, "devDependencies": {}, - "license": "GPL-3.0", + "license": "GPL-3.0+", "scripts": { "test": "make test"