LGPL -> LGPLv3

Just to be clear.
This commit is contained in:
Alessio Sergi 2017-01-21 19:39:34 +01:00
parent f5d1a9bd68
commit 8dbda4d266
4 changed files with 4 additions and 4 deletions

View File

@ -147,5 +147,5 @@ included in the project:
with a clear title and description against the `develop` branch.
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
license your work under the terms of the [LGPL](LICENSE) (if it
license your work under the terms of the [LGPLv3](COPYING) (if it
includes code changes).

View File

@ -346,7 +346,7 @@ Nicolas Hennion (@nicolargo) <nicolas@nicolargo.com>
License
=======
LGPL. See ``COPYING`` for more details.
LGPLv3. See ``COPYING`` for more details.
.. _psutil: https://github.com/giampaolo/psutil
.. _glancesautoinstall: https://github.com/nicolargo/glancesautoinstall

View File

@ -29,7 +29,7 @@ import sys
# Global name
__version__ = '2.8'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPL'
__license__ = 'LGPLv3'
# Import psutil
try:

View File

@ -74,7 +74,7 @@ setup(
author='Nicolas Hennion',
author_email='nicolas@nicolargo.com',
url='https://github.com/nicolargo/glances',
license="LGPL",
license='LGPLv3',
keywords="cli curses monitoring system",
install_requires=get_install_requires(),
extras_require={