summaryrefslogtreecommitdiff
path: root/pylint/extensions/broad_try_clause.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/extensions/broad_try_clause.py')
-rw-r--r--pylint/extensions/broad_try_clause.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/extensions/broad_try_clause.py b/pylint/extensions/broad_try_clause.py
index 7d905f2d9..83871a2b6 100644
--- a/pylint/extensions/broad_try_clause.py
+++ b/pylint/extensions/broad_try_clause.py
@@ -1,4 +1,6 @@
-# Copyright (c) 2019 Tyler N. Thieding <python@thieding.com>
+# Copyright (c) 2019-2020 Tyler Thieding <tyler@thieding.com>
+# Copyright (c) 2019 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING