From 136627841e2b5648fbb101099ac37dabb68d8261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 16 Oct 2023 15:09:54 +0200 Subject: [PATCH] Clarify the SPDX License tag See https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/OZNHNZRPZRQFPMSHCHJJR4CFUQWZNRVZ/ --- python-dateutil.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 6be32be..44b69fb 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -2,15 +2,15 @@ Name: python-%{modname} Version: 2.8.2 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module # According to the LICENSE file: -# - BSD License applies to all code, even that also covered by ASL 2.0 -# - ASL 2.0 applies to all contributions after 2017-12-01, as well as +# - Apache-2.0 applies to all contributions after 2017-12-01, as well as # all contributions that have been re-licensed. -License: BSD-3-Clause and Apache-2.0 +# - BSD-3-Clause applies to all code, even that also covered by Apache-2.0 +License: (Apache-2.0 AND BSD-3-Clause) OR BSD-3-Clause URL: https://github.com/dateutil/dateutil Source: %{pypi_source} @@ -99,6 +99,9 @@ make -C docs html %doc docs/_build/html %changelog +* Sun Nov 05 2023 Miro HronĨok - 1:2.8.2-11 +- Clarify the SPDX License tag + * Fri Jul 21 2023 Fedora Release Engineering - 1:2.8.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild