diff options
author | Michael Lando <ml636r@att.com> | 2018-09-23 14:00:25 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-23 15:15:53 +0300 |
commit | a53867321a4206a14ddcbdd31c0dc13e6e3b9a1f (patch) | |
tree | 0f231a0a0d9e4725e5ebffcfcfb7b39cd9e63a2c | |
parent | 4aa42be3fe9c2102a6e1a19c13a642513babdbd3 (diff) |
fix licensing issues
license section in package.json updated to apache 2
update the licensing file to aligne with LF format
Change-Id: I7ca4156f92a33d38c3983961f2708cafc0ab37df
Issue-ID: SDC-1785
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | LICENSE.TXT | 49 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 31 insertions, 20 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT index f2eb9ea..2a33399 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,20 +1,31 @@ /* -* ============LICENSE_START========================================== -* =================================================================== -* Copyright © 2018 AT&T Intellectual Property. -* Copyright © 2018 Amdocs -* All rights reserved. -* =================================================================== -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* ============LICENSE_END============================================ -*/
\ No newline at end of file + + * Copyright (c) 2018 AT&T Intellectual Property. + + * Copyright (c) 2018 Amdocs + + * + + * Licensed under the Apache License, Version 2.0 (the "License"); + + * you may not use this file except in compliance with the License. + + * You may obtain a copy of the License at + + * + + * http://www.apache.org/licenses/LICENSE-2.0 + + * + + * Unless required by applicable law or agreed to in writing, software + + * distributed under the License is distributed on an "AS IS" BASIS, + + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + + * See the License for the specific language governing permissions and + + * limitations under the License. + + */
\ No newline at end of file diff --git a/package.json b/package.json index 0569939..6272d59 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "onap-ui-common", "version": "1.0.57", "private": false, - "license": "MIT", "author": "", + "license": "Apache-2.0", "main": "index.js", "description": "Onap-UI common library contains icons map and styles", "repository": { |