diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-12-31 21:37:21 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-12-31 21:37:21 -0600 |
commit | b77931c7a1bd505ce2ee72b6b03373d5bc67b516 (patch) | |
tree | 543f7cf57397d75f002835df053d122331f737a2 /Python/getcopyright.c | |
parent | f35b64b646d298969a40160dc5b566b7a84276c0 (diff) | |
download | cpython-b77931c7a1bd505ce2ee72b6b03373d5bc67b516.tar.gz |
bring Python into 2013
Diffstat (limited to 'Python/getcopyright.c')
-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 d83c6da1a2..2d26787dfb 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2012 Python Software Foundation.\n\ +Copyright (c) 2001-2013 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |