fix licensing issues 71/26871/1
authorMichael Lando <ml636r@att.com>
Mon, 25 Dec 2017 19:12:47 +0000 (21:12 +0200)
committerMichael Lando <ml636r@att.com>
Mon, 25 Dec 2017 19:13:55 +0000 (19:13 +0000)
in the project we are required to have a license text in the root dir.
we have it there and it references both AT&T and Amdocs.
other license were removed and and the text in the package json changed to onap.

Change-Id: I1584d3c56df3287d02f899d45f18ddc3f32d082c
Issue-ID: SDC-737
Signed-off-by: Michael Lando <ml636r@att.com>
dox-sequence-diagram-ui/LICENSE.txt [deleted file]
dox-sequence-diagram-ui/package.json
openecomp-ui/LICENSE [deleted file]
openecomp-ui/package.json

diff --git a/dox-sequence-diagram-ui/LICENSE.txt b/dox-sequence-diagram-ui/LICENSE.txt
deleted file mode 100644 (file)
index 1292a6b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-(c) Copyright 2016 ECOMP, all rights reserved.
\ No newline at end of file
index 17f4efa..826bc54 100644 (file)
@@ -9,8 +9,8 @@
     "start": "webpack-dev-server",
     "lint": "eslint . --ext .js --ext .jsx --cache"
   },
-  "author": "ECOMP",
-  "license": "SEE LICENSE IN LICENSE.TXT",
+  "author": "ONAP",
+  "license": "SEE LICENSE IN LICENSE",
   "dependencies": {
     "d3": "^3.5.16",
     "lodash": "^4.12.0",
diff --git a/openecomp-ui/LICENSE b/openecomp-ui/LICENSE
deleted file mode 100644 (file)
index 5628b9a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-(c) Copyright 2016 OPENECOMP, all rights reserved.
index 6e13e26..42d4cb9 100644 (file)
@@ -2,7 +2,7 @@
   "name": "dox-ui",
   "version": "1.0.0",
   "description": "",
-  "author": "ECOMP",
+  "author": "ONAP",
   "license": "SEE LICENSE IN LICENSE",
   "scripts": {
     "start": "gulp dev && webpack-dev-server --progress",