summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2011-03-19 23:20:39 (GMT)
committerGuido van Rossum <guido@python.org>2011-03-19 23:20:39 (GMT)
commitd7bed77815da554a53aae61e2c64b88f11c475f0 (patch)
treeabeb3fb155a96aa5323b46007e9d38a113962888
parent54b76d42993021762ff2837d8b94ef1c9f54f88a (diff)
parent197f7f68597755cbf7ba5b48299794f3c99d4923 (diff)
downloadcpython-d7bed77815da554a53aae61e2c64b88f11c475f0.zip
cpython-d7bed77815da554a53aae61e2c64b88f11c475f0.tar.gz
cpython-d7bed77815da554a53aae61e2c64b88f11c475f0.tar.bz2
Whoops. The copyright should be two lines (merge from 2.5).
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 7c7c67b..63af54d 100644
--- 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.