mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Add my name to the copyright notice.
This commit is contained in:
parent
71500c8293
commit
d94ade1fcc
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
static char cprt[] =
|
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\
|
All Rights Reserved.\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
|
Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue