From 7a3be938d530c50d621691a5720dbbe7f88dc0bd Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Thu, 6 Nov 2014 18:20:57 -0800 Subject: [PATCH] chore(package.json): correct Apache-2.0 license Closes #164 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a828644f24..712e656d20 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Tobias Bosch ", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "es6-module-loader": "^0.9.2", "systemjs": "^0.9.1",