summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-07-15 11:36:36 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-15 11:36:36 +0200
commit3a8635a9ef85759f96bfefd8edcd70e223fd12bb (patch)
tree2c72a366633a58fa013008cd37ed9ce9eea13cbd /pylint/checkers/logging.py
parent6f087b25b3b751ddb2c1cbd03f4b406fd82da78a (diff)
downloadpylint-git-3a8635a9ef85759f96bfefd8edcd70e223fd12bb.tar.gz
Update copyright notices
Diffstat (limited to 'pylint/checkers/logging.py')
-rw-r--r--pylint/checkers/logging.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/checkers/logging.py b/pylint/checkers/logging.py
index 5d2118ad4..0ecb3e5a1 100644
--- a/pylint/checkers/logging.py
+++ b/pylint/checkers/logging.py
@@ -4,12 +4,14 @@
# Copyright (c) 2012 Mike Bryant <leachim@leachim.info>
# Copyright (c) 2014 Brett Cannon <brett@python.org>
# Copyright (c) 2014 Arun Persaud <arun@nubati.net>
-# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2015-2018 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro>
# Copyright (c) 2016 Chris Murray <chris@chrismurray.scot>
# Copyright (c) 2016 Ashley Whetter <ashley@awhetter.co.uk>
# Copyright (c) 2017 guillaume2 <guillaume.peillex@gmail.col>
# Copyright (c) 2017 Ɓukasz Rogalski <rogalski.91@gmail.com>
+# Copyright (c) 2018 Mike Frysinger <vapier@gmail.com>
+# Copyright (c) 2018 Mariatta Wijaya <mariatta@python.org>
# 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