aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-09-23 13:55:47 +0300
committerMichael Lando <ml636r@att.com>2018-09-23 15:16:37 +0300
commitb7914196ce4a72d959cafd4da43c8e0dc5a18d9f (patch)
tree6db3d381ed36300926b4eb72d4169d109240cfeb
parent28c17265f5f02c3a1a1f77bb53f98a9c0888bc1c (diff)
fix licensing issues
remove license section from package.json update the licensing file to aligne with LF format Change-Id: I7fcb0d5e317c657146aa11f0f1106fe319a5e8de Issue-ID: SDC-1785 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--LICENSE.TXT49
-rw-r--r--package.json2
2 files changed, 31 insertions, 20 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT
index f2eb9ea..75f26e8 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 f12d47c..d430030 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,9 @@
"name": "onap-ui-angular",
"version": "5.1.17",
"author": "d2",
+ "license": "Apache-2.0",
"private": false,
"main": "dist/index.umd.js",
- "license": "MIT",
"scripts": {
"e2e": "ng e2e --no-webdriver-update",
"ng": "ng",