diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-31 18:10:13 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-31 18:10:13 -0600 |
commit | 80903d28ea4ef97618b9217c3c10cb132d14486c (patch) | |
tree | 68965d62566905a8ed5eff6fc7c9170d47e8e01d /Python | |
parent | 5d670dcfb5f9f757b88a5bce244fe065d6f7dd2d (diff) | |
parent | 68ef6e8e37a1d6d56f2e33ddff4d39fa11263143 (diff) | |
download | cpython-80903d28ea4ef97618b9217c3c10cb132d14486c.tar.gz |
merge 3.2
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 130dec1ba8..2ad2848aa8 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2014 Python Software Foundation.\n\ +Copyright (c) 2001-2015 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |