# File lib/licensee/project_files/license_file.rb, line 36
      def attribution
        matches = /^#{Matchers::Copyright::REGEX}$/i.match(content)
        matches[0].strip if matches
      end