Method: Licensee::ProjectFiles::LicenseFile#gpl?

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

#gpl?Boolean

Returns:

  • (Boolean)


88
89
90
# File 'lib/licensee/project_files/license_file.rb', line 88

def gpl?
  license&.gpl?
end