From f8d8b12b51c72f4d10ca0a791fe7e85b5588542f Mon Sep 17 00:00:00 2001 From: Jonathan Gevaryahu Date: Tue, 15 Oct 2013 20:24:35 +0000 Subject: [PATCH] specify licenses --- src/emu/sound/s14001a.c | 2 ++ src/emu/sound/s14001a.h | 2 ++ src/mess/audio/socrates.c | 6 ++---- src/mess/audio/socrates.h | 8 ++------ src/mess/drivers/dectalk.c | 2 ++ src/mess/drivers/socrates.c | 2 ++ src/mess/drivers/tsispch.c | 2 ++ src/mess/drivers/zexall.c | 2 ++ 8 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/emu/sound/s14001a.c b/src/emu/sound/s14001a.c index 305e17503a4..b36c817eb78 100644 --- a/src/emu/sound/s14001a.c +++ b/src/emu/sound/s14001a.c @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu,R. Belmont,Zsolt Vasvari /* TSI S14001A emulator v1.32 diff --git a/src/emu/sound/s14001a.h b/src/emu/sound/s14001a.h index 7f2c97c40cc..aa62342d9dc 100644 --- a/src/emu/sound/s14001a.h +++ b/src/emu/sound/s14001a.h @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu,R. Belmont,Zsolt Vasvari #pragma once /* Copyright (C) 2006-2013 Jonathan Gevaryahu AKA Lord Nightmare diff --git a/src/mess/audio/socrates.c b/src/mess/audio/socrates.c index c7fa666ab48..0f8d12d3b95 100644 --- a/src/mess/audio/socrates.c +++ b/src/mess/audio/socrates.c @@ -1,12 +1,10 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu /*************************************************************************** audio/socrates.c Copyright (C) 2010-2011 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 handles the two squarewaves (plus the one weird wave) channels on the V-tech Socrates system 27-0769 ASIC. diff --git a/src/mess/audio/socrates.h b/src/mess/audio/socrates.h index db3004573c8..68be387bd9e 100644 --- a/src/mess/audio/socrates.h +++ b/src/mess/audio/socrates.h @@ -1,11 +1,7 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu #pragma once -/* - Copyright (C) 2010-2011 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 __SOCR_SND_H__ #define __SOCR_SND_H__ diff --git a/src/mess/drivers/dectalk.c b/src/mess/drivers/dectalk.c index c978ef3ec82..408dc8901d4 100644 --- a/src/mess/drivers/dectalk.c +++ b/src/mess/drivers/dectalk.c @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu /****************************************************************************** * * DECtalk DTC-01 Driver diff --git a/src/mess/drivers/socrates.c b/src/mess/drivers/socrates.c index c23dee28d69..d1047ac3d51 100644 --- a/src/mess/drivers/socrates.c +++ b/src/mess/drivers/socrates.c @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu /****************************************************************************** * * V-tech Socrates Driver diff --git a/src/mess/drivers/tsispch.c b/src/mess/drivers/tsispch.c index e769dc7af02..1eaf92f6e70 100644 --- a/src/mess/drivers/tsispch.c +++ b/src/mess/drivers/tsispch.c @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu /****************************************************************************** * * Telesensory Systems Inc./Speech Plus diff --git a/src/mess/drivers/zexall.c b/src/mess/drivers/zexall.c index a236973f460..884748e0ffb 100644 --- a/src/mess/drivers/zexall.c +++ b/src/mess/drivers/zexall.c @@ -1,3 +1,5 @@ +// license:mame|lgplv2.1+ +// copyright-holders:Jonathan Gevaryahu /****************************************************************************** * * Self Contained zexall 'Z80 instruction exerciser' test driver