diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-12-31 21:44:06 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-12-31 21:44:06 -0600 |
commit | ca319cf94eec0061b5c433fb0d54fd651b385a92 (patch) | |
tree | 136f8f625a6c4f4ddac142931186e65d0862c7ca | |
parent | ae2039e62cba23d9a5608c0da3f6ee2a7fe8ad09 (diff) | |
parent | a63ecedfa066bfba73566ff3cfd2402246f5254c (diff) | |
download | cpython-git-ca319cf94eec0061b5c433fb0d54fd651b385a92.tar.gz |
merge 3.3
-rw-r--r-- | Doc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index f296423fc9..c63fc608a8 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. |