[Python-checkins] r88817 - python/branches/release25-maint/README

martin.v.loewis python-checkins at python.org
Sun Apr 17 22:34:54 CEST 2011


Author: martin.v.loewis
Date: Sun Apr 17 22:34:53 2011
New Revision: 88817

Log:
hg cc959f114739 by Guido van Rossum:
Whoops. The copyright should be two lines.


Modified:
   python/branches/release25-maint/README

Modified: python/branches/release25-maint/README
==============================================================================
--- python/branches/release25-maint/README	(original)
+++ python/branches/release25-maint/README	Sun Apr 17 22:34:53 2011
@@ -1,7 +1,8 @@
 This is Python version 2.5.5
 ============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.


More information about the Python-checkins mailing list