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 | 524b588553afb0759c5be590a7aa41db92dcd2ae (patch) | |
tree | b71384583af38722ebda222f40bb5db5e852285e /Modules/audioop.c | |
parent | b9f8d6e54d72d108648a411174e57779c212871a (diff) | |
download | cpython-git-524b588553afb0759c5be590a7aa41db92dcd2ae.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/audioop.c')
-rw-r--r-- | Modules/audioop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/audioop.c b/Modules/audioop.c index 22e309dc7a..640e8162dc 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.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 |