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/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",