summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-04-20 12:44:01 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-04-20 12:44:01 (GMT)
commitbf05df239611ddb25be47ce60358f10992eba4f9 (patch)
tree2b12578b17c57aae92aa1bf1abaa36316219ef72 /Lib/xml/etree
parent87e984c1eda4e630e017f013718c0e6dc1a573dd (diff)
downloadcpython-bf05df239611ddb25be47ce60358f10992eba4f9.zip
cpython-bf05df239611ddb25be47ce60358f10992eba4f9.tar.gz
cpython-bf05df239611ddb25be47ce60358f10992eba4f9.tar.bz2
Make license notices more consistent and remove old changelog.
Also remove unused macro.
Diffstat (limited to 'Lib/xml/etree')
-rw-r--r--Lib/xml/etree/ElementTree.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py
index 9b42b37..caa0087 100644
--- a/Lib/xml/etree/ElementTree.py
+++ b/Lib/xml/etree/ElementTree.py
@@ -33,13 +33,15 @@
"""
+#---------------------------------------------------------------------
+# Licensed to PSF under a Contributor Agreement.
+# See http://www.python.org/psf/license for licensing details.
#
# ElementTree
# Copyright (c) 1999-2008 by Fredrik Lundh. All rights reserved.
#
# fredrik@pythonware.com
# http://www.pythonware.com
-#
# --------------------------------------------------------------------
# The ElementTree toolkit is
#
@@ -68,9 +70,6 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
-# Licensed to PSF under a Contributor Agreement.
-# See http://www.python.org/psf/license for licensing details.
-
__all__ = [
# public symbols
"Comment",