Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf3ba65

Browse files
committed
At Bob Kahn's request, add CNRI to the copyright string (but not to
the notice yet).
1 parent 6cd948e commit cf3ba65

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Python/getcopyright.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
3333

3434
#include "Python.h"
3535

36+
static char cprt[] =
37+
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam\n\
38+
Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)";
39+
3640
const char *
3741
Py_GetCopyright()
3842
{
39-
return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
43+
return cprt;
4044
}

0 commit comments

Comments
 (0)