aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaik <rpaik@linuxfoundation.org>2018-04-06 12:32:01 -0700
committerrpaik <rpaik@linuxfoundation.org>2018-04-06 12:33:14 -0700
commit814b34aee2b42bc52229e3dad37e95bf480cddfe (patch)
tree92f9eda2a5b61ade4dae04ffe682d52c17fc1de8
parent1c249823b9a15d4dd3e2e5eae90c09131bc7f09b (diff)
Made a correction to the license so that it is Apache-2.0
Change-Id: Ib7810b0b9ded396bf1a380cbd648a2e29bcc42fd Signed-off-by: rpaik <rpaik@linuxfoundation.org>
-rw-r--r--moon_gui/package.json2
1 files changed, 1 insertions, 1 deletions
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"
}