# File lib/licensee/license.rb, line 114
    def gpl?
      key == 'gpl-2.0' || key == 'gpl-3.0'
    end