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