Top Level Namespace

Defined Under Namespace

Modules: ActiveResource, Lighthouse Classes: Cache, Cli, DateParser, Frame, Fresnel, InputDetector, SetupWizard, String

Constant Summary collapse

LICENSES =
{
  'mit' => "MIT License",
  'apache-2-0' => "Apache License 2.0",
  'artistic-gpl-2' => "Artistic License/GPLv2",
  'gpl-2' => "GNU General Public License v2",
  'gpl-3' => "GNU General Public License v3",
  'lgpl' => "GNU Lesser General Public License",
  'mozilla-1-1' => "Mozilla Public License 1.1",
  'new-bsd' => "New BSD License",
  'afl-3' => "Academic Free License v. 3.0"
}.sort