# File control/About/About.rb, line 30
  def licence
    File.open(File.join(@base_dir, 'LICENCE')) {|input|
      input.read
    }
  end