From 814b34aee2b42bc52229e3dad37e95bf480cddfe Mon Sep 17 00:00:00 2001 From: rpaik Date: Fri, 6 Apr 2018 12:32:01 -0700 Subject: Made a correction to the license so that it is Apache-2.0 Change-Id: Ib7810b0b9ded396bf1a380cbd648a2e29bcc42fd Signed-off-by: rpaik --- moon_gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit 1.2.3-korg