diff options
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r-- | astroid/modutils.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py index 0425da24..77081b5b 100644 --- a/astroid/modutils.py +++ b/astroid/modutils.py @@ -1,5 +1,10 @@ -# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE) -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# -*- coding: utf-8 -*- +# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014 Google, Inc. +# Copyright (c) 2015 Florian Bruhin <me@the-compiler.org> +# Copyright (c) 2015 Radosław Ganczarek <radoslaw@ganczarek.in> +# Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net> + # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER |