diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-19 19:17:40 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-19 19:17:40 +0300 |
commit | 153ba40f10e026fd3ec936b447147cff873a535a (patch) | |
tree | ee88de6c3fc956e9ec042424baab1b8d011bc2b7 /astroid/util.py | |
parent | ec8f393318c16df94a5bd632915c23e183631ae7 (diff) | |
download | astroid-git-153ba40f10e026fd3ec936b447147cff873a535a.tar.gz |
Keep a consistent copyright notice across the board.
Diffstat (limited to 'astroid/util.py')
-rw-r--r-- | astroid/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astroid/util.py b/astroid/util.py index fd50a0f2..7543e1c9 100644 --- a/astroid/util.py +++ b/astroid/util.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 |