diff options
author | 2017-12-25 21:12:47 +0200 | |
---|---|---|
committer | 2017-12-25 19:13:55 +0000 | |
commit | dcd34daaba9131e19f49bbfb26ffd13ab32752a4 (patch) | |
tree | 2108986e834423bc25bc9c479fa796ab6d819690 /openecomp-ui | |
parent | 65dd863bb78cdd8e2ae489d5720cc278e07da798 (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')
-rw-r--r-- | openecomp-ui/LICENSE | 1 | ||||
-rw-r--r-- | openecomp-ui/package.json | 2 |
2 files changed, 1 insertions, 2 deletions
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", |