diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 11:36:36 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 11:36:36 +0200 |
commit | 3a8635a9ef85759f96bfefd8edcd70e223fd12bb (patch) | |
tree | 2c72a366633a58fa013008cd37ed9ce9eea13cbd /pylint/test/extensions/test_check_docs.py | |
parent | 6f087b25b3b751ddb2c1cbd03f4b406fd82da78a (diff) | |
download | pylint-git-3a8635a9ef85759f96bfefd8edcd70e223fd12bb.tar.gz |
Update copyright notices
Diffstat (limited to 'pylint/test/extensions/test_check_docs.py')
-rw-r--r-- | pylint/test/extensions/test_check_docs.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pylint/test/extensions/test_check_docs.py b/pylint/test/extensions/test_check_docs.py index de18d55c2..bad6baf07 100644 --- a/pylint/test/extensions/test_check_docs.py +++ b/pylint/test/extensions/test_check_docs.py @@ -1,12 +1,14 @@ # Copyright (c) 2014-2015 Bruno Daniel <bruno.daniel@blue-yonder.com> -# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> -# Copyright (c) 2016-2017 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2015-2017 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2016-2018 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net> # Copyright (c) 2016 Glenn Matthews <glmatthe@cisco.com> # Copyright (c) 2017 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2017 Mitar <mitar.github@tnode.com> # Copyright (c) 2017 John Paraskevopoulos <io.paraskev@gmail.com> +# Copyright (c) 2018 Sushobhit <31987769+sushobhit27@users.noreply.github.com> +# Copyright (c) 2018 Adrian Chirieac <chirieacam@gmail.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 |