diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-08-20 18:40:19 +0200 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-08-20 18:40:19 +0200 |
commit | 1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2 (patch) | |
tree | 1706e474ff12ad56a5db96b32cc51fc40a1748a4 /pylint/extensions/check_docs.py | |
parent | ef58e02e369279bd5d0dd62f3900f0f7664da4f7 (diff) | |
download | pylint-git-1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2.tar.gz |
Sets up copyright
Diffstat (limited to 'pylint/extensions/check_docs.py')
-rw-r--r-- | pylint/extensions/check_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/extensions/check_docs.py b/pylint/extensions/check_docs.py index ec5e68876..da8f7cab2 100644 --- a/pylint/extensions/check_docs.py +++ b/pylint/extensions/check_docs.py @@ -1,5 +1,5 @@ # Copyright (c) 2014-2015 Bruno Daniel <bruno.daniel@blue-yonder.com> -# Copyright (c) 2015-2016, 2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016 Ashley Whetter <ashley@awhetter.co.uk> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |