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