From ac89252d0999c9916915e7997261a681b39544a1 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 23 Sep 2018 15:04:33 +0300 Subject: 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 --- workflow-bdd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workflow-bdd') 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", -- cgit 1.2.3-korg