diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2005-01-25 12:43:57 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2005-01-25 12:43:57 (GMT) |
commit | bd43255329915e679f410a221abe64c5e999952d (patch) | |
tree | 80c7137271b131508882c81eed6fa0af981fb9df | |
parent | 27b8260c942901450f254fe3c7deced78b23878d (diff) | |
download | cpython-bd43255329915e679f410a221abe64c5e999952d.zip cpython-bd43255329915e679f410a221abe64c5e999952d.tar.gz cpython-bd43255329915e679f410a221abe64c5e999952d.tar.bz2 |
happy new year! (2.4 branch)
-rw-r--r-- | Python/getcopyright.c | 2 | ||||
-rw-r--r-- | README | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index ba977f6..2df7d27 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2004 Python Software Foundation.\n\ +Copyright (c) 2001-2005 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ @@ -1,7 +1,7 @@ -This is Python version 2.4 alpha 3 -================================== +This is Python version 2.4 +========================== -Copyright (c) 2001, 2002, 2003, 2004 Python Software Foundation. +Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. |