[xmp] Remove legacy license text from libxmp

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 14 years ago
parent 24cc08a67d
commit 0235056205
  1. 4
      src/sound_ahi.c
  2. 8
      src/sound_aix.c
  3. 1
      src/sound_alsa.c
  4. 8
      src/sound_beos.c
  5. 8
      src/sound_bsd.c
  6. 11
      src/sound_coreaudio.c
  7. 12
      src/sound_hpux.c
  8. 8
      src/sound_netbsd.c
  9. 1
      src/sound_null.c
  10. 8
      src/sound_oss.c
  11. 8
      src/sound_sgi.c
  12. 8
      src/sound_solaris.c
  13. 8
      src/sound_win32.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 <stdlib.h>

@ -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.

@ -1,4 +1,3 @@
#include <alsa/asoundlib.h>
#include <alsa/pcm.h>
#include "sound.h"

@ -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 <Application.h>
#include <SoundPlayer.h>

@ -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 <sys/types.h>
#include <sys/param.h>
#include <sys/audioio.h>

@ -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 <CoreAudio/CoreAudio.h>
#include <AudioUnit/AudioUnit.h>
#include <AudioToolbox/AudioToolbox.h>
@ -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
*/

@ -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 <unistd.h>
#include <stdlib.h>

@ -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 <sys/types.h>

@ -1,4 +1,3 @@
#include <stdlib.h>
#include "sound.h"

@ -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 <ttsestt@gmail.com>

@ -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 <unistd.h>
#include <stdlib.h>
#include <string.h>

@ -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.

@ -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
*/

Loading…
Cancel
Save