mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 23:12:45 +00:00
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;
|
||||
|
||||
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",
|
||||
"gpl_3" => "GPL-3.0-only",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user