repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git]
/
Python
/
getcopyright.c
blob
575004311e463ff14fcd9d92ff021dbf052e938c
1
/* Return the copyright string. This is updated manually. */
2
3
#include
"Python.h"
4
5
const char
*
6
getcopyright
()
7
{
8
return
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam"
;
9
}