From 6ac411e448d5161c5df6ed1e0ec1aa5e510fcb77 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 27 Feb 2002 13:31:58 +0000 Subject: [PATCH] backport my checkin of revision 1.16 of getcopyright.c date: 2002/02/27 13:29:46; author: mwh; state: Exp; lines: +1 -1 Add 2002 to PSF copyrights. --- Python/getcopyright.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/getcopyright.c b/Python/getcopyright.c index ca56f46f16d4..0ba0fd75cf9f 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001 Python Software Foundation.\n\ +Copyright (c) 2001, 2002 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ -- 2.47.3