summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-01-01 03:44:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-01-01 03:44:06 (GMT)
commitca319cf94eec0061b5c433fb0d54fd651b385a92 (patch)
tree136f8f625a6c4f4ddac142931186e65d0862c7ca
parentae2039e62cba23d9a5608c0da3f6ee2a7fe8ad09 (diff)
parenta63ecedfa066bfba73566ff3cfd2402246f5254c (diff)
downloadcpython-ca319cf94eec0061b5c433fb0d54fd651b385a92.zip
cpython-ca319cf94eec0061b5c433fb0d54fd651b385a92.tar.gz
cpython-ca319cf94eec0061b5c433fb0d54fd651b385a92.tar.bz2
merge 3.3
-rw-r--r--Doc/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt
index f296423..c63fc60 100644
--- a/Doc/README.txt
+++ b/Doc/README.txt
@@ -135,7 +135,7 @@ The Python source is copyrighted, but you can freely use and copy it
as long as you don't change or remove the copyright notice:
----------------------------------------------------------------------
-Copyright (c) 2000-2012 Python Software Foundation.
+Copyright (c) 2000-2013 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.