diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkers/unittest_format.py | 1 | ||||
-rw-r--r-- | tests/checkers/unittest_similar.py | 2 | ||||
-rw-r--r-- | tests/checkers/unittest_spelling.py | 1 | ||||
-rw-r--r-- | tests/extensions/test_confusing_elif.py | 1 | ||||
-rw-r--r-- | tests/test_self.py | 2 |
5 files changed, 6 insertions, 1 deletions
diff --git a/tests/checkers/unittest_format.py b/tests/checkers/unittest_format.py index a2aa4687f..8d1c9077d 100644 --- a/tests/checkers/unittest_format.py +++ b/tests/checkers/unittest_format.py @@ -19,6 +19,7 @@ # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/LICENSE diff --git a/tests/checkers/unittest_similar.py b/tests/checkers/unittest_similar.py index 510dd64af..01b2bab6e 100644 --- a/tests/checkers/unittest_similar.py +++ b/tests/checkers/unittest_similar.py @@ -10,7 +10,7 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2019 Taewon D. Kim <kimt33@mcmaster.ca> # Copyright (c) 2020 Frank Harrison <frank@doublethefish.com> -# Copyright (c) 2020 Eli Fine <eli88fine@gmail.com> +# Copyright (c) 2020 Eli Fine <ejfine@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/tests/checkers/unittest_spelling.py b/tests/checkers/unittest_spelling.py index 176ae34db..009ec21d3 100644 --- a/tests/checkers/unittest_spelling.py +++ b/tests/checkers/unittest_spelling.py @@ -10,6 +10,7 @@ # Copyright (c) 2019 agutole <toldo_carp@hotmail.com> # Copyright (c) 2020 Ganden Schaffner <gschaffner@pm.me> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2021 Eli Fine <ejfine@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/LICENSE diff --git a/tests/extensions/test_confusing_elif.py b/tests/extensions/test_confusing_elif.py index f45589e85..131e908a2 100644 --- a/tests/extensions/test_confusing_elif.py +++ b/tests/extensions/test_confusing_elif.py @@ -1,3 +1,4 @@ +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/tests/test_self.py b/tests/test_self.py index a42ed1d07..59f302e9a 100644 --- a/tests/test_self.py +++ b/tests/test_self.py @@ -24,6 +24,8 @@ # Copyright (c) 2020 Pieter Engelbrecht <pengelbrecht@rems2.com> # Copyright (c) 2020 Clément Pit-Claudel <cpitclaudel@users.noreply.github.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> +# Copyright (c) 2021 chohner <mail@chohner.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Louis Sautier <sautier.louis@gmail.com> |