summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2012-03-01 01:04:49 +1300
committerKent Fredric <kentfredric@gmail.com>2012-03-01 01:04:49 +1300
commit33f583a57d7d1c7cb6b58e261725c6bfa723b995 (patch)
tree558e0b0b330ee615fa7f21f4b2835e0013f4ba4f /scripts/gen_ebuild.pl
parent[migrate] CLASS to x.y.z (diff)
downloadperl-overlay-33f583a57d7d1c7cb6b58e261725c6bfa723b995.tar.gz
perl-overlay-33f583a57d7d1c7cb6b58e261725c6bfa723b995.tar.bz2
perl-overlay-33f583a57d7d1c7cb6b58e261725c6bfa723b995.zip
[scripts/gen_ebuild.pl] add artistic_1 license to map
Diffstat (limited to 'scripts/gen_ebuild.pl')
-rwxr-xr-xscripts/gen_ebuild.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl
index 2d9d1e59d..d1fd4eb57 100755
--- a/scripts/gen_ebuild.pl
+++ b/scripts/gen_ebuild.pl
@@ -164,6 +164,7 @@ my $lics = [];
my $licmap = {
perl_5 => [qw( Artistic GPL-2 )],
apache_2_0 => [qw( Apache-2.0 )],
+ artistic_1 => [qw( Artistic )],
mit => [qw( MIT )],
lgpl_2_1 => [qw( LGPL-2.1 )],
artistic_2 => [qw( Artistic-2 )],