diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-04-10 10:52:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 10:52:02 +0000 |
commit | c9599ff74584571fa7fdf241949713bc08ce2936 (patch) | |
tree | 0aaf432d1459731037c9c26e981a1db6abebadc7 | |
parent | 92137f57ba615ce8888a1539ccc332c202e176db (diff) | |
parent | 2daf66746ba04630de86681078c0fad5cf1fa065 (diff) |
Merge "Fix package.cypress.json licensing attribute"
-rw-r--r-- | vid-webpack-master/package.cypress.json | 2 |
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 ", |