diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-01-02 08:23:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 08:23:51 -0800 |
commit | c2340619a772849eb7c4b038ca57ca093c738ed8 (patch) | |
tree | e63e256e3e1a2ba315c461aaff55c8fe4383876d /Python/getcopyright.c | |
parent | de66b8d498e47ed9d70607ac9b9f72468241da77 (diff) | |
download | cpython-git-c2340619a772849eb7c4b038ca57ca093c738ed8.tar.gz |
[3.6] Bump copyright years to 2019. (GH-11407)
(cherry picked from commit 9a69ae8a78785105ded02b083b2e5cd2dd939307)
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 51772ecef3..27a1731f46 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2018 Python Software Foundation.\n\ +Copyright (c) 2001-2019 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |