Skip to content

Commit d94ade1

Browse files
committed
Add my name to the copyright notice.
1 parent 71500c8 commit d94ade1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Python/getcopyright.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
#include "Python.h"
44

55
static char cprt[] =
6-
"Copyright (c) 2000 BeOpen.com.\n\
6+
"\
7+
Copyright (c) 2000, 2001 Guido van Rossum.\n\
8+
All Rights Reserved.\n\
9+
\n\
10+
Copyright (c) 2000 BeOpen.com.\n\
711
All Rights Reserved.\n\
812
\n\
913
Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\

0 commit comments

Comments
 (0)