Sha256: 0b9638f1227a032558b460b3bd5909162bfa4793ac84d6048fedd93f3864627e
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
class LicenseFinder::License::Apache2 < LicenseFinder::License::Base self.alternative_names = ["Apache 2.0", "Apache2", "Apache-2.0", "Apache Software License", "Apache License 2.0"] self.license_url = "http://www.apache.org/licenses/LICENSE-2.0.txt" def self.pretty_name 'Apache 2.0' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
license_finder-0.9.3-java | lib/license_finder/license/apache2.rb |
license_finder-0.9.3 | lib/license_finder/license/apache2.rb |