diff options
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index bcb56029..1e068997 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -1,3 +1,5 @@ +# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE) +# http://www.logilab.fr/ -- mailto:contact@logilab.fr # 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 |