summaryrefslogtreecommitdiff
path: root/pylint/pyreverse/plantuml_printer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/pyreverse/plantuml_printer.py')
-rw-r--r--pylint/pyreverse/plantuml_printer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/pyreverse/plantuml_printer.py b/pylint/pyreverse/plantuml_printer.py
index 2e643fe1f..8674aead7 100644
--- a/pylint/pyreverse/plantuml_printer.py
+++ b/pylint/pyreverse/plantuml_printer.py
@@ -1,7 +1,6 @@
-# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.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
"""Class to generate files in dot format and image formats supported by Graphviz."""
from typing import Dict, Optional