From 25f6885c159287b5dd60e925efbf9077b1455195 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Tue, 12 Dec 2017 10:50:37 -0500 Subject: [PATCH] Use valid SPDX license identifier "Apache 2" is not a valid SPDX license identifier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faa8756..f06a624 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "delegation" ], "author": "Craig Campbell", - "license": "Apache 2", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/ccampbell/gator/issues" },