From: Michael W. Hudson Date: Wed, 27 Feb 2002 13:32:25 +0000 (+0000) Subject: backport my checkin of X-Git-Tag: v2.2.1c1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbfb0b368dfe4c9a6ccea3161a63daa8f9fa98c1;p=thirdparty%2FPython%2Fcpython.git backport my checkin of revision 1.46 of README date: 2002/02/27 13:29:45; author: mwh; state: Exp; lines: +1 -1 Add 2002 to PSF copyrights. Doc/README is odd; it assigns some copyright to the PSF in 2000, when I didn't think it existed... --- diff --git a/Doc/README b/Doc/README index 64fe304f682a..4ff97832a43e 100644 --- a/Doc/README +++ b/Doc/README @@ -213,7 +213,7 @@ The Python source is copyrighted, but you can freely use and copy it as long as you don't change or remove the copyright notice: ---------------------------------------------------------------------- -Copyright (c) 2000, 2001 Python Software Foundation. +Copyright (c) 2000-2002 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com.