summaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-25 21:12:47 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2017-12-26 09:40:18 +0000
commit5fbddfd71bb83ab666a29478825124517d12db9b (patch)
tree2146636161361a8eb19bf5d97179e8ac1e052492 /dox-sequence-diagram-ui
parentaeb418d236199246784bbb5695fc779e48957bd8 (diff)
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>
Diffstat (limited to 'dox-sequence-diagram-ui')
-rw-r--r--dox-sequence-diagram-ui/LICENSE.txt1
-rw-r--r--dox-sequence-diagram-ui/package.json4
2 files changed, 2 insertions, 3 deletions
diff --git a/dox-sequence-diagram-ui/LICENSE.txt b/dox-sequence-diagram-ui/LICENSE.txt
deleted file mode 100644
index 1292a6b014..0000000000
--- 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 17f4efa0fa..826bc547e0 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",