Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/CPAN/Meta/Converter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ my @valid_licenses_2 = qw(
mit
mozilla_1_0
mozilla_1_1
mozilla_2_0
openssl
perl_5
qpl_1_0
Expand Down Expand Up @@ -259,6 +260,7 @@ my %license_downgrade_map = qw(
mit mit
mozilla_1_0 mozilla
mozilla_1_1 mozilla
mozilla_2_0 mozilla
openssl open_source
perl_5 perl
qpl_1_0 open_source
Expand Down
1 change: 1 addition & 0 deletions lib/CPAN/Meta/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ The following list of license strings are valid:
mit MIT (aka X11) License
mozilla_1_0 Mozilla Public License, Version 1.0
mozilla_1_1 Mozilla Public License, Version 1.1
mozilla_2_0 Mozilla Public License, Version 2.0
openssl OpenSSL License
perl_5 The Perl 5 License (Artistic 1 & GPL 1 or later)
qpl_1_0 Q Public License, Version 1.0
Expand Down
1 change: 1 addition & 0 deletions lib/CPAN/Meta/Validator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ my %v2_licenses = map { $_ => 1 } qw(
mit
mozilla_1_0
mozilla_1_1
mozilla_2_0
openssl
perl_5
qpl_1_0
Expand Down