summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-26 11:14:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-26 11:14:43 +0200
commit85a0cdb85beabd816a1046142d57327c13eab1e6 (patch)
tree1a92fb55a55007bf6917dc7ef3e3ece8d8bdca13
parentfd37c820e57ddfaa8986087c20d5db86ebbe2be0 (diff)
downloadlogilab-common-85a0cdb85beabd816a1046142d57327c13eab1e6.tar.gz
more license updates
-rw-r--r--optik_ext.py6
-rw-r--r--test/unittest_modutils.py6
2 files changed, 6 insertions, 6 deletions
diff --git a/optik_ext.py b/optik_ext.py
index 6e90724..753187c 100644
--- a/optik_ext.py
+++ b/optik_ext.py
@@ -348,16 +348,16 @@ class ManHelpFormatter(HelpFormatter):
%s
This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published
+it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 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 General Public License for more details.
+GNU Lesser General Public License for more details.
-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.
diff --git a/test/unittest_modutils.py b/test/unittest_modutils.py
index acf0e3e..be08434 100644
--- a/test/unittest_modutils.py
+++ b/test/unittest_modutils.py
@@ -1,13 +1,13 @@
# 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
+# the terms of the GNU Lesser General Public License as published by the Free Software
# Foundation; either version 2 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 General Public License for more details.
+# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU General Public License along with
+# 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.
"""