From 63168a52f41fb73a1c951e6655a8d15399123953 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Wed, 14 Dec 2005 22:29:34 +0000 Subject: added PSF licensing blurbs to relevant files --- Lib/xmlcore/etree/ElementInclude.py | 3 +++ Lib/xmlcore/etree/ElementPath.py | 3 +++ Lib/xmlcore/etree/ElementTree.py | 3 +++ Lib/xmlcore/etree/__init__.py | 3 +++ PC/_subprocess.c | 3 +++ 5 files changed, 15 insertions(+) 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. ## 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 ElementTree does this for 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", diff --git a/Lib/xmlcore/etree/__init__.py b/Lib/xmlcore/etree/__init__.py index cef1a6b..3dd2c92 100644 --- a/Lib/xmlcore/etree/__init__.py +++ b/Lib/xmlcore/etree/__init__.py @@ -28,3 +28,6 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE # OF THIS SOFTWARE. # -------------------------------------------------------------------- + +# Licensed to PSF under a Contributor Agreement. +# See http://www.python.org/2.4/license for licensing details. diff --git a/PC/_subprocess.c b/PC/_subprocess.c index a09b016..10e1e7a 100644 --- a/PC/_subprocess.c +++ b/PC/_subprocess.c @@ -32,6 +32,9 @@ * */ +/* Licensed to PSF under a Contributor Agreement. */ +/* See http://www.python.org/2.4/license for licensing details. */ + /* TODO: handle unicode command lines? */ /* TODO: handle unicode environment? */ -- cgit v0.12