diff options
author | Peter Astrand <astrand@lysator.liu.se> | 2005-02-14 08:56:32 (GMT) |
---|---|---|
committer | Peter Astrand <astrand@lysator.liu.se> | 2005-02-14 08:56:32 (GMT) |
commit | 69bf13f1e8d483dae3f1c6f256d52baf436bbc8c (patch) | |
tree | 7319328588998ad5a4629f338b45a9023735b25b | |
parent | ced04e0936db90edab95be889c6c8c4dc7f7b278 (diff) | |
download | cpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.zip cpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.tar.gz cpython-69bf13f1e8d483dae3f1c6f256d52baf436bbc8c.tar.bz2 |
Added copyright notice:
Licensed to PSF under a Contributor Agreement.
-rw-r--r-- | Lib/subprocess.py | 2 |
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: |