summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/package.json
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 /openecomp-ui/package.json
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 'openecomp-ui/package.json')
-rw-r--r--openecomp-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json
index c3875ab5d0..e9b37dd68f 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",