diff options
author | Guido van Rossum <guido@python.org> | 1992-06-03 17:07:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-06-03 17:07:06 (GMT) |
commit | f0476350b8565a2342b3a02f94f66fe976ad0a06 (patch) | |
tree | 6d2d56b6dcf20a9d78a7d974cd2d5884bfd1f32b /Modules/audioop.c | |
parent | 2c4be64f2020feae4a46b44310f688cb2d288709 (diff) | |
download | cpython-f0476350b8565a2342b3a02f94f66fe976ad0a06.zip cpython-f0476350b8565a2342b3a02f94f66fe976ad0a06.tar.gz cpython-f0476350b8565a2342b3a02f94f66fe976ad0a06.tar.bz2 |
Added 1992 to copyright notice
Diffstat (limited to 'Modules/audioop.c')
-rw-r--r-- | Modules/audioop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/audioop.c b/Modules/audioop.c index 2718b49..9a06786 100644 --- a/Modules/audioop.c +++ b/Modules/audioop.c @@ -1,5 +1,5 @@ /*********************************************************** -Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The +Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved |