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/checkers/spelling.py | |
| parent | ef58e02e369279bd5d0dd62f3900f0f7664da4f7 (diff) | |
| download | pylint-git-1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2.tar.gz | |
Sets up copyright
Diffstat (limited to 'pylint/checkers/spelling.py')
| -rw-r--r-- | pylint/checkers/spelling.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/checkers/spelling.py b/pylint/checkers/spelling.py index dea75bef8..ff6d04620 100644 --- a/pylint/checkers/spelling.py +++ b/pylint/checkers/spelling.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2014-2019 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Michal Nowikowski <godfryd@gmail.com> # Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2015 Pavel Roskin <proski@gnu.org> @@ -15,6 +15,7 @@ # Copyright (c) 2019 Peter Kolbus <peter.kolbus@gmail.com> # Copyright (c) 2019 agutole <toldo_carp@hotmail.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 |
