Module: License

Defined in:
lib/version.rb,
lib/license/path.rb,
lib/license/license.rb,
lib/license/licenses.rb,
lib/license/opt_parse.rb

Defined Under Namespace

Classes: Application, LicenseObject

Constant Summary collapse

VERSION =
"0.2.1".freeze
PATH =
File.expand_path("../../../",__FILE__)
LICENSES =
`ls --ignore="*.notice" #{License::PATH}/data`.split("\n")