summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
authorGlenn Matthews <glenn@e-dad.net>2016-07-19 13:59:59 -0400
committerGlenn Matthews <glenn@e-dad.net>2016-07-19 13:59:59 -0400
commit3ae79853d2656a02d0e0f992b2db76be3aa9c0df (patch)
tree9991fe1a2c6d76eb55adb76dfae38de8d11c5690 /pylint/exceptions.py
parentf63f165dbcc87fd792916c47f4d5c5e7796f00d0 (diff)
downloadpylint-git-3ae79853d2656a02d0e0f992b2db76be3aa9c0df.tar.gz
Add copyright string
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index b9c08c7c1..09cdaae4e 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2016 Glenn F. Matthews <glenn@e-dad.net>
# 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