diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-21 15:13:06 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-21 16:56:19 +0100 |
commit | ac85223e5b8d0885d4717cec9499ab01bbd30fb6 (patch) | |
tree | 6cd377959cdb7f50c4de1ffa0ac88527f93d6b30 /tests/utils | |
parent | 6e2de8e3a2e2c5586e876ca305f0844bdd822db3 (diff) | |
download | pylint-git-ac85223e5b8d0885d4717cec9499ab01bbd30fb6.tar.gz |
Apply copyrite --contribution-threshold
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/unittest_utils.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py index be48f6b5d..67b9e688c 100644 --- a/tests/utils/unittest_utils.py +++ b/tests/utils/unittest_utils.py @@ -6,13 +6,14 @@ # Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net> -# Copyright (c) 2017-2018, 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2017 Pierre Sassoulas <pierre.sassoulas@cea.fr> +# Copyright (c) 2017-2018, 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2017 ttenhoeve-aa <ttenhoeve@appannie.com> # Copyright (c) 2017 Ćukasz Rogalski <rogalski.91@gmail.com> -# Copyright (c) 2018-2019 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2018-2019, 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2018 Pierre Sassoulas <pierre.sassoulas@wisebim.fr> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020 hippo91 <guillaume.peillex@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 |