summaryrefslogtreecommitdiff
path: root/pylint/checkers/unsupported_version.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/unsupported_version.py')
-rw-r--r--pylint/checkers/unsupported_version.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pylint/checkers/unsupported_version.py b/pylint/checkers/unsupported_version.py
index 7c82817c0..8c34a921f 100644
--- a/pylint/checkers/unsupported_version.py
+++ b/pylint/checkers/unsupported_version.py
@@ -1,9 +1,6 @@
-# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
-# Copyright (c) 2021 Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
-# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@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
"""Checker for features used that are not supported by all python versions
indicated by the py-version setting.