diff options
Diffstat (limited to 'astroid/rebuilder.py')
-rw-r--r-- | astroid/rebuilder.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/astroid/rebuilder.py b/astroid/rebuilder.py index 3c2c67e4..d80033fe 100644 --- a/astroid/rebuilder.py +++ b/astroid/rebuilder.py @@ -1,5 +1,8 @@ -# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE) -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2009-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> +# Copyright (c) 2013-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2013-2014 Google, Inc. +# Copyright (c) 2015-2016 Cara Vinson <ceridwenv@gmail.com> + # 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 |