summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2011-12-06 10:44:25 +1300
committerKent Fredric <kentfredric@gmail.com>2011-12-06 10:44:25 +1300
commit6cf58e9985c25624314361fbb855cb30b75fa4f0 (patch)
tree767e05c020a4dd5935cb641ecaf264f11a884610
parentFixup GDMs ebuild with a generated one/normalised version (diff)
downloadperl-overlay-6cf58e9985c25624314361fbb855cb30b75fa4f0.tar.gz
perl-overlay-6cf58e9985c25624314361fbb855cb30b75fa4f0.tar.bz2
perl-overlay-6cf58e9985c25624314361fbb855cb30b75fa4f0.zip
[scripts] add Artistic-2 to license map
-rwxr-xr-xscripts/gen_ebuild.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl
index a230110dc..87d91d7e0 100755
--- a/scripts/gen_ebuild.pl
+++ b/scripts/gen_ebuild.pl
@@ -114,7 +114,8 @@ my $licmap = {
perl_5 => [qw( Artistic GPL-2 )],
apache_2_0 => [qw( Apache-2.0 )],
mit => [qw( MIT )],
- lgpl_2_1 => [qw( LGPL-2.1 )]
+ lgpl_2_1 => [qw( LGPL-2.1 )],
+ artistic_2 => [qw( Artistic-2 )],
};
for my $lic ( @{ $release_info->{license} } ) {