in lib/licensee/license.rb [255:261]
def raw_content
return if pseudo_license?
raise Licensee::InvalidLicense, "'#{key}' is not a valid license key" unless File.exist?(path)
@raw_content ||= File.read(path, encoding: 'utf-8')
end