diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
commit | a015bb1e2ba036624007d640d27115b4252bd497 (patch) | |
tree | 3bba18e6cb907ad2f81c3998bd6e3c6e653f25d5 /Doc/README.txt | |
parent | b6728880927dbd290fd11f553b42316eb9c4b09d (diff) | |
parent | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (diff) | |
download | cpython-a015bb1e2ba036624007d640d27115b4252bd497.zip cpython-a015bb1e2ba036624007d640d27115b4252bd497.tar.gz cpython-a015bb1e2ba036624007d640d27115b4252bd497.tar.bz2 |
merge 3.3
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 64e307e..4a157d5 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -136,7 +136,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-2013 Python Software Foundation. +Copyright (c) 2000-2014 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. |