summaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:04:14 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:04:14 +0200
commit369d952c7e5df010932cf89e528b2f6e9ff08dd6 (patch)
tree0059a741e180c082e90410dcbc6387d8855032af /tests/utils
parent01345546f66dd9632a2f1e1e36cefcf7d293f9fe (diff)
downloadpylint-git-369d952c7e5df010932cf89e528b2f6e9ff08dd6.tar.gz
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/unittest_utils.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py
index 387ee21b5..98988c1f2 100644
--- a/tests/utils/unittest_utils.py
+++ b/tests/utils/unittest_utils.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2013-2014 Google, Inc.
# Copyright (c) 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2014 Arun Persaud <arun@nubati.net>
@@ -6,11 +7,13 @@
# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro>
# Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com>
# Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net>
-# Copyright (c) 2017-2018 Anthony Sottile <asottile@umich.edu>
+# Copyright (c) 2017-2018, 2020 Anthony Sottile <asottile@umich.edu>
# Copyright (c) 2017 Pierre Sassoulas <pierre.sassoulas@cea.fr>
# Copyright (c) 2017 ttenhoeve-aa <ttenhoeve@appannie.com>
# Copyright (c) 2017 Ɓukasz Rogalski <rogalski.91@gmail.com>
+# Copyright (c) 2018-2019 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2018 Pierre Sassoulas <pierre.sassoulas@wisebim.fr>
+# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
# 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