From: Guido van Rossum Date: Thu, 18 Jan 2001 14:50:11 +0000 (+0000) Subject: Add my name to the copyright notice. X-Git-Tag: v2.1a1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d94ade1fcc1bfa7f743c0b9753c50508b5a31525;p=thirdparty%2FPython%2Fcpython.git Add my name to the copyright notice. --- diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 27799fa3c39a..373b1bc88e27 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -3,7 +3,11 @@ #include "Python.h" static char cprt[] = -"Copyright (c) 2000 BeOpen.com.\n\ +"\ +Copyright (c) 2000, 2001 Guido van Rossum.\n\ +All Rights Reserved.\n\ +\n\ +Copyright (c) 2000 BeOpen.com.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\