Module: EC2Version
- Included in:
- EC2::Platform::Linux::Fstab
- Defined in:
- lib/ec2/amitools/version.rb
Constant Summary collapse
- MANIFEST_CLASS =
ManifestV20071010
- MANIFEST_VERSION =
MANIFEST_CLASS.version
- PKG_NAME =
'ec2-ami-tools'
- PKG_VERSION =
'1.5'
- PKG_RELEASE =
'7'
- COPYRIGHT_NOTICE =
<<CNOTICE Copyright 2008-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. CNOTICE
Class Method Summary collapse
Class Method Details
.version_copyright_string ⇒ Object
30 31 32 |
# File 'lib/ec2/amitools/version.rb', line 30 def self.version_copyright_string() "#{PKG_VERSION}.#{PKG_RELEASE} #{MANIFEST_VERSION}\n\n" + COPYRIGHT_NOTICE + "\n" end |