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/python3.py | |
parent | 4c41a984c1deb60dca9dac1ee06c6b99f66216f7 (diff) | |
download | pylint-git-5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b.tar.gz |
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'pylint/checkers/python3.py')
-rw-r--r-- | pylint/checkers/python3.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/checkers/python3.py b/pylint/checkers/python3.py index ec37ca1b3..edfea2b94 100644 --- a/pylint/checkers/python3.py +++ b/pylint/checkers/python3.py @@ -1,4 +1,6 @@ -# Copyright (c) 2014-2016 Google, Inc. +# Copyright (c) 2014-2015 Brett Cannon <brett@python.org> +# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015 Pavel Roskin <proski@gnu.org> # 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 |