summaryrefslogtreecommitdiff
path: root/astroid/test_utils.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 20:15:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 20:21:45 +0100
commit8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4 (patch)
treec127373d9398ecac18eb070c2739f1fc777055fd /astroid/test_utils.py
parente2304555988389db418a4d7888f87786b557e8f5 (diff)
downloadastroid-git-8c2a13fe453f3fc38f3b2f32d5de92f5c87e13d4.tar.gz
Upgrade copyrite notice
Diffstat (limited to 'astroid/test_utils.py')
-rw-r--r--astroid/test_utils.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/astroid/test_utils.py b/astroid/test_utils.py
index d1dc0054..5fc079fa 100644
--- a/astroid/test_utils.py
+++ b/astroid/test_utils.py
@@ -4,7 +4,9 @@
# Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com>
# Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net>
# Copyright (c) 2018 Anthony Sottile <asottile@umich.edu>
-# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com>
+# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
+# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER