blob: 67b67c69e6aabccad958b35c5d00b0b39376fcbc [file] [log] [blame]
Guido van Rossum667d7041995-08-04 04:20:48 +00001/* Return the copyright string. This is updated manually. */
2
3const char *
4getcopyright()
5{
6 return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
7}