summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_check_return_docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/extensions/test_check_return_docs.py')
-rw-r--r--pylint/test/extensions/test_check_return_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/extensions/test_check_return_docs.py b/pylint/test/extensions/test_check_return_docs.py
index f2c930328..9e8d2557e 100644
--- a/pylint/test/extensions/test_check_return_docs.py
+++ b/pylint/test/extensions/test_check_return_docs.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
+# Copyright (c) 2016-2017 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com>
-# Copyright (c) 2016 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net>
# Copyright (c) 2016 Ashley Whetter <ashley@awhetter.co.uk>
# Copyright (c) 2016 Moises Lopez <moylop260@vauxoo.com>