apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a choice
This commit is contained in:
parent
7a9683a07b
commit
00beae32aa
@ -14,7 +14,7 @@ use Module::CoreList;
|
|||||||
use JSON;
|
use JSON;
|
||||||
|
|
||||||
my $license_mappings = {
|
my $license_mappings = {
|
||||||
"perl_5" => "GPL-1.0-or-later Artistic-1.0-Perl",
|
"perl_5" => "GPL-1.0-or-later OR Artistic-1.0-Perl",
|
||||||
"artistic_2" => "Artistic-2.0",
|
"artistic_2" => "Artistic-2.0",
|
||||||
"gpl_3" => "GPL-3.0-only",
|
"gpl_3" => "GPL-3.0-only",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user