Sha256: dd10f954f71e6f4d0f40610437a5b9a359a6def14c9ba1117eb7f21da5d42f1a

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

class LicenseFinder::License::Apache2 < LicenseFinder::License::Base
  self.alternative_names = ["Apache 2.0", "Apache2", "Apache-2.0", "Apache Software License"]
  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.2-java lib/license_finder/license/apache2.rb
license_finder-0.9.2 lib/license_finder/license/apache2.rb