From 9a19ff0218b7d9dd48541ddce01abb36ca124020 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 24 Dec 2015 00:08:19 -0500 Subject: [PATCH] package.json license field update This uses the newer style. Note that the license syntax does not support a very important part of the license---"or later"; this is actually GPLv3+. --- package.json.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json.in b/package.json.in index a11a125..97057fb 100644 --- a/package.json.in +++ b/package.json.in @@ -13,12 +13,7 @@ "dependencies": {}, "devDependencies": {}, - "licenses": [ - { - "type": "GPLv3+", - "url": "http://www.gnu.org/licenses/gpl.html" - } - ], + "license": "GPL-3.0", "scripts": { "test": "make test"