Method: Licensee::ProjectFiles::LicenseFile#license

Defined in:
lib/licensee/project_files/license_file.rb

#licenseObject



92
93
94
95
96
97
98
# File 'lib/licensee/project_files/license_file.rb', line 92

def license
  if matcher&.match
    matcher.match
  else
    License.find('other')
  end
end