Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add 'Unlicense' - closes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed May 25, 2016
1 parent bcb1d8b commit b8a8003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/App/KSP_CKAN/Roles/Licenses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ method _build__license_urls {
"W3C" => 'https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document',
"Zlib" => 'http://www.zlib.net/zlib_license.html',
"Zope" => 'http://old.zope.org/Resources/License.1',
"Unlicense" => 'https://unlicense.org/UNLICENSE',
}
}

Expand Down Expand Up @@ -144,6 +145,7 @@ method redistributable_licenses {
"Zlib",
"Zope",
"WTFPL",
"Unlicense",
"open-source", "unrestricted" ];
}

Expand Down
1 change: 1 addition & 0 deletions t/App/KSP_CKAN/Roles/Licenses.t
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ subtest 'licenses' => sub {
"Zlib",
"Zope",
"WTFPL",
"Unlicense",
"open-source", "unrestricted" ];

my @test = $licenses->redistributable_licenses;
Expand Down

0 comments on commit b8a8003

Please sign in to comment.