From 0ecfdef892a7b356c2181134a087d07c0b8f7725 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 5 Sep 2013 15:25:28 -0400 Subject: [PATCH] Fix License and release 2.0.1. --- CHANGELOG | 9 +++++++++ LICENSE | 2 +- Modulefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8be6c4e0..5a1e3305 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +2013-09-05 - Version 2.0.1 + +Summary: + +Correct the LICENSE file. + +Bugfixes: +- Add in the appropriate year and name in LICENSE. + 2013-07-31 - Version 2.0.0 Summary: diff --git a/LICENSE b/LICENSE index 57bc88a1..bc1c718d 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [2013] [Puppet Labs] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Modulefile b/Modulefile index 81aaa5b9..beac4046 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-ntp' -version '2.0.0' +version '2.0.1' source 'git://github.com/puppetlabs/puppetlabs-ntp' author 'Puppet Labs' license 'Apache Version 2.0'