summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorPeter Astrand <astrand@lysator.liu.se>2005-02-14 08:56:32 (GMT)
committerPeter Astrand <astrand@lysator.liu.se>2005-02-14 08:56:32 (GMT)
commit69bf13f1e8d483dae3f1c6f256d52baf436bbc8c (patch)
tree7319328588998ad5a4629f338b45a9023735b25b /Lib/subprocess.py
parentced04e0936db90edab95be889c6c8c4dc7f7b278 (diff)
downloadcpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.zip
cpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.tar.gz
cpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.tar.bz2
Added copyright notice:
Licensed to PSF under a Contributor Agreement.
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 4cf67ac..c4a7a65 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -4,6 +4,8 @@
#
# Copyright (c) 2003-2004 by Peter Astrand <astrand@lysator.liu.se>
#
+# Licensed to PSF under a Contributor Agreement.
+#
# By obtaining, using, and/or copying this software and/or its
# associated documentation, you agree that you have read, understood,
# and will comply with the following terms and conditions: