diff options
Diffstat (limited to 'astroid/util.py')
-rw-r--r-- | astroid/util.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/astroid/util.py b/astroid/util.py index 863b771e..6d2d0177 100644 --- a/astroid/util.py +++ b/astroid/util.py @@ -1,12 +1,9 @@ -# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE) -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2015-2016 Cara Vinson <ceridwenv@gmail.com> +# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@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 -# -# The code in this file was originally part of logilab-common, licensed under -# the same license. - import sys import warnings |