From 55f31e3560e5e3eae31dea757b8bfb19a7234835 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 5 Nov 2018 09:17:39 +0800 Subject: [PATCH] Fixed the License Problem for the Frontend Change-Id: Ia471b92904014545d1fa527194fe00f34a3e4af3 Issue-ID: HOLMES-178 Signed-off-by: GuangrongFu --- .gitignore | 5 ++++- rulemgt-frontend/package.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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": { -- 2.16.6