From 66d6e6eca8fa517ea69e0a4c46dfbbf283d8719b Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Wed, 5 Sep 2018 14:47:39 -0400 Subject: [PATCH] Update the License in FM packages The fm-rest-api and python-fmclient packages have incorrect License in the PKG-INFO and spec files. This update changes the license to Apache-2.0 in the PKG-INFO and spec files. Change-Id: I012c87818d87d1f55032241cd15ff90ad82ef661 Signed-off-by: Tao Liu --- fm-rest-api/PKG-INFO | 2 +- fm-rest-api/centos/fm-rest-api.spec | 2 +- python-fmclient/PKG-INFO | 2 +- python-fmclient/centos/python-fmclient.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fm-rest-api/PKG-INFO b/fm-rest-api/PKG-INFO index 7fea993d..b718a05c 100644 --- a/fm-rest-api/PKG-INFO +++ b/fm-rest-api/PKG-INFO @@ -5,7 +5,7 @@ Summary: Fault Manager REST API Home-page: Author: Windriver Author-email: info@windriver.com -License: windriver +License: Apache-2.0 Description: Fault Manager REST API diff --git a/fm-rest-api/centos/fm-rest-api.spec b/fm-rest-api/centos/fm-rest-api.spec index 27011628..227e23b0 100644 --- a/fm-rest-api/centos/fm-rest-api.spec +++ b/fm-rest-api/centos/fm-rest-api.spec @@ -2,7 +2,7 @@ Summary: Fault Management Openstack REST API Name: fm-rest-api 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/python-fmclient/PKG-INFO b/python-fmclient/PKG-INFO index 7ee7800d..046a4356 100644 --- a/python-fmclient/PKG-INFO +++ b/python-fmclient/PKG-INFO @@ -5,7 +5,7 @@ Summary: A python client library for Fault Management Home-page: Author: Windriver Author-email: info@windriver.com -License: windriver +License: Apache-2.0 A python client library for Fault Management diff --git a/python-fmclient/centos/python-fmclient.spec b/python-fmclient/centos/python-fmclient.spec index 51dc5a25..6e909915 100644 --- a/python-fmclient/centos/python-fmclient.spec +++ b/python-fmclient/centos/python-fmclient.spec @@ -4,7 +4,7 @@ Summary: A python client library for Fault Management Name: python-fmclient Version: 1.0 Release: %{tis_patch_ver}%{?_tis_dist} -License: windriver +License: Apache-2.0 Group: base Packager: Wind River URL: unknown