diff options
author | Bryan Kearney <bkearney@localhost.localdomain> | 2008-12-01 15:22:56 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-12-02 09:23:53 +1100 |
commit | 968f5cc9014c235a95f7c432da5c4033ddc2c9f7 (patch) | |
tree | c1c9bff84fb5c836d32b8a57fb159064004d1030 | |
parent | 9ab3afb5423b406c661805946aac174f7f3e5674 (diff) | |
download | puppet-968f5cc9014c235a95f7c432da5c4033ddc2c9f7.tar.gz puppet-968f5cc9014c235a95f7c432da5c4033ddc2c9f7.tar.xz puppet-968f5cc9014c235a95f7c432da5c4033ddc2c9f7.zip |
Relicense under GPLv2+
-rw-r--r-- | lib/puppet/provider/augeas/augeas.rb | 8 | ||||
-rw-r--r-- | lib/puppet/type/augeas.rb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/puppet/provider/augeas/augeas.rb b/lib/puppet/provider/augeas/augeas.rb index cadbd667b..0ffddebb0 100644 --- a/lib/puppet/provider/augeas/augeas.rb +++ b/lib/puppet/provider/augeas/augeas.rb @@ -2,16 +2,16 @@ # Copyright (C) 2008 Red Hat Inc. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library 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 -# Lesser General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Lesser General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb index 61339407b..058ea2fd9 100644 --- a/lib/puppet/type/augeas.rb +++ b/lib/puppet/type/augeas.rb @@ -2,16 +2,16 @@ # Copyright (C) 2008 Red Hat Inc. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. +# version 2 of the License, or (at your option) any later version. # # This library 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 -# Lesser General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Lesser General Publicretu +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # |