From d51b923bbd197215a0df11f459b215147aa1bcba Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 27 May 2012 14:28:24 +1200 Subject: [scripts/gen_ebuild.pl] Add BSD to the License map --- scripts/gen_ebuild.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl index b6c1f9b40..7c89f451d 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -169,6 +169,7 @@ my $licmap = { lgpl_2_1 => [qw( LGPL-2.1 )], artistic_2 => [qw( Artistic-2 )], gpl_3 => [qw( GPL-3 )], + bsd => [qw( BSD )], }; my $oddlic = { open_source => sub { -- cgit v1.2.3-65-gdbad