diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2007-01-06 04:45:54 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2007-01-06 04:45:54 (GMT) |
commit | 83955ef6395946bb9255fee8a3c98ff892d4f2fb (patch) | |
tree | e85ab3ad89a26b1d213cfc85cf91ab825d2d4b90 /Python | |
parent | 4bd97d4549cc9e31c2b281095f2770a6ffd50a59 (diff) | |
download | cpython-83955ef6395946bb9255fee8a3c98ff892d4f2fb.zip cpython-83955ef6395946bb9255fee8a3c98ff892d4f2fb.tar.gz cpython-83955ef6395946bb9255fee8a3c98ff892d4f2fb.tar.bz2 |
update to (c) years to include 2007
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 325aee5..c10aea4 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2006 Python Software Foundation.\n\ +Copyright (c) 2001-2007 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |