From bb69b79ca3adc0444adc804c1c0cce60a90d7276 Mon Sep 17 00:00:00 2001 From: t1st3 Date: Sun, 7 Feb 2016 18:31:19 +0100 Subject: [PATCH] chore: 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: https://github.com/apache/cordova-plugin-device/pull/48 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f55767d..5543ead 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,5 @@ } ], "author": "Apache Software Foundation", - "license": "Apache 2.0" + "license": "Apache-2.0" }