diff options
author | Michael Lando <ml636r@att.com> | 2017-12-25 21:12:47 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2017-12-26 09:40:18 +0000 |
commit | 5fbddfd71bb83ab666a29478825124517d12db9b (patch) | |
tree | 2146636161361a8eb19bf5d97179e8ac1e052492 /dox-sequence-diagram-ui/package.json | |
parent | aeb418d236199246784bbb5695fc779e48957bd8 (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/package.json')
-rw-r--r-- | dox-sequence-diagram-ui/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |