From f265bcb8a0fbc8f946883ba419fa83c5dc40f36a Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Jan 2009 15:25:31 -0330 Subject: Bug 3621 - updated copyright to 2009 --- scripts/subprocess.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'scripts/subprocess.py') 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 -# -# 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 -- cgit v1.2.3