diff options
author | Georg Brandl <georg@python.org> | 2006-02-11 15:30:36 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-11 15:30:36 +0000 |
commit | 655a4ba4529c4095733e51a51735ee5e706cef98 (patch) | |
tree | 33b49b638c957d94beac5f9a655f9ee49a0fd2b4 /Python/getcopyright.c | |
parent | 8e67fbf0f11957787db3c1b2be712e5f98d8a6bb (diff) | |
download | cpython-655a4ba4529c4095733e51a51735ee5e706cef98.tar.gz |
Update general copyright years to 2006.
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 2df7d2789d..325aee51f9 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2005 Python Software Foundation.\n\ +Copyright (c) 2001-2006 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |