Sha256: a09d8c1db51d2f33c8efaf0a9dcfd2dfb2a3754a1163f3190cb853bea9db9688
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
class LicenseFinder::License::SimplifiedBSD < LicenseFinder::License::Base self.license_url = "http://opensource.org/licenses/bsd-license" self.alternative_names = ["Simplified BSD", "FreeBSD", "2-clause BSD"] def self.pretty_name 'Simplified BSD' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
license_finder-0.7.0 | lib/license_finder/license/simplified_bsd.rb |
license_finder-0.6.0 | lib/license_finder/license/simplified_bsd.rb |