update license, specify which the version of LGPL under which the code is provided
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 10 Mar 2009 12:56:26 +0100
changeset 1030 2ead2111cfab
parent 1029 2f984d7a5f8a
child 1039 95d3bfae7a9e
update license, specify which the version of LGPL under which the code is provided
__init__.py
__pkginfo__.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__
--- 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'''