diff options
author | Michael W. Hudson <mwh@python.net> | 2002-02-27 13:29:46 +0000 |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-02-27 13:29:46 +0000 |
commit | ebb08d5064c73d5961b491c6f282e9ebe393627a (patch) | |
tree | 9074036aab8e7ea60053a3d451b57d42d92b2e44 /Python/getcopyright.c | |
parent | 1e61112eda6a3c330fa76c0bc6c3001da8cd1eea (diff) | |
download | cpython-ebb08d5064c73d5961b491c6f282e9ebe393627a.tar.gz |
Add 2002 to PSF copyrights.
Doc/README is odd; it assigns some copyright to the PSF in 2000, when
I didn't think it existed...
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 ca56f46f16..0ba0fd75cf 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001 Python Software Foundation.\n\ +Copyright (c) 2001, 2002 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |