diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-01 22:07:37 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-01 22:07:37 -0600 |
commit | b6e2142b0cf96ffd081eff1f4f6d90074efa0ead (patch) | |
tree | 49c21dfe6808067b82cfff50842abade7967cc5e /Python | |
parent | dd5c73b4f20331c15d2239658bcc17c5c703c370 (diff) | |
parent | e527dd34bc4d894b469f48af9369b0f8e1138ea9 (diff) | |
download | cpython-git-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.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 c3f1e89599..cac647c3ce 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2016 Python Software Foundation.\n\ +Copyright (c) 2001-2017 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |