summaryrefslogtreecommitdiff
path: root/astroid/transforms.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2016-05-16 18:54:01 -0400
committerCeridwen <ceridwenv@gmail.com>2016-05-16 18:54:01 -0400
commit54556be81068cc38e37fb4fcccc126d50de5d405 (patch)
tree4a931b2c3f08061500394d9e82eb7f4883e2f724 /astroid/transforms.py
parent71ad069f79a1a2fddcd89606c9236249d9b5e2e1 (diff)
downloadastroid-git-54556be81068cc38e37fb4fcccc126d50de5d405.tar.gz
Convert all files to new license header
Diffstat (limited to 'astroid/transforms.py')
-rw-r--r--astroid/transforms.py20
1 files changed, 3 insertions, 17 deletions
diff --git a/astroid/transforms.py b/astroid/transforms.py
index 5d8fc91b..83243ad0 100644
--- a/astroid/transforms.py
+++ b/astroid/transforms.py
@@ -1,20 +1,6 @@
-# copyright 2003-2015 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/>.
+# 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
+
import collections
import warnings