diff options
Diffstat (limited to 'pylint/exceptions.py')
| -rw-r--r-- | pylint/exceptions.py | 3 |
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 |
