# HG changeset patch # User Adrien Di Mascio # Date 1236686186 -3600 # Node ID 2ead2111cfab67bce162348320f281ca99965887 # Parent 2f984d7a5f8a1e03ec60dd4097dbe339773bc17e update license, specify which the version of LGPL under which the code is provided diff -r 2f984d7a5f8a -r 2ead2111cfab __init__.py --- a/__init__.py Tue Mar 10 11:47:40 2009 +0100 +++ b/__init__.py Tue Mar 10 12:56:26 2009 +0100 @@ -4,7 +4,7 @@ :organization: Logilab :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr -:license: Library General Public License version - http://www.gnu.org/licenses +:license: Library General Public License version 2 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" from cubicweb.__pkginfo__ import version as __version__ diff -r 2f984d7a5f8a -r 2ead2111cfab __pkginfo__.py --- a/__pkginfo__.py Tue Mar 10 11:47:40 2009 +0100 +++ b/__pkginfo__.py Tue Mar 10 12:56:26 2009 +0100 @@ -9,7 +9,7 @@ numversion = (3, 1, 1) version = '.'.join(str(num) for num in numversion) -license = 'GPL' +license = 'LGPL v2' copyright = '''Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr'''