diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-01 22:04:13 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-01 22:04:13 -0600 |
commit | 18ab7c3b1c908d3072c842a54f7250314f43c951 (patch) | |
tree | 5042a05f52ee41ebd731b466e343888a950fd017 /Python/getcopyright.c | |
parent | ed060fb17c32a3ea14e24f1c664bd48f99543db5 (diff) | |
download | cpython-18ab7c3b1c908d3072c842a54f7250314f43c951.tar.gz |
ring in 2017 for Python
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 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\ |