summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/getcopyright.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index 27799fa..373b1bc 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\