[Python-checkins] cpython (merge 2.5 -> 2.6): Whoops. The copyright should be two lines (merge from 2.5).

guido.van.rossum python-checkins at python.org
Sun Mar 20 00:25:51 CET 2011


http://hg.python.org/cpython/rev/69650b81f4b9
changeset:   68696:69650b81f4b9
branch:      2.6
parent:      68693:cf5e4bdb24a1
parent:      68695:cc959f114739
user:        Guido van Rossum <guido at python.org>
date:        Sat Mar 19 16:20:39 2011 -0700
summary:
  Whoops. The copyright should be two lines (merge from 2.5).

files:
  README

diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
 This is Python version 2.6.6
 ============================
 
-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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list