diff options
author | Ceridwen <ceridwenv@gmail.com> | 2016-05-16 18:54:01 -0400 |
---|---|---|
committer | Ceridwen <ceridwenv@gmail.com> | 2016-05-16 18:54:01 -0400 |
commit | 54556be81068cc38e37fb4fcccc126d50de5d405 (patch) | |
tree | 4a931b2c3f08061500394d9e82eb7f4883e2f724 /astroid/modutils.py | |
parent | 71ad069f79a1a2fddcd89606c9236249d9b5e2e1 (diff) | |
download | astroid-git-54556be81068cc38e37fb4fcccc126d50de5d405.tar.gz |
Convert all files to new license header
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 # |