summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2008-08-04 19:23:38 +0000
committerjortel <devnull@localhost>2008-08-04 19:23:38 +0000
commit269063da5734293897795397f0ae555d3af6d6b7 (patch)
tree887ced6469efa429c3ebabf4ac3527353865d72e /setup.py
parent6a419bdfae19a0ee564147c8f867ecb7a887b556 (diff)
downloadsuds-269063da5734293897795397f0ae555d3af6d6b7.tar.gz
License as LGPL
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 0e80788..3927bd7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,17 @@
#!/usr/bin/python
#
# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# it under the terms of the (LGPL) GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 3 of the
+# License, or (at your option) any later version.
#
# This program 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 Library General Public License for more details.
+# GNU Library Lesser General Public License for more details at
+# ( http://www.gnu.org/licenses/lgpl.html ).
#
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# written by: Jeff Ortel ( jortel@redhat.com )