summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-07-23 15:55:25 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-07-31 15:24:52 +0000
commit8ab097bad503a66a7dbbbece513fc896d0f1e6bb (patch)
tree5c4f0c7747a259e5b6e86a551b71be36eb4d393a /package.json
parentf1aadb9093df7ee0789e9d3caf4e3c83a0bfbb6c (diff)
downloadphosphor-webui-8ab097bad503a66a7dbbbece513fc896d0f1e6bb.tar.gz
phosphor-webui-8ab097bad503a66a7dbbbece513fc896d0f1e6bb.zip
Update package.json license
package.json had the wrong license. Use the Apache 2.0 license defined at https://github.com/openbmc/phosphor-webui/blob/master/LICENSE Tested: npm install Change-Id: I82e94b5261fa159bb8066101199c539725b0f782 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 904a86d..2055895 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,13 @@
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
- "license": "MIT",
+ "license": "Apache-2.0",
+ "licenses": [
+ {
+ "type": "Apache-2.0",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0"
+ }
+ ],
"engines": {
"node": ">=4.2.6",
"npm": ">=5.6.0"
OpenPOWER on IntegriCloud