diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-03-12 12:39:52 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-03-24 13:06:15 +0100 |
commit | 9e0baf370a15fecf3360996a6a2ead688fc61894 (patch) | |
tree | 722bdd2f71fce6fe57028d140d78839d2689f163 /pylint/extensions/_check_docs_utils.py | |
parent | 80838744c6f739fbf2f49bd1bfb70c98a84531aa (diff) | |
download | pylint-git-9e0baf370a15fecf3360996a6a2ead688fc61894.tar.gz |
Simplify hard to maintain copyright notice
git is the source of truth for the copyright, copyrite (the tool)
was taking exponentially longer with each release, and it's
polluting the code with sometime as much as 50 lines of names.
Diffstat (limited to 'pylint/extensions/_check_docs_utils.py')
-rw-r--r-- | pylint/extensions/_check_docs_utils.py | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/pylint/extensions/_check_docs_utils.py b/pylint/extensions/_check_docs_utils.py index ffda42cd3..ff01ef226 100644 --- a/pylint/extensions/_check_docs_utils.py +++ b/pylint/extensions/_check_docs_utils.py @@ -1,26 +1,6 @@ -# Copyright (c) 2016-2019, 2021 Ashley Whetter <ashley@awhetter.co.uk> -# Copyright (c) 2016-2020 Claudiu Popa <pcmanticore@gmail.com> -# Copyright (c) 2016 Yuri Bochkarev <baltazar.bz@gmail.com> -# Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net> -# Copyright (c) 2016 Moises Lopez <moylop260@vauxoo.com> -# Copyright (c) 2017, 2020 hippo91 <guillaume.peillex@gmail.com> -# Copyright (c) 2017 Mitar <mitar.github@tnode.com> -# Copyright (c) 2018, 2020 Anthony Sottile <asottile@umich.edu> -# Copyright (c) 2018 Jim Robertson <jrobertson98atx@gmail.com> -# Copyright (c) 2018 ssolanki <sushobhitsolanki@gmail.com> -# Copyright (c) 2018 Mitchell T.H. Young <mitchelly@gmail.com> -# Copyright (c) 2018 Adrian Chirieac <chirieacam@gmail.com> -# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> -# Copyright (c) 2019 Danny Hermes <daniel.j.hermes@gmail.com> -# Copyright (c) 2019 Zeb Nicholls <zebedee.nicholls@climate-energy-college.org> -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> -# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> -# Copyright (c) 2021 allanc65 <95424144+allanc65@users.noreply.github.com> -# Copyright (c) 2021 Konstantina Saketou <56515303+ksaketou@users.noreply.github.com> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> - # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors """Utility methods for docstring checking.""" |