From 49411c201e1a44385b6ee322fae53e8c1bcbc1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 Sep 2022 11:30:06 +0000 Subject: [PATCH] Update the license tag to SPDX See https://gitlab.com/fedora/legal/fedora-license-data/-/merge_requests/61 The LICENSE file differs from the text at https://spdx.org/licenses/Python-2.0.1.html only by: - not saying "Python 2.0.1" but "Python" which is considered OK - copyright years which is considered OK - formatting - listing the history and license for code examples from the documentation (the documentation is not shipped via this package) Backported from https://src.fedoraproject.org/rpms/python3.11/c/2d800732862d491c7f7c355c86d86467c249b1ae --- python3.10.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.10.spec b/python3.10.spec index 53634e7..89496bd 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -18,7 +18,7 @@ URL: https://www.python.org/ %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} Release: 1%{?dist} -License: Python +License: Python-2.0.1 # ==================================