summaryrefslogtreecommitdiff
path: root/pylint/extensions/check_elif.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/extensions/check_elif.py')
-rw-r--r--pylint/extensions/check_elif.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/extensions/check_elif.py b/pylint/extensions/check_elif.py
index ff3cad26b..75c6f0628 100644
--- a/pylint/extensions/check_elif.py
+++ b/pylint/extensions/check_elif.py
@@ -1,6 +1,8 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2015 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
-# Copyright (c) 2016 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2016-2017 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2016 Glenn Matthews <glmatthe@cisco.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