summaryrefslogtreecommitdiffstats
path: root/Python/getcopyright.c
blob: 67b67c69e6aabccad958b35c5d00b0b39376fcbc (plain)
1
2
3
4
5
6
7
/* Return the copyright string.  This is updated manually. */

const char *
getcopyright()
{
	return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
}