From 9e0baf370a15fecf3360996a6a2ead688fc61894 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 12 Mar 2022 12:39:52 +0100 Subject: Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. --- tests/benchmark/test_baseline_benchmarks.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/benchmark/test_baseline_benchmarks.py') diff --git a/tests/benchmark/test_baseline_benchmarks.py b/tests/benchmark/test_baseline_benchmarks.py index 5617996df..b4550db43 100644 --- a/tests/benchmark/test_baseline_benchmarks.py +++ b/tests/benchmark/test_baseline_benchmarks.py @@ -1,14 +1,8 @@ """Profiles basic -jX functionality.""" -# Copyright (c) 2020-2021 Pierre Sassoulas -# Copyright (c) 2020 hippo91 -# Copyright (c) 2020 Claudiu Popa -# Copyright (c) 2020 Frank Harrison -# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> -# Copyright (c) 2021 Ville Skyttä -# 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 # pylint: disable=missing-function-docstring -- cgit v1.2.1