[Python-checkins] cpython (merge 2.6 -> 2.7): Test commit. Add 2011 to copyright line (merge from 2.6).
guido.van.rossum
python-checkins at python.org
Sun Mar 20 00:25:43 CET 2011
http://hg.python.org/cpython/rev/89007356798b
changeset: 68694:89007356798b
branch: 2.7
parent: 68690:3a04bdda1ebf
parent: 68693:cf5e4bdb24a1
user: Guido van Rossum <guido at python.org>
date: Sat Mar 19 16:18:02 2011 -0700
summary:
Test commit. Add 2011 to copyright line (merge from 2.6).
files:
README
diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,9 +1,7 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list