From 621b6a2bcfb4c5a55d18d69217bb33486a21b33e Mon Sep 17 00:00:00 2001 From: dceejay Date: Thu, 28 May 2015 22:07:55 +0100 Subject: [PATCH] Update license in package.json to Apache-2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81791e4d..138d6d4a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version" : "0.0.1", "description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes", "homepage" : "http://nodered.org", - "license" : "Apache", + "license" : "Apache-2.0", "repository" : { "type":"git", "url":"https://github.com/node-red/node-red-nodes.git"