python/dist/src/Lib subprocess.py,1.15,1.16
Update of /cvsroot/python/python/dist/src/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4900 Modified Files: subprocess.py Log Message: Added copyright notice: Licensed to PSF under a Contributor Agreement. Index: subprocess.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/subprocess.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- subprocess.py 10 Feb 2005 08:32:50 -0000 1.15 +++ subprocess.py 14 Feb 2005 08:56:32 -0000 1.16 @@ -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:
participants (1)
-
astrandï¼ users.sourceforge.net