summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_classes.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/checkers/unittest_classes.py
parentef58e02e369279bd5d0dd62f3900f0f7664da4f7 (diff)
downloadpylint-git-1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2.tar.gz
Sets up copyright
Diffstat (limited to 'tests/checkers/unittest_classes.py')
-rw-r--r--tests/checkers/unittest_classes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/checkers/unittest_classes.py b/tests/checkers/unittest_classes.py
index cb6e2227f..712e92d67 100644
--- a/tests/checkers/unittest_classes.py
+++ b/tests/checkers/unittest_classes.py
@@ -1,13 +1,13 @@
-# Copyright (c) 2014-2019 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2014 Google, Inc.
# Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro>
# Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com>
# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com>
# Copyright (c) 2018 ssolanki <sushobhitsolanki@gmail.com>
+# Copyright (c) 2019-2020 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2019 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
-# Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@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