fix licensing issues 73/68573/2
authorMichael Lando <ml636r@att.com>
Sun, 23 Sep 2018 12:04:33 +0000 (15:04 +0300)
committerMichael Lando <ml636r@att.com>
Sun, 23 Sep 2018 12:12:28 +0000 (15:12 +0300)
license section in package.json updated to apache 2

update the licensing file to align with LF format

Change-Id: Idb2ed959be86918ee53b1b912af6d452122fb924
Issue-ID: SDC-1785
Signed-off-by: Michael Lando <ml636r@att.com>
LICENSE.txt
deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
workflow-bdd/package.json
workflow-designer-ui/src/main/frontend/package.json

index 67a5857..db66474 100644 (file)
@@ -1,12 +1,29 @@
-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
+ * Copyright (c) 2018 European Support Limited
 
-       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
+ * 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
index 67a28e1..7ca668f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "workflow-modeler",
   "version": "1.0.0",
-  "license": "SEE LICENSE IN LICENSE.TXT",
+  "license": "Apache-2.0",
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host localhost --disable-host-check true",
index e8841bc..8d4bc11 100644 (file)
@@ -1,6 +1,7 @@
 {
   "name": "sdctests",
   "version": "1.0.0",
+  "license": "Apache-2.0",
   "description": "SDC Cucumber testing",
   "main": "reporter.js",
   "directories": {
@@ -13,7 +14,6 @@
     "cucumber-docs": "jsdoc ./stepDefinitions  -c plugins/jsdoc_config.json --readme plugins/README.md"
   },
   "author": "",
-  "license": "SEE LICENSE IN LICENSE.TXT",
   "dependencies": {
     "assert": "^1.4.1",
     "cucumber": "^3.2.1",
index 0402ac3..6fdf442 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "sdc-workflow",
-       "license": "SEE LICENSE IN LICENSE",
+       "license": "Apache-2.0",
        "scripts": {
                "start": "webpack-dev-server --mode=development --progress --hot --inline",
                "start-mock": "webpack-dev-server --mode=development --progress --hot --inline --env=mock",