diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-01-01 14:28:31 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-01-01 14:28:31 +0000 |
commit | 38f6f0e372ad7468c69956d143c0dd22fe311b50 (patch) | |
tree | 8fd2087cd7af9d1e9c6deaacb50a32186d6daa31 /Python/getcopyright.c | |
parent | 63a37f8ceb3252f46f1999f27479f221f2f214a8 (diff) | |
download | cpython-38f6f0e372ad7468c69956d143c0dd22fe311b50.tar.gz |
update copyright to 2011
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 43a0293885..1388f2c98c 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2010 Python Software Foundation.\n\ +Copyright (c) 2001-2011 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |