mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Initial revision
This commit is contained in:
parent
37ba0bc50b
commit
667d704997
8 changed files with 1013 additions and 0 deletions
7
Python/getcopyright.c
Normal file
7
Python/getcopyright.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* Return the copyright string. This is updated manually. */
|
||||
|
||||
const char *
|
||||
getcopyright()
|
||||
{
|
||||
return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue