diff options
-rw-r--r-- | dox-sequence-diagram-ui/package.json | 2 | ||||
-rw-r--r-- | openecomp-bdd/package.json | 2 | ||||
-rw-r--r-- | openecomp-ui/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dox-sequence-diagram-ui/package.json b/dox-sequence-diagram-ui/package.json index 55e4105782..d56d6b7077 100644 --- a/dox-sequence-diagram-ui/package.json +++ b/dox-sequence-diagram-ui/package.json @@ -11,7 +11,7 @@ "lint-fix": "eslint --fix -c eslintrc.json --ext .js --ext .jsx src" }, "author": "ONAP", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "dependencies": { "d3": "^4.10.0", "lodash": "^4.12.0", diff --git a/openecomp-bdd/package.json b/openecomp-bdd/package.json index e8841bc39b..0aecbdc4fd 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": "SEE LICENSE IN LICENSE.TXT", + "license": "Apache-2.0", "dependencies": { "assert": "^1.4.1", "cucumber": "^3.2.1", diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 951f1c69f3..1b92eb3f9e 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "", "author": "ONAP", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "scripts": { "build": "webpack --mode=production", "build-dev": "webpack --mode=development", |