At Bob Kahn's request, add CNRI to the copyright string (but not to
the notice yet).
This commit is contained in:
parent
6cd948ebd8
commit
cf3ba65749
|
@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#include "Python.h"
|
#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 *
|
const char *
|
||||||
Py_GetCopyright()
|
Py_GetCopyright()
|
||||||
{
|
{
|
||||||
return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
|
return cprt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue