From 353633aa1d3c71fa701c93d7dd174e1dc3b1edec Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 29 Oct 2023 07:41:23 +0100 Subject: nes_apu: it claims to be GPL, then it can't have a GPL-incompatible license restriction --- src/devices/sound/nes_apu.cpp | 6 +----- src/devices/sound/nes_apu.h | 6 +----- src/devices/sound/nes_defs.h | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/devices/sound/nes_apu.cpp b/src/devices/sound/nes_apu.cpp index bd74adbd5c5..86c8a8c8934 100644 --- a/src/devices/sound/nes_apu.cpp +++ b/src/devices/sound/nes_apu.cpp @@ -9,11 +9,7 @@ Who Wants to Know? (wwtk@mail.com) This core is written with the advise and consent of Matthew Conte and is - released under the GNU Public License. This core is freely available for - use in any freeware project, subject to the following terms: - - Any modifications to this code must be duly noted in the source and - approved by Matthew Conte and myself prior to public submission. + released under the GNU Public License. timing notes: master = 21477270 diff --git a/src/devices/sound/nes_apu.h b/src/devices/sound/nes_apu.h index 3b539868dc0..2ebfcf3f84b 100644 --- a/src/devices/sound/nes_apu.h +++ b/src/devices/sound/nes_apu.h @@ -9,11 +9,7 @@ Who Wants to Know? (wwtk@mail.com) This core is written with the advise and consent of Matthew Conte and is - released under the GNU Public License. This core is freely available for - use in any freeware project, subject to the following terms: - - Any modifications to this code must be duly noted in the source and - approved by Matthew Conte and myself prior to public submission. + released under the GNU Public License. ***************************************************************************** diff --git a/src/devices/sound/nes_defs.h b/src/devices/sound/nes_defs.h index ad10ca6b4ab..7756a9b3d18 100644 --- a/src/devices/sound/nes_defs.h +++ b/src/devices/sound/nes_defs.h @@ -9,11 +9,7 @@ Who Wants to Know? (wwtk@mail.com) This core is written with the advise and consent of Matthew Conte and is - released under the GNU Public License. This core is freely available for - use in any freeware project, subject to the following terms: - - Any modifications to this code must be duly noted in the source and - approved by Matthew Conte and myself prior to public submission. + released under the GNU Public License. ***************************************************************************** -- cgit v1.2.3