[puppet] Fix License tag, puppet is now GPLv2 only

Todd Zullinger tmz at fedoraproject.org
Fri Mar 18 15:20:12 UTC 2011


commit 42f1b775815b0a6d4e085db433cf6ae42104f69d
Author: Todd Zullinger <tmz at pobox.com>
Date:   Wed Mar 16 10:24:57 2011 -0400

    Fix License tag, puppet is now GPLv2 only
    
    Upstream is exploring the possibility of moving to a more liberal
    license like the Apache Software License and the advice of their legal
    team was that it would be easier to move from GPLv2 than GPLv2 or later.

 puppet.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/puppet.spec b/puppet.spec
index f03f1f7..2db7dde 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -8,7 +8,7 @@ Name:           puppet
 Version:        2.6.6
 Release:        1%{?dist}
 Summary:        A network tool for managing many disparate systems
-License:        GPLv2+
+License:        GPLv2
 URL:            http://puppetlabs.com
 Source0:        http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
 Source1:        http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.sign
@@ -225,6 +225,7 @@ rm -rf %{buildroot}
 * Wed Mar 16 2011 Todd Zullinger <tmz at pobox.com> - 2.6.6-1
 - Update to 2.6.6
 - Ensure %%pre exits cleanly
+- Fix License tag, puppet is now GPLv2 only
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.25.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list