From 69bf13f1e8d483dae3f1c6f256d52baf436bbc8c Mon Sep 17 00:00:00 2001 From: Peter Astrand Date: Mon, 14 Feb 2005 08:56:32 +0000 Subject: [PATCH] Added copyright notice: Licensed to PSF under a Contributor Agreement. --- Lib/subprocess.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.40.0