summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech Sliwka <wojciech.sliwka@nokia.com>2019-04-10 10:52:02 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-10 10:52:02 +0000
commitc9599ff74584571fa7fdf241949713bc08ce2936 (patch)
tree0aaf432d1459731037c9c26e981a1db6abebadc7
parent92137f57ba615ce8888a1539ccc332c202e176db (diff)
parent2daf66746ba04630de86681078c0fad5cf1fa065 (diff)
Merge "Fix package.cypress.json licensing attribute"
-rw-r--r--vid-webpack-master/package.cypress.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/package.cypress.json b/vid-webpack-master/package.cypress.json
index 39a4008c8..b872e61e4 100644
--- a/vid-webpack-master/package.cypress.json
+++ b/vid-webpack-master/package.cypress.json
@@ -1,7 +1,7 @@
{
"name": "vid-cli",
"version": "0.0.0",
- "license": "MIT",
+ "license": "Apache-2.0",
"scripts": {
"cypress:open": "cypress open",
"cypress": "cypress open --config baseUrl=http://localhost:8080/vid ",