From 5fbddfd71bb83ab666a29478825124517d12db9b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 25 Dec 2017 21:12:47 +0200 Subject: 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 --- openecomp-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-ui/package.json') 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", -- cgit 1.2.3-korg