summaryrefslogtreecommitdiff
path: root/tests/testutils
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-12 12:39:52 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 13:06:15 +0100
commit9e0baf370a15fecf3360996a6a2ead688fc61894 (patch)
tree722bdd2f71fce6fe57028d140d78839d2689f163 /tests/testutils
parent80838744c6f739fbf2f49bd1bfb70c98a84531aa (diff)
downloadpylint-git-9e0baf370a15fecf3360996a6a2ead688fc61894.tar.gz
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.
Diffstat (limited to 'tests/testutils')
-rw-r--r--tests/testutils/test_decorator.py1
-rw-r--r--tests/testutils/test_functional_testutils.py1
-rw-r--r--tests/testutils/test_lint_module_output_update.py1
-rw-r--r--tests/testutils/test_output_line.py1
-rw-r--r--tests/testutils/test_package_to_lint.py1
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/testutils/test_decorator.py b/tests/testutils/test_decorator.py
index 4ab9d04f0..64594b39c 100644
--- a/tests/testutils/test_decorator.py
+++ b/tests/testutils/test_decorator.py
@@ -1,5 +1,6 @@
# 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
import pytest
diff --git a/tests/testutils/test_functional_testutils.py b/tests/testutils/test_functional_testutils.py
index 032f6ac12..136bda749 100644
--- a/tests/testutils/test_functional_testutils.py
+++ b/tests/testutils/test_functional_testutils.py
@@ -1,5 +1,6 @@
# 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
"""Tests for the functional test framework."""
diff --git a/tests/testutils/test_lint_module_output_update.py b/tests/testutils/test_lint_module_output_update.py
index ad414a9dd..332463b03 100644
--- a/tests/testutils/test_lint_module_output_update.py
+++ b/tests/testutils/test_lint_module_output_update.py
@@ -1,5 +1,6 @@
# 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=redefined-outer-name
from pathlib import Path
diff --git a/tests/testutils/test_output_line.py b/tests/testutils/test_output_line.py
index 48ae10721..6a0e35518 100644
--- a/tests/testutils/test_output_line.py
+++ b/tests/testutils/test_output_line.py
@@ -1,5 +1,6 @@
# 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=redefined-outer-name
diff --git a/tests/testutils/test_package_to_lint.py b/tests/testutils/test_package_to_lint.py
index bf90db3e7..a79faa60c 100644
--- a/tests/testutils/test_package_to_lint.py
+++ b/tests/testutils/test_package_to_lint.py
@@ -1,5 +1,6 @@
# 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
from pylint.testutils.primer import PRIMER_DIRECTORY_PATH, PackageToLint