diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-01-05 23:12:14 -0800 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-01-05 23:12:14 -0800 |
commit | e29573910c2c442c39def7396b7a54ae1487e686 (patch) | |
tree | 7503106244369f1de03bea2fa4f8f5161554eb2a /Python/getcopyright.c | |
parent | 78e43a59acd2c5c2325e52f37ddd59d2079391ee (diff) | |
download | cpython-git-e29573910c2c442c39def7396b7a54ae1487e686.tar.gz |
advance copyright years to 2018 (GH-5094) (#5104)
(cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48)
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 cac647c3ce..51772ecef3 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2017 Python Software Foundation.\n\ +Copyright (c) 2001-2018 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |