Edit package.json license to match SPDX id See [NPM package.json spec for licenses](https://docs.npmjs.com/files/package.json#license) and [SPDX license IDs](https://spdx.org/licenses/)
X-ref: apache/cordova-plugin-device#48 This closes #22 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/c1374e30 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/c1374e30 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/c1374e30 Branch: refs/heads/1.1.x Commit: c1374e3060cc93c07a9655905c5e0f342fcd6d8a Parents: 89dd353 Author: t1st3 <[email protected]> Authored: Wed Sep 28 15:26:00 2016 +0200 Committer: Shazron Abdullah <[email protected]> Committed: Wed Sep 28 11:38:46 2016 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/c1374e30/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index aad836e..bad2c93 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jshint": "jshint www" }, "author": "Apache Software Foundation", - "license": "Apache 2.0", + "license": "Apache-2.0", "devDependencies": { "jshint": "^2.6.0" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
