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/test/unittest_checker_python3.py | |
parent | 4c41a984c1deb60dca9dac1ee06c6b99f66216f7 (diff) | |
download | pylint-git-5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b.tar.gz |
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'pylint/test/unittest_checker_python3.py')
-rw-r--r-- | pylint/test/unittest_checker_python3.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pylint/test/unittest_checker_python3.py b/pylint/test/unittest_checker_python3.py index a53ee963c..321f8d8e0 100644 --- a/pylint/test/unittest_checker_python3.py +++ b/pylint/test/unittest_checker_python3.py @@ -1,5 +1,6 @@ -# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-2015 Brett Cannon <brett@python.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 |