diff options
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? */ |