diff options
author | Guido van Rossum <guido@python.org> | 2011-03-19 23:20:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2011-03-19 23:20:39 (GMT) |
commit | d7bed77815da554a53aae61e2c64b88f11c475f0 (patch) | |
tree | abeb3fb155a96aa5323b46007e9d38a113962888 | |
parent | 54b76d42993021762ff2837d8b94ef1c9f54f88a (diff) | |
parent | 197f7f68597755cbf7ba5b48299794f3c99d4923 (diff) | |
download | cpython-d7bed77815da554a53aae61e2c64b88f11c475f0.zip cpython-d7bed77815da554a53aae61e2c64b88f11c475f0.tar.gz cpython-d7bed77815da554a53aae61e2c64b88f11c475f0.tar.bz2 |
Whoops. The copyright should be two lines (merge from 2.5).
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |