Update and normalize license for pylint/astroid

pylint is licensed under the GPLv2 [1]
astroid under the LGPLv2.1

[1] https://github.com/PyCQA/pylint/blob/master/COPYING
[2] https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

Change-Id: Ib80b33ce581507ea17d94b01a163994ae5c163ec
This commit is contained in:
Haikel Guemar 2016-06-22 18:27:28 +02:00
parent ebdf3d4f62
commit f5b7d4a68c

@ -3,7 +3,7 @@ amqp>=1.4.0,<2.0 # LGPL
anyjson>=0.3.3 # BSD
appdirs>=1.3.0 # MIT License
apscheduler # MIT License
astroid<1.4.0 # LGPL # breaks pylint 1.4.4
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
autobahn>=0.10.1 # MIT License
automaton>=0.5.0 # Apache-2.0
beautifulsoup4 # MIT
@ -366,4 +366,4 @@ mccabe==0.2.1 # MIT License
pep257==0.7.0 # MIT License
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
pylint==1.4.5 # GNU GPL v2
pylint==1.4.5 # GPLv2