diff --git a/src/commands.c b/src/commands.c index bf2ea31..4d5a826 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #ifdef WIN32 #include diff --git a/src/info.c b/src/info.c index 2d11df0..7f4f7d1 100644 --- a/src/info.c +++ b/src/info.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/main.c b/src/main.c index 633dc88..1764e10 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/options.c b/src/options.c index 5a377b5..9214f08 100644 --- a/src/options.c +++ b/src/options.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/read_config.c b/src/read_config.c index 266970a..00d78c3 100644 --- a/src/read_config.c +++ b/src/read_config.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound.c b/src/sound.c index 1a82e1e..92f2e79 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include "sound.h" diff --git a/src/sound_ahi.c b/src/sound_ahi.c index e08a87c..33a7ffb 100644 --- a/src/sound_ahi.c +++ b/src/sound_ahi.c @@ -1,5 +1,9 @@ /* 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 the COPYING + * file for more information. */ #include diff --git a/src/sound_aix.c b/src/sound_aix.c index 97e5994..7cc6094 100644 --- a/src/sound_aix.c +++ b/src/sound_aix.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file 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 8058e7b..7981a50 100644 --- a/src/sound_alsa.c +++ b/src/sound_alsa.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include "sound.h" diff --git a/src/sound_alsa05.c b/src/sound_alsa05.c index e683c2f..2419593 100644 --- a/src/sound_alsa05.c +++ b/src/sound_alsa05.c @@ -1,6 +1,12 @@ /* ALSA 0.5 driver for xmp * Copyright (C) 2000 Tijs van Bakel and Rob Adamson * + * This file is part of the Extended Module Player and is distributed + * under the terms of the GNU General Public License. See the COPYING + * file for more information. + */ + +/* * Fixed for ALSA 0.5 by Rob Adamson * Sat, 29 Apr 2000 17:10:46 +0100 (BST) */ diff --git a/src/sound_beos.c b/src/sound_beos.c index 5295b5d..6a37bcf 100644 --- a/src/sound_beos.c +++ b/src/sound_beos.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include diff --git a/src/sound_bsd.c b/src/sound_bsd.c index 4d6dc84..f877067 100644 --- a/src/sound_bsd.c +++ b/src/sound_bsd.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_coreaudio.c b/src/sound_coreaudio.c index ac70cc3..45a625b 100644 --- a/src/sound_coreaudio.c +++ b/src/sound_coreaudio.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_dart.c b/src/sound_dart.c index b3ca70c..0129980 100644 --- a/src/sound_dart.c +++ b/src/sound_dart.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\// //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\// /* diff --git a/src/sound_file.c b/src/sound_file.c index 34ebac1..ad1fa58 100644 --- a/src/sound_file.c +++ b/src/sound_file.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_hpux.c b/src/sound_hpux.c index 2eceb9a..67e1763 100644 --- a/src/sound_hpux.c +++ b/src/sound_hpux.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + /* Tested on a 9000/710 running HP-UX 9.05 with 8 kHz, 16 bit mono output. */ #include diff --git a/src/sound_netbsd.c b/src/sound_netbsd.c index a764f9c..ec3c81e 100644 --- a/src/sound_netbsd.c +++ b/src/sound_netbsd.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + /* Based on bsd.c and solaris.c */ #include diff --git a/src/sound_null.c b/src/sound_null.c index 491d560..81bd640 100644 --- a/src/sound_null.c +++ b/src/sound_null.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include "sound.h" diff --git a/src/sound_oss.c b/src/sound_oss.c index de3bef8..7f38153 100644 --- a/src/sound_oss.c +++ b/src/sound_oss.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + /* * devfs /dev/sound/dsp support by Dirk Jagdmann * resume/onpause by Test Rat diff --git a/src/sound_pulseaudio.c b/src/sound_pulseaudio.c index 9f6f6f1..20ff678 100644 --- a/src/sound_pulseaudio.c +++ b/src/sound_pulseaudio.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_qnx.c b/src/sound_qnx.c index be5f1e7..ede29a0 100644 --- a/src/sound_qnx.c +++ b/src/sound_qnx.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + /* * Based on the QNX4 port of nspmod by Mike Gorchak */ diff --git a/src/sound_sgi.c b/src/sound_sgi.c index c991d70..cbe9063 100644 --- a/src/sound_sgi.c +++ b/src/sound_sgi.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_solaris.c b/src/sound_solaris.c index b6f91fa..6e5b8a1 100644 --- a/src/sound_solaris.c +++ b/src/sound_solaris.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file 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_wav.c b/src/sound_wav.c index 7c89a44..91e36b3 100644 --- a/src/sound_wav.c +++ b/src/sound_wav.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include diff --git a/src/sound_win32.c b/src/sound_win32.c index 807581a..6f60e0a 100644 --- a/src/sound_win32.c +++ b/src/sound_win32.c @@ -1,6 +1,15 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + /* * Based on Bjornar Henden's driver for Mikmod */ + #include #include #include "sound.h" diff --git a/src/terminal.c b/src/terminal.c index a22aea5..215d958 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1,3 +1,11 @@ +/* Extended Module Player + * Copyright (C) 1996-2013 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 the COPYING + * file for more information. + */ + #include #include #include "common.h"