# File lib/licensee/license.rb, line 75
    def path
      @path ||= File.expand_path "#{@key}.txt", Licensee::License.license_dir
    end