# File lib/licensee/project_files/license_file.rb, line 46 def self.lesser_gpl_score(filename) filename.casecmp('copying.lesser').zero? ? 1 : 0 end