diff --git a/src/sound_ahi.c b/src/sound_ahi.c index 013bd53..e08a87c 100644 --- a/src/sound_ahi.c +++ b/src/sound_ahi.c @@ -1,9 +1,5 @@ /* Amiga AHI driver for Extended Module Player * Copyright (C) 2007 Lorence Lombardo - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. */ #include diff --git a/src/sound_aix.c b/src/sound_aix.c index 054b7f1..97e5994 100644 --- a/src/sound_aix.c +++ b/src/sound_aix.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - /* * Based on the AIX XMMS output plugin by Peter Alm, Thomas Nilsson * and Olle Hallnas. diff --git a/src/sound_alsa.c b/src/sound_alsa.c index 5bf461a..a7f395a 100644 --- a/src/sound_alsa.c +++ b/src/sound_alsa.c @@ -1,4 +1,3 @@ - #include #include #include "sound.h" diff --git a/src/sound_beos.c b/src/sound_beos.c index 7ee629a..5295b5d 100644 --- a/src/sound_beos.c +++ b/src/sound_beos.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - #include #include diff --git a/src/sound_bsd.c b/src/sound_bsd.c index 6011ef7..4d6dc84 100644 --- a/src/sound_bsd.c +++ b/src/sound_bsd.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - #include #include #include diff --git a/src/sound_coreaudio.c b/src/sound_coreaudio.c index 3548df0..ac70cc3 100644 --- a/src/sound_coreaudio.c +++ b/src/sound_coreaudio.c @@ -1,12 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * CoreAudio helpers (C) 2000 Timothy J. Wood - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - #include #include #include @@ -17,7 +8,7 @@ static AudioUnit au; /* - * CoreAudio helpers from mplayer/libao + * CoreAudio helpers by Timothy J. Wood from mplayer/libao * The player fills a ring buffer, OSX retrieves data from the buffer */ diff --git a/src/sound_hpux.c b/src/sound_hpux.c index a9c7950..2eceb9a 100644 --- a/src/sound_hpux.c +++ b/src/sound_hpux.c @@ -1,14 +1,4 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - -/* This code was tested on a 9000/710 running HP-UX 9.05 with 8 kHz, - * 16 bit mono output. - */ +/* Tested on a 9000/710 running HP-UX 9.05 with 8 kHz, 16 bit mono output. */ #include #include diff --git a/src/sound_netbsd.c b/src/sound_netbsd.c index 082a19d..a764f9c 100644 --- a/src/sound_netbsd.c +++ b/src/sound_netbsd.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - /* Based on bsd.c and solaris.c */ #include diff --git a/src/sound_null.c b/src/sound_null.c index dc2ad7b..1164ade 100644 --- a/src/sound_null.c +++ b/src/sound_null.c @@ -1,4 +1,3 @@ - #include #include "sound.h" diff --git a/src/sound_oss.c b/src/sound_oss.c index ecb5701..de3bef8 100644 --- a/src/sound_oss.c +++ b/src/sound_oss.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - /* * devfs /dev/sound/dsp support by Dirk Jagdmann * resume/onpause by Test Rat diff --git a/src/sound_sgi.c b/src/sound_sgi.c index e2485ef..c991d70 100644 --- a/src/sound_sgi.c +++ b/src/sound_sgi.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - #include #include #include diff --git a/src/sound_solaris.c b/src/sound_solaris.c index f4207b3..b6f91fa 100644 --- a/src/sound_solaris.c +++ b/src/sound_solaris.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - /* CS4231 code tested on Sparc 20 and Ultra 1 running Solaris 2.5.1 * with mono/stereo, 16 bit, 22.05 kHz and 44.1 kHz using the internal * speaker and headphones. diff --git a/src/sound_win32.c b/src/sound_win32.c index 957111a..807581a 100644 --- a/src/sound_win32.c +++ b/src/sound_win32.c @@ -1,11 +1,3 @@ -/* Extended Module Player - * Copyright (C) 1996-2012 Claudio Matsuoka and Hipolito Carraro Jr - * - * This file is part of the Extended Module Player and is distributed - * under the terms of the GNU General Public License. See doc/COPYING - * for more information. - */ - /* * Based on Bjornar Henden's driver for Mikmod */