From: Fredrik Lundh Date: Wed, 14 Dec 2005 22:29:34 +0000 (+0000) Subject: added PSF licensing blurbs to relevant files X-Git-Tag: v2.5a0~1030 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63168a52f41fb73a1c951e6655a8d15399123953;p=python added PSF licensing blurbs to relevant files --- diff --git a/Lib/xmlcore/etree/ElementInclude.py b/Lib/xmlcore/etree/ElementInclude.py index bac2f5e4e1..479d754e6b 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 558b560aff..4685d122da 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 23c2058385..b39760eaca 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 cef1a6bba1..3dd2c929e8 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 a09b0160a6..10e1e7aa33 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? */