Class: LicenseFinder::License::Apache2

Inherits:
Base
  • Object
show all
Defined in:
lib/license_finder/license/apache2.rb

Instance Attribute Summary

Attributes inherited from Base

#text

Class Method Summary collapse

Methods inherited from Base

demodulized_name, inherited, #initialize, license_regex, license_text, #matches?, names, slug

Constructor Details

This class inherits a constructor from LicenseFinder::License::Base

Class Method Details

.pretty_nameObject



5
6
7
# File 'lib/license_finder/license/apache2.rb', line 5

def self.pretty_name
  'Apache 2.0'
end