diff options
| author | Larry Hastings <larry@hastings.org> | 2019-03-04 02:06:04 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2019-03-04 02:06:04 (GMT) |
| commit | 14bb5cb1db0390dfce73ba1c36dd5a85762baa14 (patch) | |
| tree | 08129c849ff7344c13b1c41d7cb1da033687030f /Python | |
| parent | 17ebd2662bc1889bd563bca4d26f8e541ea7eaff (diff) | |
| download | cpython-3.4.10rc1.zip cpython-3.4.10rc1.tar.gz cpython-3.4.10rc1.tar.bz2 | |
Version bump & copyright year update for 3.4.10rc1.v3.4.10rc1
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 51772ec..27a1731 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\ |
