Make license notices more consistent and remove old changelog.

Also remove unused macro.
This commit is contained in:
Eli Bendersky 2013-04-20 05:44:01 -07:00
parent 87e984c1ed
commit bf05df2396
2 changed files with 8 additions and 47 deletions

View file

@ -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",