Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1c24982
)
Made a correction to the license so that it is Apache-2.0
81/55081/1
author
rpaik
<rpaik@linuxfoundation.org>
Fri, 6 Apr 2018 19:32:01 +0000
(12:32 -0700)
committer
rpaik
<rpaik@linuxfoundation.org>
Fri, 6 Apr 2018 19:33:14 +0000
(12:33 -0700)
Change-Id: Ib7810b0b9ded396bf1a380cbd648a2e29bcc42fd
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
moon_gui/package.json
patch
|
blob
|
history
diff --git
a/moon_gui/package.json
b/moon_gui/package.json
index
599452e
..
45157e5
100644
(file)
--- 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
"
}