summaryrefslogtreecommitdiffstats
path: root/Lib/xmlcore/etree/ElementPath.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xmlcore/etree/ElementPath.py')
-rw-r--r--Lib/xmlcore/etree/ElementPath.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xmlcore/etree/ElementPath.py b/Lib/xmlcore/etree/ElementPath.py
index 558b560..4685d12 100644
--- a/Lib/xmlcore/etree/ElementPath.py
+++ b/Lib/xmlcore/etree/ElementPath.py
@@ -42,6 +42,9 @@
# OF THIS SOFTWARE.
# --------------------------------------------------------------------
+# Licensed to PSF under a Contributor Agreement.
+# See http://www.python.org/2.4/license for licensing details.
+
##
# Implementation module for XPath support. There's usually no reason
# to import this module directly; the <b>ElementTree</b> does this for