summaryrefslogtreecommitdiff
path: root/tests/extensions/test_redefined.py
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-08-20 18:40:19 +0200
committerhippo91 <guillaume.peillex@gmail.com>2020-08-20 18:40:19 +0200
commit1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2 (patch)
tree1706e474ff12ad56a5db96b32cc51fc40a1748a4 /tests/extensions/test_redefined.py
parentef58e02e369279bd5d0dd62f3900f0f7664da4f7 (diff)
downloadpylint-git-1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2.tar.gz
Sets up copyright
Diffstat (limited to 'tests/extensions/test_redefined.py')
-rw-r--r--tests/extensions/test_redefined.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/extensions/test_redefined.py b/tests/extensions/test_redefined.py
index 98f9106a0..381a5a256 100644
--- a/tests/extensions/test_redefined.py
+++ b/tests/extensions/test_redefined.py
@@ -1,7 +1,8 @@
-# Copyright (c) 2016-2019 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2016-2020 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016-2017 Derek Gustafson <degustaf@gmail.com>
# Copyright (c) 2019-2020 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
+# Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr>
# 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