lib/license_finder/license/definitions.rb in license_finder-5.1.0 vs lib/license_finder/license/definitions.rb in license_finder-5.1.1

- old
+ new

@@ -5,10 +5,11 @@ def all [ apache2, bsd, + cc01, gplv2, gplv3, isc, lgpl, mit, @@ -52,9 +53,18 @@ def bsd License.new( short_name: 'BSD', other_names: ['BSD4', 'bsd-old', '4-clause BSD', 'BSD-4-Clause', 'BSD License'], url: 'http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29' + ) + end + + def cc01 + License.new( + short_name: 'CC01', + pretty_name: 'CC0 1.0 Universal', + other_names: ['CC0 1.0'], + url: 'http://creativecommons.org/publicdomain/zero/1.0' ) end def gplv2 License.new(