diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:09:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:09:36 (GMT) |
commit | 47e782a67a79e7d4fdc4536c6d6935c0e3b45705 (patch) | |
tree | 98481d9566198f2f9cfec42ba78eee2389b8920c /Python/getcopyright.c | |
parent | 44e4b98ff00c3f874989350d9767bd91ddeb39e4 (diff) | |
download | cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.zip cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.gz cpython-47e782a67a79e7d4fdc4536c6d6935c0e3b45705.tar.bz2 |
update for copyright for 2015
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 d9da116..ba66474 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2014 Python Software Foundation.\n\ +Copyright (c) 2001-2015 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |