diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-23 00:50:37 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-23 00:50:37 +0300 |
commit | 5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b (patch) | |
tree | 2286ab06c13163b8803682078403ded22ee91aba /pylint/checkers/variables.py | |
parent | 4c41a984c1deb60dca9dac1ee06c6b99f66216f7 (diff) | |
download | pylint-git-5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b.tar.gz |
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'pylint/checkers/variables.py')
-rw-r--r-- | pylint/checkers/variables.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py index 354419de5..cf757362d 100644 --- a/pylint/checkers/variables.py +++ b/pylint/checkers/variables.py @@ -1,5 +1,10 @@ -# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> +# Copyright (c) 2011-2014 Google, Inc. +# Copyright (c) 2013-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014 Michal Nowikowski <godfryd@gmail.com> +# Copyright (c) 2015 Radu Ciorba <radu@devrandom.ro> +# Copyright (c) 2015 Dmitry Pribysh <dmand@yandex.ru> + # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING |