This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Python / getcopyright.c
blob575004311e463ff14fcd9d92ff021dbf052e938c
1 /* Return the copyright string. This is updated manually. */
3 #include "Python.h"
5 const char *
6 getcopyright()
8 return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";