summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2014-12-01 20:41:08 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2014-12-01 20:41:08 +0000
commit5e59fcad56936e5f1a480367df9d0bd8982a7c9e (patch)
treec254c7e1642f0c11b9284a3614b9644c3cf29ced /eclass/perl-module.eclass
parentVersion bump. (diff)
downloadhistorical-5e59fcad56936e5f1a480367df9d0bd8982a7c9e.tar.gz
historical-5e59fcad56936e5f1a480367df9d0bd8982a7c9e.tar.bz2
historical-5e59fcad56936e5f1a480367df9d0bd8982a7c9e.zip
Replace exlicitly listing all GPL variants with GPL-1+
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index de956b6a1443..12024ca60198 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.157 2014/11/22 18:24:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.158 2014/12/01 20:41:08 dilfridge Exp $
# @ECLASS: perl-module.eclass
# @MAINTAINER:
@@ -75,7 +75,7 @@ case "${PERL_EXPORT_PHASE_FUNCTIONS:-yes}" in
;;
esac
-LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}"
+LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then
: ${MY_P:=${MY_PN:-${PN}}-${MY_PV:-${MODULE_VERSION:-${PV}}}}