summaryrefslogtreecommitdiff
path: root/pylint/checkers/modified_iterating_checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/modified_iterating_checker.py')
-rw-r--r--pylint/checkers/modified_iterating_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/modified_iterating_checker.py b/pylint/checkers/modified_iterating_checker.py
index b3e5daeae..d1fe08d40 100644
--- a/pylint/checkers/modified_iterating_checker.py
+++ b/pylint/checkers/modified_iterating_checker.py
@@ -1,6 +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
+# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
from typing import TYPE_CHECKING, Union