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 <tao.liu@windriver.com>
This commit is contained in:
parent
66d6e6eca8
commit
80afa6133f
@ -5,7 +5,7 @@ Summary: CGTS Platform Fault Manager Package
|
|||||||
Name: fm-mgr
|
Name: fm-mgr
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: %{tis_patch_ver}%{?_tis_dist}
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
||||||
License: windriver
|
License: Apache-2.0
|
||||||
Group: base
|
Group: base
|
||||||
Packager: Wind River <info@windriver.com>
|
Packager: Wind River <info@windriver.com>
|
||||||
URL: unknown
|
URL: unknown
|
||||||
|
@ -25,7 +25,7 @@ setup(
|
|||||||
name='fm',
|
name='fm',
|
||||||
description='Titanium Cloud Fault Management',
|
description='Titanium Cloud Fault Management',
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
license='windriver',
|
license='Apache-2.0',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
provides=['fm'],
|
provides=['fm'],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
Loading…
Reference in New Issue
Block a user