From: Guido van Rossum Date: Sat, 19 Mar 2011 23:18:02 +0000 (-0700) Subject: Test commit. Add 2011 to copyright line (merge from 2.6). X-Git-Tag: v2.7.2rc1~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a6134569f0b0343a72d774fcfc7124cd07b4f49;p=python Test commit. Add 2011 to copyright line (merge from 2.6). --- 3a6134569f0b0343a72d774fcfc7124cd07b4f49 diff --cc README index d9cdff98fd,7c7c67ba40..241a8436ec --- a/README +++ b/README @@@ -1,9 -1,7 +1,7 @@@ -This is Python version 2.6.6 +This is Python version 2.7.1 ============================ - Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Python Software Foundation. - All rights reserved. + Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved.