summaryrefslogtreecommitdiff
path: root/pylint/reporters/multi_reporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/reporters/multi_reporter.py')
-rw-r--r--pylint/reporters/multi_reporter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/reporters/multi_reporter.py b/pylint/reporters/multi_reporter.py
index 63b65eb0c..43822f05c 100644
--- a/pylint/reporters/multi_reporter.py
+++ b/pylint/reporters/multi_reporter.py
@@ -1,7 +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
import os
from typing import IO, TYPE_CHECKING, Any, AnyStr, Callable, List, Optional