license_property

in lib/licensee/matchers/cran.rb [33:40]


      def license_property
        return unless license_field

        
        license_key = license_field.sub(PLUS_FILE_LICENSE_REGEX, '')
        gpl_version(license_key) || license_key
      end