fix licensing issues 75/68575/4
authorMichael Lando <ml636r@att.com>
Sun, 23 Sep 2018 12:07:50 +0000 (15:07 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Tue, 25 Sep 2018 06:20:11 +0000 (06:20 +0000)
license section in package.json updated to apache 2

Change-Id: I4387c8be48cadd9e1499bf7d83d0d0f58c8e7f63
Issue-ID: SDC-1785
Signed-off-by: Michael Lando <ml636r@att.com>
dox-sequence-diagram-ui/package.json
openecomp-bdd/package.json
openecomp-ui/package.json

index 55e4105..d56d6b7 100644 (file)
@@ -11,7 +11,7 @@
         "lint-fix": "eslint --fix -c eslintrc.json --ext .js --ext .jsx src"
     },
     "author": "ONAP",
-    "license": "SEE LICENSE IN LICENSE",
+    "license": "Apache-2.0",
     "dependencies": {
         "d3": "^4.10.0",
         "lodash": "^4.12.0",
index e8841bc..0aecbdc 100644 (file)
@@ -13,7 +13,7 @@
     "cucumber-docs": "jsdoc ./stepDefinitions  -c plugins/jsdoc_config.json --readme plugins/README.md"
   },
   "author": "",
-  "license": "SEE LICENSE IN LICENSE.TXT",
+  "license": "Apache-2.0",
   "dependencies": {
     "assert": "^1.4.1",
     "cucumber": "^3.2.1",
index 951f1c6..1b92eb3 100644 (file)
@@ -3,7 +3,7 @@
     "version": "1.0.0",
     "description": "",
     "author": "ONAP",
-    "license": "SEE LICENSE IN LICENSE",
+    "license": "Apache-2.0",
     "scripts": {
         "build": "webpack --mode=production",
         "build-dev": "webpack --mode=development",