diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:22 (GMT) |
commit | 1aeb8cfcfd2981fe33b0ebccfc547a66117c5775 (patch) | |
tree | 5498d1f843bb69178250e14004e67b7c8283e7e2 /Python/getcopyright.c | |
parent | 22d9ee7e177bb0fcb514e898daaec98907ebde0c (diff) | |
download | cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.zip cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.tar.gz cpython-1aeb8cfcfd2981fe33b0ebccfc547a66117c5775.tar.bz2 |
update copyright year
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 4f2009d..629a240 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2013 Python Software Foundation.\n\ +Copyright (c) 2001-2014 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |