aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-25 21:12:47 +0200
committerMichael Lando <ml636r@att.com>2017-12-25 19:13:55 +0000
commitdcd34daaba9131e19f49bbfb26ffd13ab32752a4 (patch)
tree2108986e834423bc25bc9c479fa796ab6d819690
parent65dd863bb78cdd8e2ae489d5720cc278e07da798 (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>
-rw-r--r--dox-sequence-diagram-ui/LICENSE.txt1
-rw-r--r--dox-sequence-diagram-ui/package.json4
-rw-r--r--openecomp-ui/LICENSE1
-rw-r--r--openecomp-ui/package.json2
4 files changed, 3 insertions, 5 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",
diff --git a/openecomp-ui/LICENSE b/openecomp-ui/LICENSE
deleted file mode 100644
index 5628b9ace4..0000000000
--- 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 6e13e269d2..42d4cb9b0b 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",