summaryrefslogtreecommitdiffstats
path: root/PC/_subprocess.c
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:29:34 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2005-12-14 22:29:34 (GMT)
commit63168a52f41fb73a1c951e6655a8d15399123953 (patch)
treec8a113db9e643647c4cd026f1b699f2690427e41 /PC/_subprocess.c
parent16fd9026d96c9821f535071df59ba8f62d706c68 (diff)
downloadcpython-63168a52f41fb73a1c951e6655a8d15399123953.zip
cpython-63168a52f41fb73a1c951e6655a8d15399123953.tar.gz
cpython-63168a52f41fb73a1c951e6655a8d15399123953.tar.bz2
added PSF licensing blurbs to relevant files
Diffstat (limited to 'PC/_subprocess.c')
-rw-r--r--PC/_subprocess.c3
1 files changed, 3 insertions, 0 deletions
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? */