From a052cdb464f2530f3d5d09b75be9201a50018782 Mon Sep 17 00:00:00 2001 From: Gregory Linford Date: Thu, 31 Aug 2017 17:57:29 +0100 Subject: [PATCH] Update package.json with Apache License 2.0 (#632) The license used is Apache License 2.0, so I think it makes sense to update the package.json file with the correct string as a some software use this field to approve or not packages. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 297d9234..5d46a63f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "unit-node6": "jasmine node6-test/test.js" }, "author": "The Chromium Authors", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache License 2.0", "dependencies": { "debug": "^2.6.8", "extract-zip": "^1.6.5",