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 | 856cb0fc34d9b82594e7c0053535ea7df747b8ab (patch) | |
tree | dfe4a131af68d0359d2280943f2fa06129731941 /Doc/README.txt | |
parent | 1f7df8f2070391f28391e3594580c07e11b6b32b (diff) | |
download | cpython-856cb0fc34d9b82594e7c0053535ea7df747b8ab.zip cpython-856cb0fc34d9b82594e7c0053535ea7df747b8ab.tar.gz cpython-856cb0fc34d9b82594e7c0053535ea7df747b8ab.tar.bz2 |
update another year
Diffstat (limited to 'Doc/README.txt')
-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 f03da76..dfa62d5 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -127,7 +127,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. |