diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-12-31 22:02:41 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-12-31 22:02:41 -0600 |
commit | a015bb1e2ba036624007d640d27115b4252bd497 (patch) | |
tree | 3bba18e6cb907ad2f81c3998bd6e3c6e653f25d5 /Python | |
parent | b6728880927dbd290fd11f553b42316eb9c4b09d (diff) | |
parent | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (diff) | |
download | cpython-git-a015bb1e2ba036624007d640d27115b4252bd497.tar.gz |
merge 3.3
Diffstat (limited to 'Python')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index 2b19622d43..130dec1ba8 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2013 Python Software Foundation.\n\ +Copyright (c) 2001-2014 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |