]> granicus.if.org Git - python/commitdiff
added PSF licensing blurbs to relevant files
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 14 Dec 2005 22:29:34 +0000 (22:29 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 14 Dec 2005 22:29:34 +0000 (22:29 +0000)
Lib/xmlcore/etree/ElementInclude.py
Lib/xmlcore/etree/ElementPath.py
Lib/xmlcore/etree/ElementTree.py
Lib/xmlcore/etree/__init__.py
PC/_subprocess.c

index bac2f5e4e1016ca25457e9c630dfdf404760a509..479d754e6b37a78c58da43e6c7a9d9ae312cd648 100644 (file)
@@ -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.
 ##
index 558b560affa1a5b21a42c4972ab55b953ed7ba11..4685d122daf2f29a8b65afe43f592fc2b798d6a1 100644 (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
index 23c205838535e09a3584d067d7816174fa2afa91..b39760eacacea0c3ed6647634de53241759cc0ab 100644 (file)
@@ -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",
index cef1a6bba16a7597ac2b8caabdcb3072715fa6a1..3dd2c929e8a7fd4f96e3bff0d753280572255367 100644 (file)
@@ -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.
index a09b0160a689be5eb8b6a819d9c6cd6ed0b347fc..10e1e7aa3391b32eab9347ed85b3573f9b07727c 100644 (file)
@@ -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? */