summaryrefslogtreecommitdiff
path: root/scripts/subprocess.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-01-02 16:11:55 -0330
committerDwayne Boone <dwayne@zeroc.com>2009-01-02 16:11:55 -0330
commit6cc5af6fcbd589ac1b704dba248aecd219556b03 (patch)
tree70763c9d285e0a2ef4152818aa1a95926bc5fa1d /scripts/subprocess.py
parentMerged with R3_3_branch (diff)
parentBug 3621 - updated copyright to 2009 (diff)
downloadice-6cc5af6fcbd589ac1b704dba248aecd219556b03.tar.bz2
ice-6cc5af6fcbd589ac1b704dba248aecd219556b03.tar.xz
ice-6cc5af6fcbd589ac1b704dba248aecd219556b03.zip
Merge branch 'R3_3_branch'
Diffstat (limited to 'scripts/subprocess.py')
-rw-r--r--scripts/subprocess.py12
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