summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-09-21 09:58:41 +0000
committervagrant <vv770d@att.com>2018-09-21 10:01:09 +0000
commitf52a2ab77fa5f0e5369ed5c92faf814375870300 (patch)
tree4e3934cb93f58a716cfab2c57bcaa7974411fb9c
parent5cde9948f812daf7b19acef45fcb3e04882aa3c3 (diff)
Fix license for cli
Change-Id: I0ac6dfd1d83539f7d2ae91147568c0e7acab16fa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
-rw-r--r--dcaedftool/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcaedftool/package.json b/dcaedftool/package.json
index f5ee148..89ae28a 100644
--- a/dcaedftool/package.json
+++ b/dcaedftool/package.json
@@ -1,7 +1,7 @@
{
"name": "dcaedf",
"version": "1.0.1",
- "license": "MIT",
+ "license": "Apache-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",