aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-09-23 15:04:33 +0300
committerMichael Lando <ml636r@att.com>2018-09-23 15:12:28 +0300
commitac89252d0999c9916915e7997261a681b39544a1 (patch)
tree61b0126e04eeb350cc8b68fbdd22ee450d5a0a70
parent837df8914b1eddbbaa9e7a5cce230f6d949233cb (diff)
fix licensing issues
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>
-rw-r--r--LICENSE.txt35
-rw-r--r--deprecated-workflow-designer/sdc-workflow-designer-ui/package.json2
-rw-r--r--workflow-bdd/package.json2
-rw-r--r--workflow-designer-ui/src/main/frontend/package.json2
4 files changed, 29 insertions, 12 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 67a5857a..db664748 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -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
diff --git a/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json b/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
index 67a28e1a..7ca668fe 100644
--- a/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
+++ b/deprecated-workflow-designer/sdc-workflow-designer-ui/package.json
@@ -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",
diff --git a/workflow-bdd/package.json b/workflow-bdd/package.json
index e8841bc3..8d4bc114 100644
--- a/workflow-bdd/package.json
+++ b/workflow-bdd/package.json
@@ -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",
diff --git a/workflow-designer-ui/src/main/frontend/package.json b/workflow-designer-ui/src/main/frontend/package.json
index 0402ac3d..6fdf4429 100644
--- a/workflow-designer-ui/src/main/frontend/package.json
+++ b/workflow-designer-ui/src/main/frontend/package.json
@@ -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",