[cpp-linbuild] 04/15: Conform License field to SPDX License List
John W. O'Brien
john at saltant.com
Sun Jun 18 15:00:39 UTC 2023
This is an automated email from the git hooks/post-receive script.
obrienjw pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=f72a60eb573e37b2f14c9ebe795c713f2acd2c5a
commit f72a60eb573e37b2f14c9ebe795c713f2acd2c5a
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Jun 16 11:37:42 2023 +0000
Conform License field to SPDX License List
See: 3.2.0 2023-02-17 https://spdx.org/licenses/
---
common/SPECS/log4shib.spec | 2 +-
common/SPECS/xerces-c.spec | 2 +-
common/SPECS/xml-security-c.spec | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/SPECS/log4shib.spec b/common/SPECS/log4shib.spec
index 758bd49..f8bb55a 100644
--- a/common/SPECS/log4shib.spec
+++ b/common/SPECS/log4shib.spec
@@ -2,7 +2,7 @@ Name: log4shib
Version: 2.0.1
Release: 1
Summary: Log for C++, Shibboleth Edition
-License: LGPL
+License: LGPL-2.1-only
Group: Development/Libraries
Vendor: Shibboleth Consortium
URL: http://shibboleth.net/downloads/log4shib/%version%
diff --git a/common/SPECS/xerces-c.spec b/common/SPECS/xerces-c.spec
index ce01206..dc630a9 100644
--- a/common/SPECS/xerces-c.spec
+++ b/common/SPECS/xerces-c.spec
@@ -4,7 +4,7 @@ Version: 3.2.4
Release: 1
URL: http://xerces.apache.org/xerces-c/
Source0: %{name}-%{version}.tar.bz2
-License: Apache
+License: Apache-2.0
Group: Libraries
Prefix: /usr
BuildRequires: gcc-c++
diff --git a/common/SPECS/xml-security-c.spec b/common/SPECS/xml-security-c.spec
index e4be9c2..1f03614 100644
--- a/common/SPECS/xml-security-c.spec
+++ b/common/SPECS/xml-security-c.spec
@@ -3,7 +3,7 @@ Version: 2.0.4
Release: 1
Summary: Apache XML security C++ library
Group: Development/Libraries/C and C++
-License: Apache 2.0
+License: Apache-2.0
URL: http://www.apache.org/dist/santuario/c-library/
Source: %{name}-%{version}.tar.bz2
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list