summaryrefslogtreecommitdiff
path: root/astroid/test_utils.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-04-27 10:48:59 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-04-27 10:48:59 +0200
commitc2e6a889e338ef488fb0656a0fb6eaadbb59e463 (patch)
tree3e17f50e83f8ad809210f64a100c5d3bf210808b /astroid/test_utils.py
parentde15854831d35dd332d2aded821191a4630b18ce (diff)
downloadastroid-git-c2e6a889e338ef488fb0656a0fb6eaadbb59e463.tar.gz
Add missing copyright annotations for the past releases
Diffstat (limited to 'astroid/test_utils.py')
-rw-r--r--astroid/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/test_utils.py b/astroid/test_utils.py
index 6c965efd..e22c7a4f 100644
--- a/astroid/test_utils.py
+++ b/astroid/test_utils.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013-2014 Google, Inc.
# Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
-# Copyright (c) 2015-2016, 2018 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2015-2016, 2018-2019 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com>
# Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net>
# Copyright (c) 2018 Anthony Sottile <asottile@umich.edu>