Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1a06e1d6ba639bd6ce091c20f2bbb5d282c0f338
/
.
/
Python
/
getcopyright.c
blob: 575004311e463ff14fcd9d92ff021dbf052e938c [
file
] [
log
] [
blame
]
/* Return the copyright string. This is updated manually. */
#include
"Python.h"
const
char
*
getcopyright
()
{
return
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam"
;
}