summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:29:34 +0000
committerFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:29:34 +0000
commit40d343e293f5cd24209b46e6fe25740898f71ddd (patch)
tree3d4e7c2e05d214a07e2699f7fa9735f90a0d055c /PC
parentecbb8ad53765a186f27bd6e876b5942f1fdc055f (diff)
downloadcpython-40d343e293f5cd24209b46e6fe25740898f71ddd.tar.gz
added PSF licensing blurbs to relevant files
Diffstat (limited to 'PC')
-rw-r--r--PC/_subprocess.c3
1 files changed, 3 insertions, 0 deletions
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? */