From cb414b84bcdc0ed54e07da585cb2ac015f254c63 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 22 May 2015 15:23:41 +0200 Subject: [PATCH] Update for Frank Palazzolo (nw) --- src/emu/cpu/cp1610/1610dasm.c | 2 +- src/emu/cpu/cp1610/cp1610.c | 2 +- src/emu/cpu/cp1610/cp1610.h | 2 +- src/emu/sound/tms5110.c | 2 +- src/emu/sound/tms5110.h | 2 +- src/emu/sound/tms5110r.inc | 2 +- src/mame/audio/blockade.c | 2 +- src/mame/audio/starshp1.c | 2 +- src/mame/audio/starwars.c | 2 +- src/mame/drivers/blockade.c | 2 +- src/mame/drivers/mouser.c | 2 +- src/mame/drivers/stactics.c | 2 +- src/mame/drivers/starcrus.c | 2 +- src/mame/drivers/starshp1.c | 2 +- src/mame/drivers/starwars.c | 2 +- src/mame/includes/blockade.h | 2 +- src/mame/includes/mouser.h | 2 +- src/mame/includes/stactics.h | 2 +- src/mame/includes/starcrus.h | 2 +- src/mame/includes/starshp1.h | 2 +- src/mame/includes/starwars.h | 2 +- src/mame/machine/starwars.c | 2 +- src/mame/video/blockade.c | 2 +- src/mame/video/mouser.c | 2 +- src/mame/video/stactics.c | 2 +- src/mame/video/starcrus.c | 2 +- src/mame/video/starshp1.c | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/emu/cpu/cp1610/1610dasm.c b/src/emu/cpu/cp1610/1610dasm.c index 06f73664e8c..0035e9b78a5 100644 --- a/src/emu/cpu/cp1610/1610dasm.c +++ b/src/emu/cpu/cp1610/1610dasm.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo #include "emu.h" #include "debugger.h" diff --git a/src/emu/cpu/cp1610/cp1610.c b/src/emu/cpu/cp1610/cp1610.c index b5c14fe32aa..1dc911adf5e 100644 --- a/src/emu/cpu/cp1610/cp1610.c +++ b/src/emu/cpu/cp1610/cp1610.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /***************************************************************************** * diff --git a/src/emu/cpu/cp1610/cp1610.h b/src/emu/cpu/cp1610/cp1610.h index 5b0924e2020..1b2e8657892 100644 --- a/src/emu/cpu/cp1610/cp1610.h +++ b/src/emu/cpu/cp1610/cp1610.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /***************************************************************************** * diff --git a/src/emu/sound/tms5110.c b/src/emu/sound/tms5110.c index 03729598737..c1595b1caa7 100644 --- a/src/emu/sound/tms5110.c +++ b/src/emu/sound/tms5110.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud /********************************************************************************************** diff --git a/src/emu/sound/tms5110.h b/src/emu/sound/tms5110.h index 6196834a24a..5addc3d967e 100644 --- a/src/emu/sound/tms5110.h +++ b/src/emu/sound/tms5110.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud #pragma once diff --git a/src/emu/sound/tms5110r.inc b/src/emu/sound/tms5110r.inc index 0bf46a8ba24..4e20ef96e2d 100644 --- a/src/emu/sound/tms5110r.inc +++ b/src/emu/sound/tms5110r.inc @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Couriersud, Jonathan Gevaryahu /* TMS51xx and TMS52xx ROM Tables */ diff --git a/src/mame/audio/blockade.c b/src/mame/audio/blockade.c index e2493279fbc..42a820c8f2c 100644 --- a/src/mame/audio/blockade.c +++ b/src/mame/audio/blockade.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo #include "emu.h" diff --git a/src/mame/audio/starshp1.c b/src/mame/audio/starshp1.c index 19fcdf45d68..adf3b90622c 100644 --- a/src/mame/audio/starshp1.c +++ b/src/mame/audio/starshp1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Stefan Jokish /************************************************************************ * starshp1 Sound System Analog emulation diff --git a/src/mame/audio/starwars.c b/src/mame/audio/starwars.c index 5493ecd8a16..c5cbb6b9939 100644 --- a/src/mame/audio/starwars.c +++ b/src/mame/audio/starwars.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Baines, Frank Palazzolo /*************************************************************************** diff --git a/src/mame/drivers/blockade.c b/src/mame/drivers/blockade.c index 6adcb9f7693..9faab7d4b42 100644 --- a/src/mame/drivers/blockade.c +++ b/src/mame/drivers/blockade.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /**************************************************************************** diff --git a/src/mame/drivers/mouser.c b/src/mame/drivers/mouser.c index d41952d9fd1..a953d8f4e73 100644 --- a/src/mame/drivers/mouser.c +++ b/src/mame/drivers/mouser.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /******************************************************************************* diff --git a/src/mame/drivers/stactics.c b/src/mame/drivers/stactics.c index 7a846e2040c..23a6b0661e0 100644 --- a/src/mame/drivers/stactics.c +++ b/src/mame/drivers/stactics.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /**************************************************************************** diff --git a/src/mame/drivers/starcrus.c b/src/mame/drivers/starcrus.c index 5231497545b..b33dbe0df33 100644 --- a/src/mame/drivers/starcrus.c +++ b/src/mame/drivers/starcrus.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /*************************************************************************** diff --git a/src/mame/drivers/starshp1.c b/src/mame/drivers/starshp1.c index 2b3bf54a1e7..fe46f02e618 100644 --- a/src/mame/drivers/starshp1.c +++ b/src/mame/drivers/starshp1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Stefan Jokish /*************************************************************************** diff --git a/src/mame/drivers/starwars.c b/src/mame/drivers/starwars.c index 979d714f063..ee5eeeaca7d 100644 --- a/src/mame/drivers/starwars.c +++ b/src/mame/drivers/starwars.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Baines, Frank Palazzolo /*************************************************************************** diff --git a/src/mame/includes/blockade.h b/src/mame/includes/blockade.h index e2ee5dc7b18..4a91244425a 100644 --- a/src/mame/includes/blockade.h +++ b/src/mame/includes/blockade.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo #include "sound/discrete.h" #include "sound/samples.h" diff --git a/src/mame/includes/mouser.h b/src/mame/includes/mouser.h index c7d91db75b8..4b103f80d22 100644 --- a/src/mame/includes/mouser.h +++ b/src/mame/includes/mouser.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /************************************************************************* diff --git a/src/mame/includes/stactics.h b/src/mame/includes/stactics.h index e27be92f4c7..abb8eceda53 100644 --- a/src/mame/includes/stactics.h +++ b/src/mame/includes/stactics.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /**************************************************************************** diff --git a/src/mame/includes/starcrus.h b/src/mame/includes/starcrus.h index 1c444414415..96e006cae87 100644 --- a/src/mame/includes/starcrus.h +++ b/src/mame/includes/starcrus.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo #include "sound/samples.h" class starcrus_state : public driver_device diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h index fa9e912e4a3..8b5e78b5a8f 100644 --- a/src/mame/includes/starshp1.h +++ b/src/mame/includes/starshp1.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Stefan Jokish /* * The schematics don't seem to make a lot of sense when it diff --git a/src/mame/includes/starwars.h b/src/mame/includes/starwars.h index 921ce07ac30..a4e8062873e 100644 --- a/src/mame/includes/starwars.h +++ b/src/mame/includes/starwars.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Baines, Frank Palazzolo /*************************************************************************** diff --git a/src/mame/machine/starwars.c b/src/mame/machine/starwars.c index 4caa47d9df1..4ad0c734b2d 100644 --- a/src/mame/machine/starwars.c +++ b/src/mame/machine/starwars.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Baines, Frank Palazzolo /*************************************************************************** diff --git a/src/mame/video/blockade.c b/src/mame/video/blockade.c index 211afef4c24..e8a18178603 100644 --- a/src/mame/video/blockade.c +++ b/src/mame/video/blockade.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo #include "emu.h" #include "includes/blockade.h" diff --git a/src/mame/video/mouser.c b/src/mame/video/mouser.c index 090d90a1f19..649e13bc616 100644 --- a/src/mame/video/mouser.c +++ b/src/mame/video/mouser.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /******************************************************************************* diff --git a/src/mame/video/stactics.c b/src/mame/video/stactics.c index f696b847a03..bd130040de6 100644 --- a/src/mame/video/stactics.c +++ b/src/mame/video/stactics.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /**************************************************************************** diff --git a/src/mame/video/starcrus.c b/src/mame/video/starcrus.c index 7607f746fba..ca77db7227b 100644 --- a/src/mame/video/starcrus.c +++ b/src/mame/video/starcrus.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo /* Ramtek - Star Cruiser */ diff --git a/src/mame/video/starshp1.c b/src/mame/video/starshp1.c index 9d01e1b097c..8c04f4841ef 100644 --- a/src/mame/video/starshp1.c +++ b/src/mame/video/starshp1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Stefan Jokish /***************************************************************************