diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkers/unittest_classes.py | 1 | ||||
-rw-r--r-- | tests/test_functional.py | 1 | ||||
-rw-r--r-- | tests/test_import_graph.py | 1 | ||||
-rw-r--r-- | tests/unittest_pyreverse_writer.py | 1 | ||||
-rw-r--r-- | tests/utils/unittest_utils.py | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/checkers/unittest_classes.py b/tests/checkers/unittest_classes.py index 4cf0a6cb1..daec6217b 100644 --- a/tests/checkers/unittest_classes.py +++ b/tests/checkers/unittest_classes.py @@ -8,6 +8,7 @@ # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@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/master/COPYING diff --git a/tests/test_functional.py b/tests/test_functional.py index 18706f4f2..806c273bd 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -15,6 +15,7 @@ # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020 bernie gray <bfgray3@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/master/COPYING diff --git a/tests/test_import_graph.py b/tests/test_import_graph.py index b918d3b29..7afec3e08 100644 --- a/tests/test_import_graph.py +++ b/tests/test_import_graph.py @@ -10,6 +10,7 @@ # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Frank Harrison <frank@doublethefish.com> +# Copyright (c) 2021 Andrew Howe <howeaj@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/master/COPYING diff --git a/tests/unittest_pyreverse_writer.py b/tests/unittest_pyreverse_writer.py index e10e1599f..22fc27978 100644 --- a/tests/unittest_pyreverse_writer.py +++ b/tests/unittest_pyreverse_writer.py @@ -9,6 +9,7 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Mark Byrne <mbyrnepr2@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/COPYING diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py index 1887af466..ff851c31c 100644 --- a/tests/utils/unittest_utils.py +++ b/tests/utils/unittest_utils.py @@ -11,6 +11,7 @@ # Copyright (c) 2017 ttenhoeve-aa <ttenhoeve@appannie.com> # Copyright (c) 2017 Ćukasz Rogalski <rogalski.91@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020 Peter Kolbus <peter.kolbus@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 |