From da146b768b574ad9becfb2bbe4093300588a1f07 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 22 Aug 2023 13:11:20 -0400 Subject: [PATCH] migrated to SPDX license I used the FF addon SPDX License Diff to help identify which BSD variant this is. --- python-ply.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ply.spec b/python-ply.spec index b0810ce..da2e5a7 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -5,8 +5,8 @@ Name: python-%{modname} Summary: Python Lex-Yacc Version: 3.11 -Release: 20%{?dist} -License: BSD +Release: 21%{?dist} +License: BSD-3-Clause URL: http://www.dabeaz.com/ply/ Source0: http://www.dabeaz.com/ply/%{modname}-%{version}.tar.gz # Fix build against Python 3.11 @@ -83,6 +83,9 @@ popd %{python3_sitelib}/%{modname}-%{version}-*.egg-info/ %changelog +* Tue Aug 22 2023 Rob Crittenden - 3.11-21 +- migrated to SPDX license + * Fri Jul 21 2023 Fedora Release Engineering - 3.11-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild