diff options
Diffstat (limited to 'pylint/extensions/docparams.py')
| -rw-r--r-- | pylint/extensions/docparams.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/extensions/docparams.py b/pylint/extensions/docparams.py index 9db49864d..c2626d5fc 100644 --- a/pylint/extensions/docparams.py +++ b/pylint/extensions/docparams.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (c) 2014-2015 Bruno Daniel <bruno.daniel@blue-yonder.com> -# Copyright (c) 2015-2019 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016-2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net> # Copyright (c) 2016 Glenn Matthews <glmatthe@cisco.com> @@ -13,6 +13,7 @@ # Copyright (c) 2018 Adam Dangoor <adamdangoor@gmail.com> # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # 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 |
