diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:10:35 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:10:35 +0000 |
commit | 6b8bd2d5cb3134da00b673f7f2b4decc97ccef6d (patch) | |
tree | f6c24c3cf25ca5164b1926e0d24a99fa2ca97166 /Modules/selectmodule.c | |
parent | 1355ab0df5cdf925c641d41fc2386795c7cff750 (diff) | |
download | cpython-6b8bd2d5cb3134da00b673f7f2b4decc97ccef6d.tar.gz |
Added 1995 to copyright message.
Setup.in: clarified Tk comments somewhat.
structmodule.c: use memcpy() instead of double precision assignment.
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r-- | Modules/selectmodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index ef3ec23346..a9f55c30a5 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -1,6 +1,6 @@ /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved |