From d8ddc7472010c24e91adebd10ba2414f7ffce9e9 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Jun 2024 09:51:47 +0800 Subject: [PATCH] License compliance rectification --- perl-IO-String.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-IO-String.spec b/perl-IO-String.spec index 890631b..d5d2e30 100644 --- a/perl-IO-String.spec +++ b/perl-IO-String.spec @@ -1,8 +1,8 @@ Name: perl-IO-String Version: 1.08 -Release: 34 +Release: 35 Summary: Emulate file interface for in-core strings -License: GPL+ and Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: http://search.cpan.org/dist/IO-String/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-%{version}.tar.gz BuildArch: noarch @@ -47,5 +47,8 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jun 13 2024 yao_xin - 1.08-35 +- License compliance rectification + * Fri Nov 22 2019 sunguoshuai - 1.08-34 - Package init.