Sha256: 1f6f6e0fafb39e372121b63e463a05d53ded7b94ba4f1247a1c263999db0c7d0
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 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", "Apache License Version 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.4-java | lib/license_finder/license/apache2.rb |
license_finder-0.9.4 | lib/license_finder/license/apache2.rb |