From: tang peng Date: Mon, 5 Nov 2018 09:06:08 +0000 (+0000) Subject: Merge "Fixed the License Problem for the Frontend" X-Git-Tag: 1.2.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=4b11260f1324c3972bcd69e84a780f84b6c9e1ae;hp=e054452201d6ccf37f22d77ab65880113df45d2e Merge "Fixed the License Problem for the Frontend" --- diff --git a/.gitignore b/.gitignore index 281a117..b5c4841 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,7 @@ dependency-reduced-pom.xml # IntelliJ .idea/ -*.iml \ No newline at end of file +*.iml + +# NodeJS +package-lock.json \ No newline at end of file diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json index e0ab138..91c3908 100644 --- a/rulemgt-frontend/package.json +++ b/rulemgt-frontend/package.json @@ -13,8 +13,8 @@ }, "licenses": [ { - "type": "MIT", - "url": "https://github.com/angular/angular.io/blob/master/LICENSE" + "type": "Apache-2.0", + "url": "https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=License.txt" } ], "dependencies": {