diff options
Diffstat (limited to 'Lib/xmlcore/etree/ElementInclude.py')
-rw-r--r-- | Lib/xmlcore/etree/ElementInclude.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xmlcore/etree/ElementInclude.py b/Lib/xmlcore/etree/ElementInclude.py index bac2f5e..479d754 100644 --- a/Lib/xmlcore/etree/ElementInclude.py +++ b/Lib/xmlcore/etree/ElementInclude.py @@ -41,6 +41,9 @@ # OF THIS SOFTWARE. # -------------------------------------------------------------------- +# Licensed to PSF under a Contributor Agreement. +# See http://www.python.org/2.4/license for licensing details. + ## # Limited XInclude support for the ElementTree package. ## |