Add CC0 licence.
This commit is contained in:
committed by
Steven Pritchard
parent
b0bdaf2359
commit
db244b62a8
@@ -904,6 +904,8 @@ for my $file (@args) {
|
||||
$license="MIT";
|
||||
} elsif ($meta->{license} =~ /^mozilla$/i) {
|
||||
$license="MPL";
|
||||
} elsif ($meta->{license} =~ /^cc0$/i) {
|
||||
$license="CC0";
|
||||
} elsif ($meta->{license} =~ /^open_source$/i) {
|
||||
$license="OSI-Approved"; # rpmlint will complain
|
||||
} elsif ($meta->{license} =~ /^unrestricted$/i) {
|
||||
|
||||
Reference in New Issue
Block a user