From: Ittay Stern Date: Wed, 10 Apr 2019 10:38:16 +0000 (+0300) Subject: Fix package.cypress.json licensing attribute X-Git-Tag: 4.0.0~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2daf66746ba04630de86681078c0fad5cf1fa065;p=vid.git Fix package.cypress.json licensing attribute Change-Id: Ia412a1deecfda523efde7021096a0c90ab6966ea Issue-ID: VID-450 Signed-off-by: Ittay Stern --- 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 ",