From: Anthony Baxter Date: Tue, 25 Jan 2005 12:40:01 +0000 (+0000) Subject: happy new year! (on the trunk) X-Git-Tag: v2.5a0~2078 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c560a00966e035fad3499067dc6a4d7b7dbc9d7e;p=thirdparty%2FPython%2Fcpython.git happy new year! (on the trunk) --- diff --git a/Python/getcopyright.c b/Python/getcopyright.c index ba977f6d880c..2df7d2789d60 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\ diff --git a/README b/README index 334e2861b7a7..a696738be097 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is Python version 2.4 alpha 3 +This is Python version 2.5 alpha 0 ================================== -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.