Module: AdLint::Goodies
- Defined in:
- lib/adlint/goodies/version.rb
Overview
:nodoc:
Constant Summary collapse
- MAJOR_VERSION =
:nodoc:
1
- MINOR_VERSION =
2
- PATCH_VERSION =
1
- RELEASE_DATE =
"2012-11-29"
- SHORT_VERSION =
"#{MAJOR_VERSION}.#{MINOR_VERSION}.#{PATCH_VERSION}"
- VERSION =
"#{SHORT_VERSION} (#{RELEASE_DATE})"
- COPYRIGHT =
<<EOS ___ ____ __ ___ _________ / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer / /| | / / / / / / / |/ / / / AdLint - Advanced Lint / __ |/ /_/ / /___/ / /| / / / /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd. adlint-goodies is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. adlint-goodies is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with adlint-goodies. If not, see <http://www.gnu.org/licenses/>. EOS
- AUTHOR =
<<EOS Written by Yutaka Yanoh of OGIS-RI Co.,Ltd. EOS