diff options
Diffstat (limited to 'pylint/pyreverse/vcgutils.py')
-rw-r--r-- | pylint/pyreverse/vcgutils.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pylint/pyreverse/vcgutils.py b/pylint/pyreverse/vcgutils.py index 2240ec57e..5c5398039 100644 --- a/pylint/pyreverse/vcgutils.py +++ b/pylint/pyreverse/vcgutils.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2008-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015 Florian Bruhin <me@the-compiler.org> + # 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 |