summaryrefslogtreecommitdiff
path: root/pylint/pyreverse
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2021-08-20 20:56:36 -0700
committerAshley Whetter <AWhetter@users.noreply.github.com>2021-08-20 21:26:08 -0700
commitbf332820cb63305e286eb58a707c6d8b90e6cbb6 (patch)
tree1731bf582a4d35b44fbbf5b99c5cbad78aac9697 /pylint/pyreverse
parentd701a979d95c5e4ca6dd4860ab30e08880a904d0 (diff)
downloadpylint-git-2.10.1.tar.gz
Bump pylint to 2.10.1, update changelogv2.10.1
Diffstat (limited to 'pylint/pyreverse')
-rw-r--r--pylint/pyreverse/dot_printer.py1
-rw-r--r--pylint/pyreverse/printer.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/pylint/pyreverse/dot_printer.py b/pylint/pyreverse/dot_printer.py
index 09852e598..dd7e56806 100644
--- a/pylint/pyreverse/dot_printer.py
+++ b/pylint/pyreverse/dot_printer.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com>
diff --git a/pylint/pyreverse/printer.py b/pylint/pyreverse/printer.py
index 7d4236026..99ab67df1 100644
--- a/pylint/pyreverse/printer.py
+++ b/pylint/pyreverse/printer.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com>