diff options
author | Michael Lando <ml636r@att.com> | 2018-04-12 17:11:20 +0300 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-04-17 12:16:03 +0000 |
commit | 0afb6cc678eac28f720911022ddaec99e9f989c0 (patch) | |
tree | 64d3caed2d61bc7f343c9d439344065b944f8aab /openecomp-bdd | |
parent | 757ca27473fd4d713db46fd281ce3f14cb7949d6 (diff) |
fix license
based on input from LF the license was not valid updated to point to license txt.
Change-Id: Idab00c078aed291e9b4409b065a2d359d90227ab
Issue-ID: SDC-1220
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-bdd')
-rw-r--r-- | openecomp-bdd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-bdd/package.json b/openecomp-bdd/package.json index 6d866f1344..e8841bc39b 100644 --- a/openecomp-bdd/package.json +++ b/openecomp-bdd/package.json @@ -13,7 +13,7 @@ "cucumber-docs": "jsdoc ./stepDefinitions -c plugins/jsdoc_config.json --readme plugins/README.md" }, "author": "", - "license": "ISC", + "license": "SEE LICENSE IN LICENSE.TXT", "dependencies": { "assert": "^1.4.1", "cucumber": "^3.2.1", |