Class: LicenseFinder::License::SimplifiedBSD

Inherits:
Base
  • Object
show all
Defined in:
lib/license_finder/license/simplified_bsd.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/simplified_bsd.rb', line 5

def self.pretty_name
  'Simplified BSD'
end