From 58c533d78e39c1b30d5bbd3e907df98be23a042b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 18 May 2023 14:10:59 +0100 Subject: [PATCH] Use SPDX-format license tag --- perl-YAML-Syck.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec index 08d386f..e7abe6b 100644 --- a/perl-YAML-Syck.spec +++ b/perl-YAML-Syck.spec @@ -9,7 +9,10 @@ Name: perl-YAML-Syck Version: 1.34 Release: 8%{?dist} Summary: Fast, lightweight YAML loader and dumper -License: BSD and MIT +# gram.*: GPL-2.0-or-later +# *: MIT +# Note that libsyck COPYING file describes itself as BSD but it's actually MIT +License: GPL-2.0-or-later AND MIT URL: https://metacpan.org/release/YAML-Syck Source0: https://cpan.metacpan.org/modules/by-module/YAML/YAML-Syck-%{version}.tar.gz # Module Build @@ -53,6 +56,7 @@ BuildRequires: perl(JSON) BuildRequires: perl(Symbol) %endif # Dependencies +# (none) # Avoid provides for private perl objects %{?perl_default_filter}