summaryrefslogtreecommitdiff
path: root/pylint/checkers/raw_metrics.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 17:57:12 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 17:57:12 +0200
commit091cb92314dc701f10390136da78fbbb362e892e (patch)
tree642f7486c388c33ff7d85431f8a33473e12b12c7 /pylint/checkers/raw_metrics.py
parentf9245c5ccbbe6817604113b0b53b2630ed4069ae (diff)
downloadpylint-git-091cb92314dc701f10390136da78fbbb362e892e.tar.gz
Update copyrite noticev2.8.2
Diffstat (limited to 'pylint/checkers/raw_metrics.py')
-rw-r--r--pylint/checkers/raw_metrics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/raw_metrics.py b/pylint/checkers/raw_metrics.py
index 6f8d2d9b8..68dfd474b 100644
--- a/pylint/checkers/raw_metrics.py
+++ b/pylint/checkers/raw_metrics.py
@@ -9,6 +9,7 @@
# Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2020 谭九鼎 <109224573@qq.com>
+# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE