From accfc260a0b7c5103d910f6bd8f2deb5470fa5f8 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 24 Mar 2016 08:59:20 +0100 Subject: [PATCH] marked as BSD3 with approval from Joseph Zbiciak (nw) --- src/devices/sound/sp0256.cpp | 15 +-------------- src/devices/sound/sp0256.h | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/src/devices/sound/sp0256.cpp b/src/devices/sound/sp0256.cpp index f009516a807..f052c30987e 100644 --- a/src/devices/sound/sp0256.cpp +++ b/src/devices/sound/sp0256.cpp @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Joseph Zbiciak,Tim Lindner /* GI SP0256 Narrator Speech Processor @@ -11,19 +11,6 @@ - Support for non bit-flipped ROMs - SPB-640 perpherial/RAM bus - Copyright Joseph Zbiciak, all rights reserved. - Copyright tim lindner, all rights reserved. - - - This source code is released as freeware for non-commercial purposes. - - You are free to use and redistribute this code in modified or - unmodified form, provided you list us in the credits. - - If you modify this source code, you must add a notice to each - modified source file that it has been changed. If you're a nice - person, you will clearly mark each change too. :) - - If you wish to use this for commercial purposes, please contact us at - intvnut@gmail.com (Joseph Zbiciak), tlindner@macmess.org (tim lindner) - - This entire notice must remain in the source code. - Note: Bit flipping. This emulation flips the bits on every byte of the memory map during the sp0256_start() call. diff --git a/src/devices/sound/sp0256.h b/src/devices/sound/sp0256.h index c7215cb4e6c..a721d4b8854 100644 --- a/src/devices/sound/sp0256.h +++ b/src/devices/sound/sp0256.h @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Joseph Zbiciak,Tim Lindner /********************************************************************** @@ -28,19 +28,6 @@ By Joe Zbiciak. Ported to MESS by tim lindner. - Copyright Joseph Zbiciak, all rights reserved. - Copyright tim lindner, all rights reserved. - - - This source code is released as freeware for non-commercial purposes. - - You are free to use and redistribute this code in modified or - unmodified form, provided you list us in the credits. - - If you modify this source code, you must add a notice to each - modified source file that it has been changed. If you're a nice - person, you will clearly mark each change too. :) - - If you wish to use this for commercial purposes, please contact us at - intvnut@gmail.com (Joe Zbiciak), tlindner@macmess.org (tim lindner) - - This entire notice must remain in the source code. - */ #pragma once