diff options
author | Larry Hastings <larry@hastings.org> | 2019-03-03 18:09:45 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-03-03 18:09:45 -0800 |
commit | d571dd3c98660298dae371899a0331135e843be2 (patch) | |
tree | 352ca232941fef85c3cf6fe2fb5557551847d02a /Python/getcopyright.c | |
parent | 485fa7e0ad9b557fc94175fb482de5e2a8f9bf35 (diff) | |
download | cpython-git-3.5.7rc1.tar.gz |
Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1
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\ |