license_property

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


      def license_property
        match = file.content.match LICENSE_REGEX
        spdx_name(match[1]).downcase if match && match[1]
      end