diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 10:23:45 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 10:23:45 -0600 |
commit | e9c5904eff644d26d015bb8ec3a6061d4d7f64e5 (patch) | |
tree | d7c8b5c3fcfa3749fb70e1fbf608a72b45f4b391 /Python/getcopyright.c | |
parent | bb6330e6b4d4500c10d8f4671b3b0cac5ebcd2a3 (diff) | |
download | cpython-e9c5904eff644d26d015bb8ec3a6061d4d7f64e5.tar.gz |
2016 will be another year of writing copyrighted code
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 2ad2848aa8..c3f1e89599 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2015 Python Software Foundation.\n\ +Copyright (c) 2001-2016 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |