diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-01 03:44:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-01 03:44:00 (GMT) |
commit | a63ecedfa066bfba73566ff3cfd2402246f5254c (patch) | |
tree | 699207b58a3060d36bc49c5255cc9558efa9b2c1 | |
parent | 198399d92c0776248583fcb13670ddc92304512c (diff) | |
download | cpython-a63ecedfa066bfba73566ff3cfd2402246f5254c.zip cpython-a63ecedfa066bfba73566ff3cfd2402246f5254c.tar.gz cpython-a63ecedfa066bfba73566ff3cfd2402246f5254c.tar.bz2 |
update another year
-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 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. |