diff options
Diffstat (limited to 'scripts/subprocess.py')
-rw-r--r-- | scripts/subprocess.py | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/subprocess.py b/scripts/subprocess.py index aeca23d1a5d..81f44263ea7 100644 --- a/scripts/subprocess.py +++ b/scripts/subprocess.py @@ -1,13 +1,11 @@ -# subprocess - Subprocesses with accessible I/O streams +# ********************************************************************** # -# For more information about this module, see PEP 324. +# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. # -# This module should remain compatible with Python 2.2, see PEP 291. +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. # -# Copyright (c) 2003-2005 by Peter Astrand <astrand@lysator.liu.se> -# -# Licensed to PSF under a Contributor Agreement. -# See http://www.python.org/2.4/license for licensing details. +# ********************************************************************** r"""subprocess - Subprocesses with accessible I/O streams |