blob: 575004311e463ff14fcd9d92ff021dbf052e938c [file] [log] [blame]
Guido van Rossum667d7041995-08-04 04:20:48 +00001/* Return the copyright string. This is updated manually. */
2
Guido van Rossum020dfe71995-09-18 21:40:19 +00003#include "Python.h"
4
Guido van Rossum667d7041995-08-04 04:20:48 +00005const char *
6getcopyright()
7{
8 return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
9}