diff options
author | Guido van Rossum <guido@python.org> | 2011-03-19 23:17:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2011-03-19 23:17:14 (GMT) |
commit | 54b76d42993021762ff2837d8b94ef1c9f54f88a (patch) | |
tree | 428cee3c7596f61fda140b12d53443fbaf61af05 /README | |
parent | dfd1579e54a431333cdcaaa2df82c13f135caff9 (diff) | |
parent | deeb71e8a02669ac44508310f43cd0a0d50f8e06 (diff) | |
download | cpython-54b76d42993021762ff2837d8b94ef1c9f54f88a.zip cpython-54b76d42993021762ff2837d8b94ef1c9f54f88a.tar.gz cpython-54b76d42993021762ff2837d8b94ef1c9f54f88a.tar.bz2 |
Test commit. Add 2011 to copyright line (merge from 2.5).
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,7 @@ This is Python version 2.6.6 ============================ -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. |