update license, specify which the version of LGPL under which the code is provided
--- 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__
--- 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'''