diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-04-20 12:44:01 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-04-20 12:44:01 (GMT) |
commit | bf05df239611ddb25be47ce60358f10992eba4f9 (patch) | |
tree | 2b12578b17c57aae92aa1bf1abaa36316219ef72 /Lib/xml/etree | |
parent | 87e984c1eda4e630e017f013718c0e6dc1a573dd (diff) | |
download | cpython-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.py | 7 |
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", |