diff options
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r-- | tests/test_regr.py | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py index 2980057c6..486c9b8b7 100644 --- a/tests/test_regr.py +++ b/tests/test_regr.py @@ -1,21 +1,6 @@ -# Copyright (c) 2006-2011, 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> -# Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com> -# Copyright (c) 2014 Google, Inc. -# Copyright (c) 2014 Arun Persaud <arun@nubati.net> -# Copyright (c) 2015-2020 Claudiu Popa <pcmanticore@gmail.com> -# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro> -# Copyright (c) 2016-2017 Derek Gustafson <degustaf@gmail.com> -# Copyright (c) 2018 Reverb C <reverbc@users.noreply.github.com> -# Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> -# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> -# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> -# Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> -# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> -# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> -# 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/main/LICENSE +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors """Non regression tests for pylint, which requires a too specific configuration to be incorporated in the automatic functional test framework |