diff options
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r-- | astroid/modutils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py index 6a25f4dc..c5c2188c 100644 --- a/astroid/modutils.py +++ b/astroid/modutils.py @@ -1,3 +1,6 @@ +# 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 + # copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # |