mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
LGPL -> LGPLv3
Just to be clear.
This commit is contained in:
parent
f5d1a9bd68
commit
8dbda4d266
@ -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).
|
||||
|
@ -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
|
||||
|
@ -29,7 +29,7 @@ import sys
|
||||
# Global name
|
||||
__version__ = '2.8'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPL'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
# Import psutil
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user