diff options
author | Guido van Rossum <guido@python.org> | 1996-07-21 02:28:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-21 02:28:11 (GMT) |
commit | 7cffd1322b4516ac084ba383084097090a85c597 (patch) | |
tree | 09675d190a0de3e03c73076740099be12eb74c2a /Python | |
parent | 530956d247fd01cb4e3bdc0dedd7ab3e0b9a8b13 (diff) | |
download | cpython-7cffd1322b4516ac084ba383084097090a85c597.zip cpython-7cffd1322b4516ac084ba383084097090a85c597.tar.gz cpython-7cffd1322b4516ac084ba383084097090a85c597.tar.bz2 |
added 1996
Diffstat (limited to 'Python')
-rw-r--r-- | Python/getcopyright.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 5ed7787..207b83d 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +Copyright 1991-1996 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved @@ -29,5 +29,5 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. const char * Py_GetCopyright() { - return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam"; + return "Copyright 1991-1996 Stichting Mathematisch Centrum, Amsterdam"; } |