From f78c20949cdd7e47515c3817ad0ba87c90099f8f Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Mon, 18 May 2015 17:05:54 +0200 Subject: [PATCH] Use a SPDX-compliant license identifier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f59cae9..1492ca0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "min": "38.0", "max": "40.*" }, - "license": "GPLv3", + "license": "GPL-3.0+", "private": true, "scripts": { "gulp": "gulp" -- 2.39.3