diff options
-rw-r--r-- | optik_ext.py | 6 | ||||
-rw-r--r-- | test/unittest_modutils.py | 6 |
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. """ |