From 486564fc78d0b0620e9ee44a531736fd4e7be068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Wed, 7 Jun 2023 11:34:38 +0200 Subject: [PATCH] Update license to SPDX format --- perl-Mail-AuthenticationResults.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Mail-AuthenticationResults.spec b/perl-Mail-AuthenticationResults.spec index 037986a..e4e2908 100644 --- a/perl-Mail-AuthenticationResults.spec +++ b/perl-Mail-AuthenticationResults.spec @@ -1,8 +1,8 @@ Name: perl-Mail-AuthenticationResults Version: 2.20230112 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Object Oriented Authentication-Results Headers -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Mail-AuthenticationResults/ Source0: https://cpan.metacpan.org/modules/by-module/Mail/Mail-AuthenticationResults-%{version}.tar.gz BuildArch: noarch @@ -56,6 +56,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jun 07 2023 Michal Josef Špaček - 2.20230112-2 +- Update license to SPDX format + * Tue Mar 07 2023 Xavier Bachelot 2.20230112-1 - Update to 2.20230112 (RHBZ#2160586)