summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:24:15 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:24:15 +0100
commit9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32 (patch)
treee1bd8ad53477241a8b9e31d0b7935c7aba711849 /pylint/exceptions.py
parent5d8242f132368c2ab77ec10e1d8e8b2fabf3e5b0 (diff)
downloadpylint-git-9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32.tar.gz
Regenerate copyright notices
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index 783c7e5c2..3a5bba216 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -1,4 +1,7 @@
+# -*- coding: utf-8 -*-
+# Copyright (c) 2016 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net>
+# Copyright (c) 2017 Ɓukasz Rogalski <rogalski.91@gmail.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