diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-05-13 11:54:19 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-05-13 11:54:19 +0000 |
commit | 0c4a4aebd76eb6c902564ab48ceb3f670212c49f (patch) | |
tree | 489079cdbfa03946cb2d961ed8a8ad4735d4f293 /Python/getcopyright.c | |
parent | 6c502c5b301507ab5f25d6d0fdc59d97b24bf4f9 (diff) | |
download | cpython-0c4a4aebd76eb6c902564ab48ceb3f670212c49f.tar.gz |
forward-port 1.17.12.1
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 31288c627f..ba977f6d88 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001, 2002, 2003 Python Software Foundation.\n\ +Copyright (c) 2001-2004 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |