From: rpaik Date: Fri, 6 Apr 2018 19:32:01 +0000 (-0700) Subject: Made a correction to the license so that it is Apache-2.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=814b34aee2b42bc52229e3dad37e95bf480cddfe;p=moon.git Made a correction to the license so that it is Apache-2.0 Change-Id: Ib7810b0b9ded396bf1a380cbd648a2e29bcc42fd Signed-off-by: rpaik --- diff --git a/moon_gui/package.json b/moon_gui/package.json index 599452e4..45157e5e 100644 --- a/moon_gui/package.json +++ b/moon_gui/package.json @@ -50,5 +50,5 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "license": "ISC" + "license": "Apache-2.0" }