diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-09-16 08:38:50 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-09-16 08:38:50 +0000 |
| commit | facd783008d96f707410b8f8a8252bbba32f348c (patch) | |
| tree | c688a126752fc404d5d249e7f247dbe2e59a603b /sys | |
| parent | 12629290f586553f590bb9c635941ce866bccfe3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/pcaudio.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/pc98/pcaudio.c b/sys/pc98/pc98/pcaudio.c index 66b0a2e8cb2b..abffc8c418ef 100644 --- a/sys/pc98/pc98/pcaudio.c +++ b/sys/pc98/pc98/pcaudio.c @@ -1,18 +1,18 @@ /*- - * Copyright (c) 1994 Sen Schmidt + * Copyright (c) 1994-1998 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer - * in this position and unchanged. + * notice, this list of conditions and the following disclaimer, + * without modification, immediately at the beginning of the file. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcaudio.c,v 1.16 1998/06/08 08:55:44 kato Exp $ + * $Id: pcaudio.c,v 1.43 1998/09/15 18:16:37 sos Exp $ */ #include "pca.h" |
