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
|
||||
Version: 1.0
|
||||
Release: %{tis_patch_ver}%{?_tis_dist}
|
||||
License: windriver
|
||||
License: Apache-2.0
|
||||
Group: base
|
||||
Packager: Wind River <info@windriver.com>
|
||||
URL: unknown
|
||||
|
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user