diff options
Diffstat (limited to 'src/mess')
-rw-r--r-- | src/mess/audio/socrates.c | 6 | ||||
-rw-r--r-- | src/mess/audio/socrates.h | 8 | ||||
-rw-r--r-- | src/mess/drivers/dectalk.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/socrates.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/tsispch.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/zexall.c | 2 |
6 files changed, 12 insertions, 10 deletions
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 |