mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Make license notices more consistent and remove old changelog.
Also remove unused macro.
This commit is contained in:
parent
87e984c1ed
commit
bf05df2396
2 changed files with 8 additions and 47 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue