copyright?

in lib/licensee/project_files/project_file.rb [89:95]


      def copyright?
        return false unless is_a?(LicenseFile)
        return false unless matcher.is_a?(Matchers::Copyright)

        filename =~ /\Acopyright(?:
      end