# File lib/licensee/project_files/readme.rb, line 28
      def self.license_content(content)
        match = CONTENT_REGEX.match(content)
        match[1].strip if match
      end