diff options
Diffstat (limited to 'Lib/xmlcore/etree/ElementTree.py')
-rw-r--r-- | Lib/xmlcore/etree/ElementTree.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xmlcore/etree/ElementTree.py b/Lib/xmlcore/etree/ElementTree.py index 23c2058..b39760ea 100644 --- a/Lib/xmlcore/etree/ElementTree.py +++ b/Lib/xmlcore/etree/ElementTree.py @@ -67,6 +67,9 @@ # OF THIS SOFTWARE. # -------------------------------------------------------------------- +# Licensed to PSF under a Contributor Agreement. +# See http://www.python.org/2.4/license for licensing details. + __all__ = [ # public symbols "Comment", |