diff options
author | 2015-05-25 15:40:53 +0200 | |
---|---|---|
committer | 2015-05-25 15:41:17 +0200 | |
commit | 682bf806718147d2bd40f713c120e0984f0f6364 (patch) | |
tree | 31c4889d7eb5642b707abd3d50e487a686ead689 /src/emu/sound | |
parent | f770eb03cf24a47b9980f514ccc76f6f8cec5fde (diff) |
cleanup of bogus copyright messages and restriction texts, update for Daniel Coulom (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/es5503.c | 6 | ||||
-rw-r--r-- | src/emu/sound/hc55516.c | 2 | ||||
-rw-r--r-- | src/emu/sound/lmc1992.c | 3 | ||||
-rw-r--r-- | src/emu/sound/lmc1992.h | 3 | ||||
-rw-r--r-- | src/emu/sound/mos6560.h | 3 | ||||
-rw-r--r-- | src/emu/sound/mos6581.c | 3 | ||||
-rw-r--r-- | src/emu/sound/mos6581.h | 3 | ||||
-rw-r--r-- | src/emu/sound/mos7360.c | 3 | ||||
-rw-r--r-- | src/emu/sound/mos7360.h | 3 | ||||
-rw-r--r-- | src/emu/sound/pokey.h | 4 | ||||
-rw-r--r-- | src/emu/sound/s14001a.c | 20 | ||||
-rw-r--r-- | src/emu/sound/s14001a.h | 3 | ||||
-rw-r--r-- | src/emu/sound/sp0256.h | 3 | ||||
-rw-r--r-- | src/emu/sound/ymf271.c | 6 |
14 files changed, 0 insertions, 65 deletions
diff --git a/src/emu/sound/es5503.c b/src/emu/sound/es5503.c index 5cdbf6f6ef9..fd2d52c4545 100644 --- a/src/emu/sound/es5503.c +++ b/src/emu/sound/es5503.c @@ -7,12 +7,6 @@ Copyright R. Belmont. - This software is dual-licensed: it may be used in MAME and properly licensed - MAME derivatives under the terms of the MAME license. For use outside of - MAME and properly licensed derivatives, it is available under the - terms of the GNU Lesser General Public License (LGPL), version 2.1. - You may read the LGPL at http://www.gnu.org/licenses/lgpl.html - History: the ES5503 was the next design after the famous C64 "SID" by Bob Yannes. It powered the legendary Mirage sampler (the first affordable pro sampler) as well as the ESQ-1 synth/sequencer. The ES5505 (used in Taito's F3 System) and 5506 diff --git a/src/emu/sound/hc55516.c b/src/emu/sound/hc55516.c index 7165fd28158..9d8a191bdba 100644 --- a/src/emu/sound/hc55516.c +++ b/src/emu/sound/hc55516.c @@ -4,8 +4,6 @@ Harris HC-55516 (and related) emulator - Copyright Nicola Salmoria and the MAME Team - *****************************************************************************/ #include "emu.h" diff --git a/src/emu/sound/lmc1992.c b/src/emu/sound/lmc1992.c index c15b7aa025c..f4007ea875d 100644 --- a/src/emu/sound/lmc1992.c +++ b/src/emu/sound/lmc1992.c @@ -5,9 +5,6 @@ LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with Four-Channel Input-Selector emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ /* diff --git a/src/emu/sound/lmc1992.h b/src/emu/sound/lmc1992.h index b47d1e0c9bb..0f76e38544e 100644 --- a/src/emu/sound/lmc1992.h +++ b/src/emu/sound/lmc1992.h @@ -5,9 +5,6 @@ LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with Four-Channel Input-Selector emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - ********************************************************************** _____ _____ Data 1 |* \_/ | 28 V+ diff --git a/src/emu/sound/mos6560.h b/src/emu/sound/mos6560.h index fa206f66b97..05768815bf0 100644 --- a/src/emu/sound/mos6560.h +++ b/src/emu/sound/mos6560.h @@ -4,9 +4,6 @@ MOS 6560/6561 Video Interface Chip (VIC) emulation - Copyright the MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **************************************************************************** _____ _____ N/C 1 |* \_/ | 40 Vdd diff --git a/src/emu/sound/mos6581.c b/src/emu/sound/mos6581.c index 8a98a373683..73115c79f83 100644 --- a/src/emu/sound/mos6581.c +++ b/src/emu/sound/mos6581.c @@ -4,9 +4,6 @@ MOS 6581/8580 Sound Interface Device emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "mos6581.h" diff --git a/src/emu/sound/mos6581.h b/src/emu/sound/mos6581.h index 998577f8e9d..4699bdc51d7 100644 --- a/src/emu/sound/mos6581.h +++ b/src/emu/sound/mos6581.h @@ -4,9 +4,6 @@ MOS 6581/8580 Sound Interface Device emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - ********************************************************************** _____ _____ CAP1A 1 |* \_/ | 28 Vdd diff --git a/src/emu/sound/mos7360.c b/src/emu/sound/mos7360.c index 453306e2376..fe8631cfee2 100644 --- a/src/emu/sound/mos7360.c +++ b/src/emu/sound/mos7360.c @@ -4,9 +4,6 @@ MOS 7360/8360 Text Edit Device (TED) emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "emu.h" diff --git a/src/emu/sound/mos7360.h b/src/emu/sound/mos7360.h index 61e464df399..aea96b42bd9 100644 --- a/src/emu/sound/mos7360.h +++ b/src/emu/sound/mos7360.h @@ -4,9 +4,6 @@ MOS 7360/8360 Text Edit Device (TED) emulation - Copyright the MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **************************************************************************** _____ _____ DB6 1 |* \_/ | 40 Vcc diff --git a/src/emu/sound/pokey.h b/src/emu/sound/pokey.h index df2a8a75782..96c9f672246 100644 --- a/src/emu/sound/pokey.h +++ b/src/emu/sound/pokey.h @@ -9,10 +9,6 @@ * paddle (a/d conversion) details from the Atari 400/800 Hardware Manual. * Polynome algorithms according to info supplied by Perry McFarlane. * - * This code is subject to the MAME license, which besides other - * things means it is distributed as is, no warranties whatsoever. - * For more details read mame.txt that comes with MAME. - * *****************************************************************************/ #pragma once diff --git a/src/emu/sound/s14001a.c b/src/emu/sound/s14001a.c index 90ddf18a927..b54aaec1859 100644 --- a/src/emu/sound/s14001a.c +++ b/src/emu/sound/s14001a.c @@ -9,26 +9,6 @@ Other fixes by AtariAce Copyright (C) 2006-2013 Jonathan Gevaryahu aka Lord Nightmare - This source file is dual-licensed under the following licenses: - 1. The MAME license as of September 2013 - 2. The GNU LGPLv2.1: - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - Please contact the author if you require other licensing. - Version history: 0.8 initial version - LN diff --git a/src/emu/sound/s14001a.h b/src/emu/sound/s14001a.h index 5ce4a6cca33..4427a59f8b7 100644 --- a/src/emu/sound/s14001a.h +++ b/src/emu/sound/s14001a.h @@ -4,9 +4,6 @@ /* Copyright (C) 2006-2013 Jonathan Gevaryahu AKA Lord Nightmare - This source file is dual-licensed under the following licenses: - 1. The MAME license as of September 2013 - 2. The GNU LGPLv2.1 */ #ifndef __S14001A_H__ #define __S14001A_H__ diff --git a/src/emu/sound/sp0256.h b/src/emu/sound/sp0256.h index 96bd997f1be..f4ceb61bb68 100644 --- a/src/emu/sound/sp0256.h +++ b/src/emu/sound/sp0256.h @@ -4,9 +4,6 @@ SP0256 Narrator Speech Processor emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - ********************************************************************** _____ _____ Vss 1 |* \_/ | 28 OSC 2 diff --git a/src/emu/sound/ymf271.c b/src/emu/sound/ymf271.c index 214d6dfb83e..c10420af8a4 100644 --- a/src/emu/sound/ymf271.c +++ b/src/emu/sound/ymf271.c @@ -7,12 +7,6 @@ 12June04 update by Toshiaki Nijiura Copyright R. Belmont. - This software is dual-licensed: it may be used in MAME and properly licensed - MAME derivatives under the terms of the MAME license. For use outside of - MAME and properly licensed derivatives, it is available under the - terms of the GNU Lesser General Public License (LGPL), version 2.1. - You may read the LGPL at http://www.gnu.org/licenses/lgpl.html - TODO: - A/L bit (alternate loop) - EN and EXT Out bits |