Commit cf3ba657 authored by Guido van Rossum's avatar Guido van Rossum

At Bob Kahn's request, add CNRI to the copyright string (but not to

the notice yet).
parent 6cd948eb
......@@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
static char cprt[] =
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam\n\
Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)";
const char *
Py_GetCopyright()
{
return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
return cprt;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment