summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2016-05-17 10:46:31 -0400
committerCeridwen <ceridwenv@gmail.com>2016-05-17 10:46:31 -0400
commitd956f9b2cac1a3801c3fa1cc93d19ff77687181d (patch)
tree0a59ae00a9c6cc9e162aef41d884e58a82880662 /astroid/modutils.py
parent54556be81068cc38e37fb4fcccc126d50de5d405 (diff)
downloadastroid-git-d956f9b2cac1a3801c3fa1cc93d19ff77687181d.tar.gz
Remove superfluous boilerplate the first regex missed
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index c5c2188c..b890915d 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -1,23 +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
-#
-# This file is part of astroid.
-#
-# astroid is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Lesser General Public License as published by the Free
-# Software Foundation, either version 2.1 of the License, or (at your option) any
-# later version.
-#
-# astroid is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
-# details.
-#
-# You should have received a copy of the GNU Lesser General Public License along
-# with astroid. If not, see <http://www.gnu.org/licenses/>.
"""Python modules manipulation utility functions.
:type PY_SOURCE_EXTS: tuple(str)