diff options
author | Michael W. Hudson <mwh@python.net> | 2002-02-27 13:31:58 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-02-27 13:31:58 (GMT) |
commit | 6ac411e448d5161c5df6ed1e0ec1aa5e510fcb77 (patch) | |
tree | 78e8c2d8241050b1fc3420154d1b51f45e3a656f | |
parent | 644fd922e648fe3c4f614cf53be0c839c3590e56 (diff) | |
download | cpython-6ac411e448d5161c5df6ed1e0ec1aa5e510fcb77.zip cpython-6ac411e448d5161c5df6ed1e0ec1aa5e510fcb77.tar.gz cpython-6ac411e448d5161c5df6ed1e0ec1aa5e510fcb77.tar.bz2 |
backport my checkin of
revision 1.16 of getcopyright.c
date: 2002/02/27 13:29:46; author: mwh; state: Exp; lines: +1 -1
Add 2002 to PSF copyrights.
-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 ca56f46..0ba0fd7 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\ |