summaryrefslogtreecommitdiff
path: root/tests/test_import_graph.py
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/test_import_graph.py
parent01345546f66dd9632a2f1e1e36cefcf7d293f9fe (diff)
downloadpylint-git-369d952c7e5df010932cf89e528b2f6e9ff08dd6.tar.gz
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/test_import_graph.py')
-rw-r--r--tests/test_import_graph.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_import_graph.py b/tests/test_import_graph.py
index 862179525..cebeeb64a 100644
--- a/tests/test_import_graph.py
+++ b/tests/test_import_graph.py
@@ -1,10 +1,13 @@
# Copyright (c) 2006-2008, 2010, 2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com>
-# Copyright (c) 2014-2017 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2014-2018 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2014 Google, Inc.
# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro>
# Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com>
# Copyright (c) 2018 Reverb C <reverbc@users.noreply.github.com>
+# Copyright (c) 2019-2020 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
+# Copyright (c) 2020 Frank Harrison <frank@doublethefish.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