summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_check_mccabe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/extensions/test_check_mccabe.py')
-rw-r--r--pylint/test/extensions/test_check_mccabe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/extensions/test_check_mccabe.py b/pylint/test/extensions/test_check_mccabe.py
index 738c34e61..8ae42f5fd 100644
--- a/pylint/test/extensions/test_check_mccabe.py
+++ b/pylint/test/extensions/test_check_mccabe.py
@@ -1,5 +1,5 @@
+# Copyright (c) 2016-2017 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016-2017 Derek Gustafson <degustaf@gmail.com>
-# Copyright (c) 2016 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Moises Lopez <moylop260@vauxoo.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html