From: Peter Astrand Date: Mon, 14 Feb 2005 08:56:32 +0000 (+0000) Subject: Added copyright notice: X-Git-Tag: v2.5a0~2032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69bf13f1e8d483dae3f1c6f256d52baf436bbc8c;p=python Added copyright notice: Licensed to PSF under a Contributor Agreement. --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 4cf67ac35b..c4a7a65179 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -4,6 +4,8 @@ # # Copyright (c) 2003-2004 by Peter Astrand # +# 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: