diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-01 04:47:54 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-01 04:47:54 +0000 |
commit | 4292056641b7f20b0b7bf37792efad1822b0c8b7 (patch) | |
tree | 259fa6f88469ace2c3446008681cf3519d97b7b5 /Python/getcopyright.c | |
parent | 54c25b59bc57b4fd9d16ffa68a462c7e0eedaea5 (diff) | |
download | cpython-4292056641b7f20b0b7bf37792efad1822b0c8b7.tar.gz |
Merged revisions 77203 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77203 | benjamin.peterson | 2009-12-31 22:00:55 -0600 (Thu, 31 Dec 2009) | 1 line
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 8864cdbbc0..a5e7fa6396 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2009 Python Software Foundation.\n\ +Copyright (c) 2001-2010 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |