license_property

in lib/licensee/matchers/spdx.rb [11:15]


      def license_property
        match = @file.content.match LICENSE_REGEX
        match[1].downcase if match && match[1]
      end