license_property

in lib/licensee/matchers/cabal.rb [19:23]


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