summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.rst2
-rw-r--r--glances/__init__.py2
-rwxr-xr-xsetup.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df00fb9e..765f61c9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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).
diff --git a/README.rst b/README.rst
index f7d7326d..5c12579c 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/glances/__init__.py b/glances/__init__.py
index a3245510..3dd1cb76 100644
--- a/glances/__init__.py
+++ b/glances/__init__.py
@@ -29,7 +29,7 @@ import sys
# Global name
__version__ = '2.8'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
-__license__ = 'LGPL'
+__license__ = 'LGPLv3'
# Import psutil
try:
diff --git a/setup.py b/setup.py
index f5a0c750..e543eaf0 100755
--- a/setup.py
+++ b/setup.py
@@ -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={