added PSF licensing blurbs to relevant files

This commit is contained in:
Fredrik Lundh 2005-12-14 22:29:34 +00:00
parent 16fd9026d9
commit 63168a52f4
5 changed files with 15 additions and 0 deletions

View file

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