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/refactoring.py | |
parent | ef58e02e369279bd5d0dd62f3900f0f7664da4f7 (diff) | |
download | pylint-git-1f7c29c0b6331a11dcf3e5d4700c57e738e6eca2.tar.gz |
Sets up copyright
Diffstat (limited to 'pylint/checkers/refactoring.py')
-rw-r--r-- | pylint/checkers/refactoring.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/refactoring.py b/pylint/checkers/refactoring.py index 3af8709bf..d1f2adce8 100644 --- a/pylint/checkers/refactoring.py +++ b/pylint/checkers/refactoring.py @@ -26,6 +26,7 @@ # Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019 PHeanEX <github@pheanex.de> # Copyright (c) 2019 Paul Renvoise <PaulRenvoise@users.noreply.github.com> +# Copyright (c) 2020 lrjball <50599110+lrjball@users.noreply.github.com> # Copyright (c) 2020 Yang Yang <y4n9squared@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> |