fix licensing issues
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>
diff --git a/dox-sequence-diagram-ui/LICENSE.txt b/dox-sequence-diagram-ui/LICENSE.txt
deleted file mode 100644
index 1292a6b..0000000
--- a/dox-sequence-diagram-ui/LICENSE.txt
+++ /dev/null
@@ -1 +0,0 @@
-(c) Copyright 2016 ECOMP, all rights reserved.
\ No newline at end of file
diff --git a/dox-sequence-diagram-ui/package.json b/dox-sequence-diagram-ui/package.json
index 17f4efa..826bc54 100644
--- a/dox-sequence-diagram-ui/package.json
+++ b/dox-sequence-diagram-ui/package.json
@@ -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
index 5628b9a..0000000
--- a/openecomp-ui/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-(c) Copyright 2016 OPENECOMP, all rights reserved.
diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json
index c3875ab..e9b37dd 100644
--- a/openecomp-ui/package.json
+++ b/openecomp-ui/package.json
@@ -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",