# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1272272665 -7200 # Mon Apr 26 11:04:25 2010 +0200 # Branch stable # Node ID c75e8278550cc1bec4611603661ae48421062afc # Parent ddccfecfdf20308adb6638ce8338a3d94c8319ad fix licensing to LGPL diff --git a/__init__.py b/__init__.py --- a/__init__.py +++ b/__init__.py @@ -9,8 +9,7 @@ mailto:python-projects@logilab.org :license: - `General Public License version 2 - <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_ + `Lesser General Public License version 2 """ __docformat__ = "restructuredtext en" diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -3,7 +3,7 @@ :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/_exceptions.py b/_exceptions.py --- a/_exceptions.py +++ b/_exceptions.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/analyze.py b/analyze.py --- a/analyze.py +++ b/analyze.py @@ -2,7 +2,7 @@ :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/base.py b/base.py --- a/base.py +++ b/base.py @@ -4,7 +4,7 @@ :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/compare.py b/compare.py --- a/compare.py +++ b/compare.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/debian/copyright b/debian/copyright --- a/debian/copyright +++ b/debian/copyright @@ -6,11 +6,24 @@ Copyright: -Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). -http://www.logilab.fr/ -- mailto:contact@logilab.fr + Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). + http://www.logilab.fr/ -- mailto:contact@logilab.fr + +License: + This program is free software; you can redistribute it and/or modify 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. -Logilab Closed source License. This code is *NOT* open-source. Usage of this -code is subject to a licence agreement. If you want to use it, you should -contact logilab's sales service at commercial@logilab.fr + 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. + You should have received a copy of the GNU General Public License along with + this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General Public License +may be found in '/usr/share/common-licenses/LGPL'. + diff --git a/editextensions.py b/editextensions.py --- a/editextensions.py +++ b/editextensions.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/interfaces.py b/interfaces.py --- a/interfaces.py +++ b/interfaces.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/nodes.py b/nodes.py --- a/nodes.py +++ b/nodes.py @@ -5,7 +5,7 @@ :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/parser.py b/parser.py --- a/parser.py +++ b/parser.py @@ -641,7 +641,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/parser_main.py b/parser_main.py --- a/parser_main.py +++ b/parser_main.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/rqlgen.py b/rqlgen.py --- a/rqlgen.py +++ b/rqlgen.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/stcheck.py b/stcheck.py --- a/stcheck.py +++ b/stcheck.py @@ -2,7 +2,7 @@ :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/stmts.py b/stmts.py --- a/stmts.py +++ b/stmts.py @@ -5,7 +5,7 @@ :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/undo.py b/undo.py --- a/undo.py +++ b/undo.py @@ -2,7 +2,7 @@ :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" diff --git a/utils.py b/utils.py --- a/utils.py +++ b/utils.py @@ -2,7 +2,7 @@ :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: General Public License version 2 - http://www.gnu.org/licenses +:license: Lesser General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en"