diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-14 22:29:34 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-14 22:29:34 (GMT) |
commit | 63168a52f41fb73a1c951e6655a8d15399123953 (patch) | |
tree | c8a113db9e643647c4cd026f1b699f2690427e41 /PC | |
parent | 16fd9026d96c9821f535071df59ba8f62d706c68 (diff) | |
download | cpython-63168a52f41fb73a1c951e6655a8d15399123953.zip cpython-63168a52f41fb73a1c951e6655a8d15399123953.tar.gz cpython-63168a52f41fb73a1c951e6655a8d15399123953.tar.bz2 |
added PSF licensing blurbs to relevant files
Diffstat (limited to 'PC')
-rw-r--r-- | PC/_subprocess.c | 3 |
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? */ |