diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-01-02 07:46:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 07:46:53 -0800 |
commit | 9a69ae8a78785105ded02b083b2e5cd2dd939307 (patch) | |
tree | c952a2ffde0f7b66e1bd2952cb0ea09ee22ec4d0 /Python | |
parent | 830ddc74c495ac1a5c03172a31006074967571a3 (diff) | |
download | cpython-git-9a69ae8a78785105ded02b083b2e5cd2dd939307.tar.gz |
Bump copyright years to 2019. (GH-11404)
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 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\ |