diff options
author | Michael Lando <ml636r@att.com> | 2018-09-23 15:04:33 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-23 15:12:28 +0300 |
commit | ac89252d0999c9916915e7997261a681b39544a1 (patch) | |
tree | 61b0126e04eeb350cc8b68fbdd22ee450d5a0a70 /workflow-bdd | |
parent | 837df8914b1eddbbaa9e7a5cce230f6d949233cb (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>
Diffstat (limited to 'workflow-bdd')
-rw-r--r-- | workflow-bdd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |