Merge "Fixed the License Problem for the Frontend"
authortang peng <tang.peng5@zte.com.cn>
Mon, 5 Nov 2018 09:06:08 +0000 (09:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 5 Nov 2018 09:06:08 +0000 (09:06 +0000)
.gitignore
rulemgt-frontend/package.json

index 281a117..b5c4841 100644 (file)
@@ -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
index e0ab138..91c3908 100644 (file)
@@ -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": {