diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/sound | |
parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) |
Start each of the license/copyright comments with /*-, minor shuffle of lines
Notes
Notes:
svn path=/head/; revision=139749
Diffstat (limited to 'sys/dev/sound')
74 files changed, 103 insertions, 98 deletions
diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index f9952665b71b..7da109923b16 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 40e006b36636..f34a5c623f65 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright Luigi Rizzo, 1997,1998 * Copyright by Hannu Savolainen 1994, 1995 diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h index 078523f1d12e..3fe4a3dc3ff1 100644 --- a/sys/dev/sound/isa/ad1816.h +++ b/sys/dev/sound/isa/ad1816.h @@ -1,4 +1,4 @@ -/* +/*- * (C) 1997 Luigi Rizzo (luigi@iet.unipi.it) * * This file contains information and macro definitions for diff --git a/sys/dev/sound/isa/es1888.c b/sys/dev/sound/isa/es1888.c index 24830a258edc..bc89ca4b3bba 100644 --- a/sys/dev/sound/isa/es1888.c +++ b/sys/dev/sound/isa/es1888.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Doug Rabson * All rights reserved. * diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index 1cf756a28aa5..248aebe833ba 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * diff --git a/sys/dev/sound/isa/gusc.c b/sys/dev/sound/isa/gusc.c index bd88322f484d..cb1b1ade4e9a 100644 --- a/sys/dev/sound/isa/gusc.c +++ b/sys/dev/sound/isa/gusc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Seigo Tanimura * Copyright (c) 1999 Ville-Pertti Keinonen * All rights reserved. diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 3a39569954b9..60b1927380a5 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 George Reid <greid@ukug.uk.freebsd.org> * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright Luigi Rizzo, 1997,1998 diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index d97c70a14cf2..d9247f93b7e6 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -1,4 +1,4 @@ -/* +/*- * file: mss.h * * (C) 1997 Luigi Rizzo (luigi@iet.unipi.it) @@ -8,6 +8,34 @@ * */ +/*- + * Copyright (c) 1999 Doug Rabson + * 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. + * 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. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * $FreeBSD$ + */ + /* * @@ -278,34 +306,6 @@ MIX_NONE(SOUND_MIXER_LINE3), SOUND_MASK_LINE | SOUND_MASK_MIC | SOUND_MASK_CD | \ SOUND_MASK_IGAIN | SOUND_MASK_LINE1 ) -/*- - * Copyright (c) 1999 Doug Rabson - * 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. - * 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. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD$ - */ - /* * Register definitions for the Yamaha OPL3-SA[23x]. */ diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index 25ad11c25b7a..58cb46ff5def 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index 53e508c728d1..eefe02544536 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright 1997,1998 Luigi Rizzo. * diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index 7783c084db9c..d41cf1029307 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index 2b980807245e..9e45cde9636d 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c index edfb55b97c1c..6f909ccbb0ed 100644 --- a/sys/dev/sound/pci/als4000.c +++ b/sys/dev/sound/pci/als4000.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Orion Hodson <oho@acm.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/als4000.h b/sys/dev/sound/pci/als4000.h index a6a67df786bc..00661a039b45 100644 --- a/sys/dev/sound/pci/als4000.h +++ b/sys/dev/sound/pci/als4000.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index 68bebb30469d..8ff1b4057696 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index d710b2e0ba85..e835c7119fcb 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c index 857592af000d..196fb69353dc 100644 --- a/sys/dev/sound/pci/cmi.c +++ b/sys/dev/sound/pci/cmi.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/cmireg.h b/sys/dev/sound/pci/cmireg.h index 9e838a6faad3..5c468b55ed8b 100644 --- a/sys/dev/sound/pci/cmireg.h +++ b/sys/dev/sound/pci/cmireg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c index ea9e0fcd33ba..f8da280cb43a 100644 --- a/sys/dev/sound/pci/cs4281.c +++ b/sys/dev/sound/pci/cs4281.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.h b/sys/dev/sound/pci/cs4281.h index 68a71e7b7f0a..c7b3799ab89d 100644 --- a/sys/dev/sound/pci/cs4281.h +++ b/sys/dev/sound/pci/cs4281.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 5cc205abfcb9..d9823d732e25 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index c53647db2dd5..753f518e2502 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/ds1-fw.h b/sys/dev/sound/pci/ds1-fw.h index 72a052a2b9bc..a34d2338954c 100644 --- a/sys/dev/sound/pci/ds1-fw.h +++ b/sys/dev/sound/pci/ds1-fw.h @@ -1,4 +1,5 @@ -/* ============================================================================= +/*- + * ============================================================================= * Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved. * * Title: diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 59890d7fc5fc..fa70de1d149e 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index aeeba4dac1b9..3716cc07ff29 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004 David O'Brien <obrien@FreeBSD.org> * Copyright (c) 2003 Orlando Bassotto <orlando.bassotto@ieo-research.it> * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 7b9797312065..b23245e9328f 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -1,4 +1,4 @@ -/* +/*- * Support the ENSONIQ AudioPCI board and Creative Labs SoundBlaster PCI * boards based on the ES1370, ES1371 and ES1373 chips. * diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 076fe3c01a1b..8d9b9915050a 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -1,4 +1,4 @@ -/* +/*- * This supports the ENSONIQ AudioPCI board based on the ES1370. * * Copyright (c) 1998 Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c index 1bc52e96553e..9875e0e4b2cd 100644 --- a/sys/dev/sound/pci/fm801.c +++ b/sys/dev/sound/pci/fm801.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Dmitry Dicky diwil@dataart.com * All rights reserved. * diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 8756993d2438..af27f810b8a3 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. diff --git a/sys/dev/sound/pci/ich.h b/sys/dev/sound/pci/ich.h index 8f6cf68bcb48..be3f3fca3b4a 100644 --- a/sys/dev/sound/pci/ich.h +++ b/sys/dev/sound/pci/ich.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. diff --git a/sys/dev/sound/pci/neomagic-coeff.h b/sys/dev/sound/pci/neomagic-coeff.h index f6cdecfd2f02..2fec6427ae14 100644 --- a/sys/dev/sound/pci/neomagic-coeff.h +++ b/sys/dev/sound/pci/neomagic-coeff.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index 5c4619b8c862..3ed79e5cfb88 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.h b/sys/dev/sound/pci/neomagic.h index be5e7e296498..0b87f99cbf97 100644 --- a/sys/dev/sound/pci/neomagic.h +++ b/sys/dev/sound/pci/neomagic.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 5cb0c1395ea8..ed102753c1b8 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 8bcc588f3958..f570f0773472 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 67e3e4993501..4a2ec626c508 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c index 851d7725b45d..2c338685837f 100644 --- a/sys/dev/sound/pci/via8233.c +++ b/sys/dev/sound/pci/via8233.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Orion Hodson <orion@freebsd.org> * Portions of this code derived from via82c686.c: * Copyright (c) 2000 David Jones <dej@ox.org> diff --git a/sys/dev/sound/pci/via8233.h b/sys/dev/sound/pci/via8233.h index bc6f57aa6208..a38afc96255c 100644 --- a/sys/dev/sound/pci/via8233.h +++ b/sys/dev/sound/pci/via8233.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2002 Orion Hodson <orion@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/via82c686.c b/sys/dev/sound/pci/via82c686.c index 9ed693b1e9b2..6a94a1992fe7 100644 --- a/sys/dev/sound/pci/via82c686.c +++ b/sys/dev/sound/pci/via82c686.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 David Jones <dej@ox.org> * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 6fd1f8fa1462..801a2edaab63 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.h b/sys/dev/sound/pci/vibes.h index 36cbadd66781..d1eac407efbe 100644 --- a/sys/dev/sound/pci/vibes.h +++ b/sys/dev/sound/pci/vibes.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Orion Hodson <O.Hodson@cs.ucl.ac.uk> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index a6303f93c2fd..e2313661aeef 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h index 933281cb8a9e..2d2db4b22f5e 100644 --- a/sys/dev/sound/pcm/ac97.h +++ b/sys/dev/sound/pcm/ac97.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97_if.m b/sys/dev/sound/pcm/ac97_if.m index 36c5c19091a6..19f7378d1c6d 100644 --- a/sys/dev/sound/pcm/ac97_if.m +++ b/sys/dev/sound/pcm/ac97_if.m @@ -1,3 +1,4 @@ +#- # KOBJ # # Copyright (c) 2000 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index e5e728f8b314..05c73d7553a7 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2002 FreeBSD, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/pcm/ac97_patch.h b/sys/dev/sound/pcm/ac97_patch.h index 740031d2ed3a..d0184c4c6be2 100644 --- a/sys/dev/sound/pcm/ac97_patch.h +++ b/sys/dev/sound/pcm/ac97_patch.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2003 FreeBSD, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index 096262c2ccf3..9ca6a3238441 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 48981b5c4078..7b2bffbe127b 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index cf970c7132a7..2948e41c9d2d 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Portions Copyright by Luigi Rizzo - 1997-99 * All rights reserved. diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index f2fb5957ae1d..23cd7199f58b 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/channel_if.m b/sys/dev/sound/pcm/channel_if.m index 9d8e289509c2..cdc6a3b6f2b3 100644 --- a/sys/dev/sound/pcm/channel_if.m +++ b/sys/dev/sound/pcm/channel_if.m @@ -1,3 +1,4 @@ +#- # KOBJ # # Copyright (c) 2000 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 64088f95117c..1adc6ceed341 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h index 0a42e74ef1c1..0d067ededb1a 100644 --- a/sys/dev/sound/pcm/dsp.h +++ b/sys/dev/sound/pcm/dsp.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/fake.c b/sys/dev/sound/pcm/fake.c index 1fd0900bff9f..ba9c4b641303 100644 --- a/sys/dev/sound/pcm/fake.c +++ b/sys/dev/sound/pcm/fake.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index 0ec36df6f80a..5bc7b81ae2b9 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index 61d42255d966..1a9c37b751aa 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_fmt.c b/sys/dev/sound/pcm/feeder_fmt.c index 59d7edc485f5..7eb66f515fd1 100644 --- a/sys/dev/sound/pcm/feeder_fmt.c +++ b/sys/dev/sound/pcm/feeder_fmt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_if.m b/sys/dev/sound/pcm/feeder_if.m index a100a6dbf0ea..83c0fb073b53 100644 --- a/sys/dev/sound/pcm/feeder_if.m +++ b/sys/dev/sound/pcm/feeder_if.m @@ -1,3 +1,4 @@ +#- # KOBJ # # Copyright (c) 2000 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index c3752a0ad7b1..55d51fc1e2dc 100644 --- a/sys/dev/sound/pcm/feeder_rate.c +++ b/sys/dev/sound/pcm/feeder_rate.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2003 Orion Hodson <orion@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index f40b4301abd5..fed0fc5a3be5 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 22bd22aa6c3f..2c8dff753e36 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/mixer_if.m b/sys/dev/sound/pcm/mixer_if.m index 38d99fbd05df..9bd974ce7d9e 100644 --- a/sys/dev/sound/pcm/mixer_if.m +++ b/sys/dev/sound/pcm/mixer_if.m @@ -1,3 +1,4 @@ +#- # KOBJ # # Copyright (c) 2000 Cameron Grant <cg@freebsd.org> diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c index c8e63877394c..7113bf1e6d24 100644 --- a/sys/dev/sound/pcm/sndstat.c +++ b/sys/dev/sound/pcm/sndstat.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 4446b3241e9e..fd4ce76bf80f 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * (C) 1997 Luigi Rizzo (luigi@iet.unipi.it) * All rights reserved. diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index f1fd6df23d3e..e4cac240247d 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Cameron Grant <cg@freebsd.org> * Copyright by Hannu Savolainen 1995 * All rights reserved. diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index ce67fb1559c4..91a114e65706 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/pcm/vchan.h b/sys/dev/sound/pcm/vchan.h index 99b0d41399a5..cb9e1c8ea17c 100644 --- a/sys/dev/sound/pcm/vchan.h +++ b/sys/dev/sound/pcm/vchan.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Cameron Grant <cg@freebsd.org> * All rights reserved. * diff --git a/sys/dev/sound/sbus/apcdmareg.h b/sys/dev/sound/sbus/apcdmareg.h index 28abd8b16dc6..d4296adbe9fe 100644 --- a/sys/dev/sound/sbus/apcdmareg.h +++ b/sys/dev/sound/sbus/apcdmareg.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ -/* +/*- * Copyright (c) 2001 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c index 5a236a6b5f0a..11f6b0806bb2 100644 --- a/sys/dev/sound/sbus/cs4231.c +++ b/sys/dev/sound/sbus/cs4231.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Jason L. Wright (jason@thought.net) * Copyright (c) 2004 Pyun YongHyeon * All rights reserved. diff --git a/sys/dev/sound/sbus/cs4231.h b/sys/dev/sound/sbus/cs4231.h index 2b160c178da6..26ca399a0fe0 100644 --- a/sys/dev/sound/sbus/cs4231.h +++ b/sys/dev/sound/sbus/cs4231.h @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/** * Register defs for Crystal Semiconductor CS4231 Audio Codec/mixer * chip, used on Gravis UltraSound MAX cards. * diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index 18b5bfb4072f..a9c38e404b8f 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -1,7 +1,7 @@ /* $NetBSD: uaudio.c,v 1.91 2004/11/05 17:46:14 kent Exp $ */ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 9ba8d97d10c8..ff748368d294 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -1,6 +1,6 @@ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 34412759eeb0..c71e58095d0e 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -1,6 +1,6 @@ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/usb/uaudioreg.h b/sys/dev/sound/usb/uaudioreg.h index dd402e297041..3cc09ba5ae45 100644 --- a/sys/dev/sound/usb/uaudioreg.h +++ b/sys/dev/sound/usb/uaudioreg.h @@ -1,7 +1,7 @@ /* $NetBSD: uaudioreg.h,v 1.12 2004/11/05 19:08:29 kent Exp $ */ /* $FreeBSD$ */ -/* +/*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * |