From f571054496c18a022e5c4a5490175a36f2927f18 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Mon, 24 Mar 2014 14:43:32 -0700 Subject: [PATCH] Updated README with copright/license Change-Id: Ibbb4dbca30e03e88bbd3d47d73df2ad4d0cfb1fc --- Gemfile | 1 + README.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Gemfile b/Gemfile index 89f2e1b..0d35201 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org' group :development, :test do gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', '~> 0.3.2' + gem 'rake', '10.1.1' end if puppetversion = ENV['PUPPET_GEM_VERSION'] diff --git a/README.md b/README.md index 01d2570..b50bff1 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,28 @@ Release Notes ** 3.0.0 ** * Initial release of the puppet-ceilometer module. + + +License +------- + +Apache License 2.0 + + Copyright 2012 eNovance + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License 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. + +Contact +------- + +techs@enovance.com -- 2.45.2