From 5bed86ddf6874ab8bef4e99df175c11bef2e3875 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Wed, 3 Aug 2022 12:45:46 +0800 Subject: [PATCH] License compliance rectification --- python-pid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pid.spec b/python-pid.spec index ea4fce5..025c897 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -1,8 +1,8 @@ Name: python-pid Version: 3.0.4 -Release: 4 +Release: 5 Summary: Python pid management -License: ASL 2.0 +License: Apache-2.0 URL: https://pypi.python.org/pypi/pid Source0: https://pypi.python.org/packages/source/p/pid/pid-%{version}.tar.gz @@ -51,6 +51,9 @@ Python-pid for python3. %{python3_sitelib}/pid-*.egg-info %changelog +* Wed Aug 03 2022 liukuo - 3.0.4-5 +- License compliance rectification + * Fri Jan 07 2022 shixuantong - 3.0.4-4 - Type:bugfix - ID:NA -- Gitee