diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-11-05 09:17:39 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-11-05 09:17:39 +0800 |
commit | 55f31e3560e5e3eae31dea757b8bfb19a7234835 (patch) | |
tree | 24144130cec46a190404e8065ae7b95bfaa992ea /rulemgt-frontend/package.json | |
parent | 69fd7b0f047b56c8fa58043f08c5e8a6cd06d94e (diff) |
Fixed the License Problem for the Frontend
Change-Id: Ia471b92904014545d1fa527194fe00f34a3e4af3
Issue-ID: HOLMES-178
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/package.json')
-rw-r--r-- | rulemgt-frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |