From 80afa6133f70b6e3e25befe3f993c2a1bf1cb0bf Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Wed, 5 Sep 2018 21:35:07 -0400 Subject: [PATCH] Update the License in FM packages The fm-rest-api setup.py and fm-mgr spec file have incorrect License. This update changes the license to Apache-2.0 in setup.py and and the spec file. Change-Id: Id923baac0c54fb1feb38069dad73dfd13dbf1d39 Signed-off-by: Tao Liu --- fm-mgr/centos/fm-mgr.spec | 2 +- fm-rest-api/fm/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fm-mgr/centos/fm-mgr.spec b/fm-mgr/centos/fm-mgr.spec index 47e77a3b..47e4bbfd 100644 --- a/fm-mgr/centos/fm-mgr.spec +++ b/fm-mgr/centos/fm-mgr.spec @@ -5,7 +5,7 @@ Summary: CGTS Platform Fault Manager Package Name: fm-mgr Version: 1.0 Release: %{tis_patch_ver}%{?_tis_dist} -License: windriver +License: Apache-2.0 Group: base Packager: Wind River URL: unknown diff --git a/fm-rest-api/fm/setup.py b/fm-rest-api/fm/setup.py index 209eeafa..d8388fb3 100644 --- a/fm-rest-api/fm/setup.py +++ b/fm-rest-api/fm/setup.py @@ -25,7 +25,7 @@ setup( name='fm', description='Titanium Cloud Fault Management', version='1.0.0', - license='windriver', + license='Apache-2.0', platforms=['any'], provides=['fm'], packages=find_packages(),