summaryrefslogtreecommitdiff
path: root/pylint/exceptions.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/exceptions.py
parent6f087b25b3b751ddb2c1cbd03f4b406fd82da78a (diff)
downloadpylint-git-3a8635a9ef85759f96bfefd8edcd70e223fd12bb.tar.gz
Update copyright notices
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index b9d80b423..aaa37ecd7 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2016 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2016-2017 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net>
# Copyright (c) 2017 Łukasz Rogalski <rogalski.91@gmail.com>
+# Copyright (c) 2018 Ville Skyttä <ville.skytta@upcloud.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/COPYING