From ff7a981be79fd7e937d4bccef3bb0c0a5dc19e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 5 Nov 2012 14:44:34 +0100 Subject: [PATCH] Change license --- perl-Sys-MemInfo.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec index c302d3b..b570440 100644 --- a/perl-Sys-MemInfo.spec +++ b/perl-Sys-MemInfo.spec @@ -1,8 +1,11 @@ Name: perl-Sys-MemInfo Version: 0.91 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Memory information as Perl module -License: LGPLv2+ +# README: GPLv1+ or Artistic +# MemInfo.pm LGPLv2+ +# +License: (GPLv1+ or Artistic) and LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-MemInfo/ Source0: http://www.cpan.org/modules/by-module/Sys/Sys-MemInfo-%{version}.tar.gz @@ -45,6 +48,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Nov 05 2012 Petr Pisar - 0.91-5 +- Change license from (LGPLv2+) to ((GPLv1+ or Artistic) and LGPLv2+) + (CPAN RT #80636) + * Mon Nov 05 2012 Petr Pisar - 0.91-4 - Improve description - Specify all dependencies