From 9fb784804beab4f520cdb0378b626a61416f95e4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 26 May 2015 08:21:28 +0200 Subject: [PATCH] Updates and fixes for places where we have major contributors decision (nw) --- src/emu/machine/at29040a.c | 2 +- src/emu/machine/at29040a.h | 2 +- src/emu/machine/smc92x4.c | 2 +- src/emu/machine/smc92x4.h | 2 +- src/emu/machine/strata.c | 2 +- src/emu/machine/strata.h | 2 +- src/emu/sound/ay8910.c | 2 +- src/emu/sound/ay8910.h | 2 +- src/emu/sound/disc_cls.h | 2 +- src/emu/sound/disc_dev.h | 2 +- src/emu/sound/disc_dev.inc | 2 ++ src/emu/sound/disc_flt.h | 2 +- src/emu/sound/disc_flt.inc | 2 ++ src/emu/sound/disc_inp.inc | 2 ++ src/emu/sound/disc_mth.h | 2 +- src/emu/sound/disc_mth.inc | 2 ++ src/emu/sound/disc_sys.inc | 2 ++ src/emu/sound/disc_wav.h | 2 +- src/emu/sound/disc_wav.inc | 2 ++ src/emu/sound/discrete.c | 2 +- src/emu/sound/discrete.h | 2 +- src/mame/audio/flower.c | 2 +- src/mame/audio/llander.c | 2 +- src/mame/audio/orbit.c | 3 +-- src/mame/audio/poolshrk.c | 3 +-- src/mame/audio/qix.c | 2 +- src/mame/drivers/1942.c | 2 +- src/mame/drivers/bublbobl.c | 2 +- src/mame/drivers/ccastles.c | 2 +- src/mame/drivers/cps2.c | 2 +- src/mame/drivers/dblcrown.c | 2 +- src/mame/drivers/dkong.c | 2 +- src/mame/drivers/flower.c | 2 +- src/mame/drivers/gcpinbal.c | 2 +- src/mame/drivers/globalvr.c | 2 +- src/mame/drivers/gottlieb.c | 2 +- src/mame/drivers/kangaroo.c | 2 +- src/mame/drivers/luckgrln.c | 2 +- src/mame/drivers/namcos2.c | 2 +- src/mame/drivers/ninjakd2.c | 2 +- src/mame/drivers/peyper.c | 2 +- src/mame/drivers/popeye.c | 2 +- src/mame/drivers/portrait.c | 2 +- src/mame/drivers/qix.c | 2 +- src/mame/drivers/quantum.c | 2 +- src/mame/drivers/sfcbox.c | 2 +- src/mame/drivers/sidearms.c | 2 +- src/mame/drivers/slapfght.c | 2 +- src/mame/drivers/spdodgeb.c | 2 +- src/mame/drivers/tecmo16.c | 2 +- src/mame/drivers/vball.c | 2 +- src/mame/drivers/williams.c | 2 +- src/mame/includes/bublbobl.h | 2 +- src/mame/includes/dkong.h | 2 +- src/mame/includes/gcpinbal.h | 2 +- src/mame/includes/gottlieb.h | 2 +- src/mame/includes/kangaroo.h | 4 ++-- src/mame/includes/namcos2.h | 2 +- src/mame/includes/ninjakd2.h | 2 +- src/mame/includes/portrait.h | 2 +- src/mame/includes/qix.h | 2 +- src/mame/includes/sidearms.h | 2 +- src/mame/includes/slapfght.h | 2 +- src/mame/includes/snes.h | 2 +- src/mame/includes/spdodgeb.h | 2 +- src/mame/includes/tecmo16.h | 2 +- src/mame/includes/vball.h | 2 +- src/mame/includes/williams.h | 2 +- src/mame/machine/bublbobl.c | 2 +- src/mame/machine/kaneko_toybox.c | 2 +- src/mame/machine/kaneko_toybox.h | 2 +- src/mame/machine/namcos2.c | 2 +- src/mame/machine/qix.c | 2 +- src/mame/machine/slapfght.c | 2 +- src/mame/machine/snes.c | 2 +- src/mame/machine/williams.c | 2 +- src/mame/video/bublbobl.c | 2 +- src/mame/video/ccastles.c | 2 +- src/mame/video/gcpinbal.c | 2 +- src/mame/video/gottlieb.c | 2 +- src/mame/video/kangaroo.c | 2 +- src/mame/video/namcos2.c | 2 +- src/mame/video/ninjakd2.c | 2 +- src/mame/video/portrait.c | 2 +- src/mame/video/qix.c | 2 +- src/mame/video/sidearms.c | 2 +- src/mame/video/slapfght.c | 2 +- src/mame/video/spdodgeb.c | 2 +- src/mame/video/tia.c | 2 +- src/mame/video/tia.h | 2 +- src/mame/video/williams.c | 2 +- src/mess/drivers/apple1.c | 2 +- src/mess/drivers/snes.c | 2 +- src/mess/machine/apple1.c | 2 +- src/mess/video/apple1.c | 2 +- 95 files changed, 102 insertions(+), 92 deletions(-) diff --git a/src/emu/machine/at29040a.c b/src/emu/machine/at29040a.c index 31be262b7c1..3285b265792 100644 --- a/src/emu/machine/at29040a.c +++ b/src/emu/machine/at29040a.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* Atmel at29c040a flash EEPROM diff --git a/src/emu/machine/at29040a.h b/src/emu/machine/at29040a.h index 0dc6473edff..1af258fb719 100644 --- a/src/emu/machine/at29040a.h +++ b/src/emu/machine/at29040a.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* ATMEL 29040a diff --git a/src/emu/machine/smc92x4.c b/src/emu/machine/smc92x4.c index 6a87f8b4bf6..9154648b00d 100644 --- a/src/emu/machine/smc92x4.c +++ b/src/emu/machine/smc92x4.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* HDC9224 and HDC9234 Hard and Floppy Disk Controller diff --git a/src/emu/machine/smc92x4.h b/src/emu/machine/smc92x4.h index 9cc80b815ea..d8b4720c87a 100644 --- a/src/emu/machine/smc92x4.h +++ b/src/emu/machine/smc92x4.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* Interface */ diff --git a/src/emu/machine/strata.c b/src/emu/machine/strata.c index 26da2fb3f72..01651eb90bd 100644 --- a/src/emu/machine/strata.c +++ b/src/emu/machine/strata.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* Intel 28F640J5 Flash ROM emulation (could also handle 28F320J5 with minor diff --git a/src/emu/machine/strata.h b/src/emu/machine/strata.h index f68a30e5fef..c037a24396b 100644 --- a/src/emu/machine/strata.h +++ b/src/emu/machine/strata.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet, Michael Zapf /* strata.h: header file for strata.c diff --git a/src/emu/sound/ay8910.c b/src/emu/sound/ay8910.c index ae8fb43ecbf..9decdb85c08 100644 --- a/src/emu/sound/ay8910.c +++ b/src/emu/sound/ay8910.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Couriersud /* * Couriersud, July 2014: diff --git a/src/emu/sound/ay8910.h b/src/emu/sound/ay8910.h index 0c66f2ffa95..30ef634b766 100644 --- a/src/emu/sound/ay8910.h +++ b/src/emu/sound/ay8910.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Couriersud #pragma once diff --git a/src/emu/sound/disc_cls.h b/src/emu/sound/disc_cls.h index 255b0958c15..c03592a9f08 100644 --- a/src/emu/sound/disc_cls.h +++ b/src/emu/sound/disc_cls.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins, Derrick Renaud, F.Palazzolo, Couriersud #pragma once diff --git a/src/emu/sound/disc_dev.h b/src/emu/sound/disc_dev.h index 9d06384f9e0..80af62a3ae3 100644 --- a/src/emu/sound/disc_dev.h +++ b/src/emu/sound/disc_dev.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins #pragma once diff --git a/src/emu/sound/disc_dev.inc b/src/emu/sound/disc_dev.inc index 7d862a8b106..47026747cd1 100644 --- a/src/emu/sound/disc_dev.inc +++ b/src/emu/sound/disc_dev.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/disc_flt.h b/src/emu/sound/disc_flt.h index 6067e722b10..3c6f2d72607 100644 --- a/src/emu/sound/disc_flt.h +++ b/src/emu/sound/disc_flt.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins #pragma once diff --git a/src/emu/sound/disc_flt.inc b/src/emu/sound/disc_flt.inc index fc95db8c481..18cb8f41c1c 100644 --- a/src/emu/sound/disc_flt.inc +++ b/src/emu/sound/disc_flt.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/disc_inp.inc b/src/emu/sound/disc_inp.inc index 65a9ce1d78d..b9eedb9fdff 100644 --- a/src/emu/sound/disc_inp.inc +++ b/src/emu/sound/disc_inp.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/disc_mth.h b/src/emu/sound/disc_mth.h index 3168a190723..a459440a3b6 100644 --- a/src/emu/sound/disc_mth.h +++ b/src/emu/sound/disc_mth.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins #pragma once diff --git a/src/emu/sound/disc_mth.inc b/src/emu/sound/disc_mth.inc index feabf67d3a8..45e04654445 100644 --- a/src/emu/sound/disc_mth.inc +++ b/src/emu/sound/disc_mth.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/disc_sys.inc b/src/emu/sound/disc_sys.inc index 729048a21f7..df7fae327f7 100644 --- a/src/emu/sound/disc_sys.inc +++ b/src/emu/sound/disc_sys.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/disc_wav.h b/src/emu/sound/disc_wav.h index d042f0e77b7..4775dd8fe68 100644 --- a/src/emu/sound/disc_wav.h +++ b/src/emu/sound/disc_wav.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins #pragma once diff --git a/src/emu/sound/disc_wav.inc b/src/emu/sound/disc_wav.inc index 0ad4e93d475..57a90ae5a5b 100644 --- a/src/emu/sound/disc_wav.inc +++ b/src/emu/sound/disc_wav.inc @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/discrete.c b/src/emu/sound/discrete.c index 61f3ea35242..d9bf63180db 100644 --- a/src/emu/sound/discrete.c +++ b/src/emu/sound/discrete.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud /************************************************************************ * diff --git a/src/emu/sound/discrete.h b/src/emu/sound/discrete.h index a7dff7c7ff7..921974193ab 100644 --- a/src/emu/sound/discrete.h +++ b/src/emu/sound/discrete.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud #pragma once diff --git a/src/mame/audio/flower.c b/src/mame/audio/flower.c index 785051faa64..d7ffc45b68a 100644 --- a/src/mame/audio/flower.c +++ b/src/mame/audio/flower.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:hap, insideoutboy /* Clarue Flower sound driver. Initial version was based on the Wiping sound driver, which was based on the old namco.c sound driver. diff --git a/src/mame/audio/llander.c b/src/mame/audio/llander.c index a772ace6376..9585a0d2aea 100644 --- a/src/mame/audio/llander.c +++ b/src/mame/audio/llander.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/audio/orbit.c b/src/mame/audio/orbit.c index 2bd8b9f2078..228382696d6 100644 --- a/src/mame/audio/orbit.c +++ b/src/mame/audio/orbit.c @@ -1,6 +1,5 @@ // license:??? -// copyright-holders:Stefan Jokisch -// FIXME: Coding style indicates Derrick Renaud +// copyright-holders:Derrick Renaud /************************************************************************* audio\orbit.c diff --git a/src/mame/audio/poolshrk.c b/src/mame/audio/poolshrk.c index 04984638b95..a1b2899375d 100644 --- a/src/mame/audio/poolshrk.c +++ b/src/mame/audio/poolshrk.c @@ -1,6 +1,5 @@ // license:??? -// copyright-holders:Stefan Jokisch -// FIXME: Coding style indicates Derrick Renaud +// copyright-holders:Derrick Renaud /************************************************************************* audio\poolshrk.c diff --git a/src/mame/audio/qix.c b/src/mame/audio/qix.c index cbdf352810f..24edcfb8332 100644 --- a/src/mame/audio/qix.c +++ b/src/mame/audio/qix.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:John Butler, Ed Mueller, Aaron Giles /************************************************************************* diff --git a/src/mame/drivers/1942.c b/src/mame/drivers/1942.c index c9418fe9ad5..7a7a8c65769 100644 --- a/src/mame/drivers/1942.c +++ b/src/mame/drivers/1942.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Couriersud /*************************************************************************** diff --git a/src/mame/drivers/bublbobl.c b/src/mame/drivers/bublbobl.c index 1683613309b..065ca46b23f 100644 --- a/src/mame/drivers/bublbobl.c +++ b/src/mame/drivers/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/ccastles.c b/src/mame/drivers/ccastles.c index 679302610eb..ff3dfb0f01b 100644 --- a/src/mame/drivers/ccastles.c +++ b/src/mame/drivers/ccastles.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Patrick Lawrence, Aaron Giles /*************************************************************************** diff --git a/src/mame/drivers/cps2.c b/src/mame/drivers/cps2.c index aba0c3e76e7..6f1134dd49b 100644 --- a/src/mame/drivers/cps2.c +++ b/src/mame/drivers/cps2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/dblcrown.c b/src/mame/drivers/dblcrown.c index faec6f59751..292b9d2e57e 100644 --- a/src/mame/drivers/dblcrown.c +++ b/src/mame/drivers/dblcrown.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders: Angelo Salese, Roberto Fresca /*************************************************************************** diff --git a/src/mame/drivers/dkong.c b/src/mame/drivers/dkong.c index 3eb321aefc7..e2a336bc119 100644 --- a/src/mame/drivers/dkong.c +++ b/src/mame/drivers/dkong.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Couriersud /*************************************************************************** diff --git a/src/mame/drivers/flower.c b/src/mame/drivers/flower.c index d6612da69a4..89d7e3e4259 100644 --- a/src/mame/drivers/flower.c +++ b/src/mame/drivers/flower.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:insideoutboy, David Haywood, Stephh /* diff --git a/src/mame/drivers/gcpinbal.c b/src/mame/drivers/gcpinbal.c index 252b4cb663c..086f409a1c8 100644 --- a/src/mame/drivers/gcpinbal.c +++ b/src/mame/drivers/gcpinbal.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Graves, R. Belmont /*************************************************************************** diff --git a/src/mame/drivers/globalvr.c b/src/mame/drivers/globalvr.c index 0489eaab990..8565c0b4292 100644 --- a/src/mame/drivers/globalvr.c +++ b/src/mame/drivers/globalvr.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Scott Stone /* Global VR - PC-Based Hardware diff --git a/src/mame/drivers/gottlieb.c b/src/mame/drivers/gottlieb.c index 921547e9acf..8c35f4e1864 100644 --- a/src/mame/drivers/gottlieb.c +++ b/src/mame/drivers/gottlieb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Fabrice Frances, Nicola Salmoria, Aaron Giles /*************************************************************************** diff --git a/src/mame/drivers/kangaroo.c b/src/mame/drivers/kangaroo.c index c81be66f8bf..d5e2701011b 100644 --- a/src/mame/drivers/kangaroo.c +++ b/src/mame/drivers/kangaroo.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Ville Laitinen, Aaron Giles /*************************************************************************** diff --git a/src/mame/drivers/luckgrln.c b/src/mame/drivers/luckgrln.c index d4323fc01c5..a2a857ef873 100644 --- a/src/mame/drivers/luckgrln.c +++ b/src/mame/drivers/luckgrln.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Haywood, Roberto Fresca, Angelo Salese /* diff --git a/src/mame/drivers/namcos2.c b/src/mame/drivers/namcos2.c index c295c717083..27d742429ed 100644 --- a/src/mame/drivers/namcos2.c +++ b/src/mame/drivers/namcos2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/drivers/ninjakd2.c b/src/mame/drivers/ninjakd2.c index b1c780d6235..ea3dca3cbad 100644 --- a/src/mame/drivers/ninjakd2.c +++ b/src/mame/drivers/ninjakd2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Roberto Ventura, Leandro Dardini, Yochizo, Nicola Salmoria /****************************************************************************** diff --git a/src/mame/drivers/peyper.c b/src/mame/drivers/peyper.c index 86f59c29b64..7e1bfa9ba75 100644 --- a/src/mame/drivers/peyper.c +++ b/src/mame/drivers/peyper.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Stephh, Robbbert /******************************************************************************************************** diff --git a/src/mame/drivers/popeye.c b/src/mame/drivers/popeye.c index a72ac4ad073..8d3289c060f 100644 --- a/src/mame/drivers/popeye.c +++ b/src/mame/drivers/popeye.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Marc Lafontaine, Couriersud /*************************************************************************** diff --git a/src/mame/drivers/portrait.c b/src/mame/drivers/portrait.c index 7134d0f8942..c55df3885fc 100644 --- a/src/mame/drivers/portrait.c +++ b/src/mame/drivers/portrait.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli /************************************************************************** Portraits diff --git a/src/mame/drivers/qix.c b/src/mame/drivers/qix.c index 8f8ba532c8d..d5a88f21ec5 100644 --- a/src/mame/drivers/qix.c +++ b/src/mame/drivers/qix.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:John Butler, Ed Mueller, Aaron Giles /*************************************************************************** diff --git a/src/mame/drivers/quantum.c b/src/mame/drivers/quantum.c index d9ea1c7b4ac..bba283f1cb3 100644 --- a/src/mame/drivers/quantum.c +++ b/src/mame/drivers/quantum.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Forgey, Hedley Rainnie, Aaron Giles, Couriersud /*************************************************************************** diff --git a/src/mame/drivers/sfcbox.c b/src/mame/drivers/sfcbox.c index 821bbec67bb..6a1069a8c7a 100644 --- a/src/mame/drivers/sfcbox.c +++ b/src/mame/drivers/sfcbox.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Angelo Salese /*************************************************************************** diff --git a/src/mame/drivers/sidearms.c b/src/mame/drivers/sidearms.c index 742a9493e01..515c80e284c 100644 --- a/src/mame/drivers/sidearms.c +++ b/src/mame/drivers/sidearms.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Curt Coder /*************************************************************************** diff --git a/src/mame/drivers/slapfght.c b/src/mame/drivers/slapfght.c index 4d3ac98f999..640041bf9e1 100644 --- a/src/mame/drivers/slapfght.c +++ b/src/mame/drivers/slapfght.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/drivers/spdodgeb.c b/src/mame/drivers/spdodgeb.c index c15315b6001..637b619bdca 100644 --- a/src/mame/drivers/spdodgeb.c +++ b/src/mame/drivers/spdodgeb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Hampson, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/tecmo16.c b/src/mame/drivers/tecmo16.c index 0d3f78accdd..bd6baa17adf 100644 --- a/src/mame/drivers/tecmo16.c +++ b/src/mame/drivers/tecmo16.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eisuke Watanabe, Nicola Salmoria /****************************************************************************** diff --git a/src/mame/drivers/vball.c b/src/mame/drivers/vball.c index c15b4c7f5b7..31f75db4d14 100644 --- a/src/mame/drivers/vball.c +++ b/src/mame/drivers/vball.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Paul "TBBle" Hampson +// copyright-holders:Paul Hampson /********************************************************************************************************************** Championship VBall Driver by Paul "TBBle" Hampson diff --git a/src/mame/drivers/williams.c b/src/mame/drivers/williams.c index e185e12d46f..5f45a9fabb8 100644 --- a/src/mame/drivers/williams.c +++ b/src/mame/drivers/williams.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Michael Soderstrom, Marc LaFontaine, Aaron Giles /*************************************************************************** diff --git a/src/mame/includes/bublbobl.h b/src/mame/includes/bublbobl.h index aff69a0391d..61a18a94ca8 100644 --- a/src/mame/includes/bublbobl.h +++ b/src/mame/includes/bublbobl.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria class bublbobl_state : public driver_device diff --git a/src/mame/includes/dkong.h b/src/mame/includes/dkong.h index ba5bdcc7144..bd1b4bbac10 100644 --- a/src/mame/includes/dkong.h +++ b/src/mame/includes/dkong.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Couriersud /*************************************************************************** diff --git a/src/mame/includes/gcpinbal.h b/src/mame/includes/gcpinbal.h index 261f63545fe..57d0abf0eec 100644 --- a/src/mame/includes/gcpinbal.h +++ b/src/mame/includes/gcpinbal.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Graves, R. Belmont #include "sound/okim6295.h" diff --git a/src/mame/includes/gottlieb.h b/src/mame/includes/gottlieb.h index 00cf3bfae74..c822bbd615c 100644 --- a/src/mame/includes/gottlieb.h +++ b/src/mame/includes/gottlieb.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Aaron Giles +// copyright-holders:Fabrice Frances, Nicola Salmoria, Aaron Giles /*************************************************************************** Gottlieb hardware diff --git a/src/mame/includes/kangaroo.h b/src/mame/includes/kangaroo.h index 347d786fb9e..3c87b8866c7 100644 --- a/src/mame/includes/kangaroo.h +++ b/src/mame/includes/kangaroo.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Ville Laitinen +// license:BSD-3-Clause +// copyright-holders:Ville Laitinen, Aaron Giles /*************************************************************************** Sun Electronics Kangaroo hardware diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h index 8b943a1a780..5baea40c092 100644 --- a/src/mame/includes/namcos2.h +++ b/src/mame/includes/namcos2.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/includes/ninjakd2.h b/src/mame/includes/ninjakd2.h index ed38065f97a..db9654bf3cf 100644 --- a/src/mame/includes/ninjakd2.h +++ b/src/mame/includes/ninjakd2.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Roberto Ventura, Leandro Dardini, Yochizo, Nicola Salmoria /****************************************************************************** diff --git a/src/mame/includes/portrait.h b/src/mame/includes/portrait.h index 0948166636a..edf4c2a37ce 100644 --- a/src/mame/includes/portrait.h +++ b/src/mame/includes/portrait.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli #include "sound/tms5220.h" diff --git a/src/mame/includes/qix.h b/src/mame/includes/qix.h index 1a47ccac58d..f022e78e591 100644 --- a/src/mame/includes/qix.h +++ b/src/mame/includes/qix.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:John Butler, Ed Mueller, Aaron Giles /*************************************************************************** diff --git a/src/mame/includes/sidearms.h b/src/mame/includes/sidearms.h index 55f14863eec..c0fc7e3c22f 100644 --- a/src/mame/includes/sidearms.h +++ b/src/mame/includes/sidearms.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Curt Coder #include "video/bufsprite.h" diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h index 6d78fa031ea..4cf371fe06a 100644 --- a/src/mame/includes/slapfght.h +++ b/src/mame/includes/slapfght.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/includes/snes.h b/src/mame/includes/snes.h index 7db807267b0..cf7931fcecf 100644 --- a/src/mame/includes/snes.h +++ b/src/mame/includes/snes.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Angelo Salese, R. Belmont, Anthony Kruize, Fabio Priuli, Ryan Holtz #ifndef _SNES_H_ #define _SNES_H_ diff --git a/src/mame/includes/spdodgeb.h b/src/mame/includes/spdodgeb.h index f92f4da9858..2dd4ad26571 100644 --- a/src/mame/includes/spdodgeb.h +++ b/src/mame/includes/spdodgeb.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Hampson, Nicola Salmoria /************************************************************************* diff --git a/src/mame/includes/tecmo16.h b/src/mame/includes/tecmo16.h index 2324b70ac61..3a9598f729c 100644 --- a/src/mame/includes/tecmo16.h +++ b/src/mame/includes/tecmo16.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eisuke Watanabe, Nicola Salmoria #include "video/tecmo_spr.h" #include "video/tecmo_mix.h" diff --git a/src/mame/includes/vball.h b/src/mame/includes/vball.h index 1f65170280b..775052adafe 100644 --- a/src/mame/includes/vball.h +++ b/src/mame/includes/vball.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Paul "TBBle" Hampson +// copyright-holders:Paul Hampson class vball_state : public driver_device { public: diff --git a/src/mame/includes/williams.h b/src/mame/includes/williams.h index adcca117690..d2746467578 100644 --- a/src/mame/includes/williams.h +++ b/src/mame/includes/williams.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Michael Soderstrom, Marc LaFontaine, Aaron Giles /************************************************************************* diff --git a/src/mame/machine/bublbobl.c b/src/mame/machine/bublbobl.c index 5fb2ad4e140..84a3a6c125b 100644 --- a/src/mame/machine/bublbobl.c +++ b/src/mame/machine/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/machine/kaneko_toybox.c b/src/mame/machine/kaneko_toybox.c index cf0ba52dec1..73e8927b7ed 100644 --- a/src/mame/machine/kaneko_toybox.c +++ b/src/mame/machine/kaneko_toybox.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Haywood, Luca Elia, Sebastien Volpe /* Kaneko 'Toybox' protection diff --git a/src/mame/machine/kaneko_toybox.h b/src/mame/machine/kaneko_toybox.h index 351d0872aca..cd738b92a2d 100644 --- a/src/mame/machine/kaneko_toybox.h +++ b/src/mame/machine/kaneko_toybox.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Haywood, Luca Elia, Sebastien Volpe /* Kaneko Toybox */ diff --git a/src/mame/machine/namcos2.c b/src/mame/machine/namcos2.c index aa0b123d67f..aca73bc16dc 100644 --- a/src/mame/machine/namcos2.c +++ b/src/mame/machine/namcos2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/machine/qix.c b/src/mame/machine/qix.c index 8c83f3532c6..24e92700bcf 100644 --- a/src/mame/machine/qix.c +++ b/src/mame/machine/qix.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:John Butler, Ed Mueller, Aaron Giles /*************************************************************************** diff --git a/src/mame/machine/slapfght.c b/src/mame/machine/slapfght.c index e65f129db7e..d07f657758f 100644 --- a/src/mame/machine/slapfght.c +++ b/src/mame/machine/slapfght.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/machine/snes.c b/src/mame/machine/snes.c index b5345151997..90914f1ac4e 100644 --- a/src/mame/machine/snes.c +++ b/src/mame/machine/snes.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Angelo Salese, R. Belmont, Anthony Kruize, Fabio Priuli, Ryan Holtz /*************************************************************************** diff --git a/src/mame/machine/williams.c b/src/mame/machine/williams.c index d0ce9f270de..4c6f238af25 100644 --- a/src/mame/machine/williams.c +++ b/src/mame/machine/williams.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Michael Soderstrom, Marc LaFontaine, Aaron Giles /*************************************************************************** diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c index 9ec2ca6bb37..5efdd4db370 100644 --- a/src/mame/video/bublbobl.c +++ b/src/mame/video/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/video/ccastles.c b/src/mame/video/ccastles.c index 9618fcdf9f0..5a93887d9f5 100644 --- a/src/mame/video/ccastles.c +++ b/src/mame/video/ccastles.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Patrick Lawrence, Aaron Giles /*************************************************************************** diff --git a/src/mame/video/gcpinbal.c b/src/mame/video/gcpinbal.c index a69fafb4c17..7c95e87381c 100644 --- a/src/mame/video/gcpinbal.c +++ b/src/mame/video/gcpinbal.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:David Graves, R. Belmont #include "emu.h" #include "includes/gcpinbal.h" diff --git a/src/mame/video/gottlieb.c b/src/mame/video/gottlieb.c index f60bd8e0445..5e0e7589376 100644 --- a/src/mame/video/gottlieb.c +++ b/src/mame/video/gottlieb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Fabrice Frances, Nicola Salmoria, Aaron Giles /*************************************************************************** diff --git a/src/mame/video/kangaroo.c b/src/mame/video/kangaroo.c index af4c023a3a1..87e8db7ea5b 100644 --- a/src/mame/video/kangaroo.c +++ b/src/mame/video/kangaroo.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Ville Laitinen, Aaron Giles /*************************************************************************** diff --git a/src/mame/video/namcos2.c b/src/mame/video/namcos2.c index e84c8784ffa..96ab3a18de1 100644 --- a/src/mame/video/namcos2.c +++ b/src/mame/video/namcos2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /* video hardware for Namco System II */ diff --git a/src/mame/video/ninjakd2.c b/src/mame/video/ninjakd2.c index 8d168e67a1b..9ff710e57e4 100644 --- a/src/mame/video/ninjakd2.c +++ b/src/mame/video/ninjakd2.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Roberto Ventura, Leandro Dardini, Yochizo, Nicola Salmoria /****************************************************************************** diff --git a/src/mame/video/portrait.c b/src/mame/video/portrait.c index f9ba1b75d1b..e3dc2b46796 100644 --- a/src/mame/video/portrait.c +++ b/src/mame/video/portrait.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steve Ellenoff, Pierpaolo Prazzoli /*************************************************************************** diff --git a/src/mame/video/qix.c b/src/mame/video/qix.c index 53cacf4a472..be014f9aa77 100644 --- a/src/mame/video/qix.c +++ b/src/mame/video/qix.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:John Butler, Ed Mueller, Aaron Giles /*************************************************************************** diff --git a/src/mame/video/sidearms.c b/src/mame/video/sidearms.c index ece733b23f2..240a0121c88 100644 --- a/src/mame/video/sidearms.c +++ b/src/mame/video/sidearms.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Leaman, Curt Coder /*************************************************************************** diff --git a/src/mame/video/slapfght.c b/src/mame/video/slapfght.c index e56764d9cb2..4e3b29bc7f7 100644 --- a/src/mame/video/slapfght.c +++ b/src/mame/video/slapfght.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:K.Wilkins /*************************************************************************** diff --git a/src/mame/video/spdodgeb.c b/src/mame/video/spdodgeb.c index 6a54d7ab8cc..4c2ea801c7a 100644 --- a/src/mame/video/spdodgeb.c +++ b/src/mame/video/spdodgeb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Hampson, Nicola Salmoria #include "emu.h" #include "cpu/m6502/m6502.h" diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c index d6d08ecfb6d..da95bd4ae8c 100644 --- a/src/mame/video/tia.c +++ b/src/mame/video/tia.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Wilbert Pol,Stefan Jokisch /*************************************************************************** diff --git a/src/mame/video/tia.h b/src/mame/video/tia.h index fd58a3fb905..141db4f36c4 100644 --- a/src/mame/video/tia.h +++ b/src/mame/video/tia.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Wilbert Pol,Stefan Jokisch #ifndef _VIDEO_TIA_H_ #define _VIDEO_TIA_H_ diff --git a/src/mame/video/williams.c b/src/mame/video/williams.c index a63f22c35c8..8af5f890b9d 100644 --- a/src/mame/video/williams.c +++ b/src/mame/video/williams.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Michael Soderstrom, Marc LaFontaine, Aaron Giles /*************************************************************************** diff --git a/src/mess/drivers/apple1.c b/src/mess/drivers/apple1.c index 3f6afe2be77..34ff9ab0b31 100644 --- a/src/mess/drivers/apple1.c +++ b/src/mess/drivers/apple1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Daniels, Colin Howell, R. Belmont /********************************************************************** diff --git a/src/mess/drivers/snes.c b/src/mess/drivers/snes.c index ece82436933..7e5fd304f5b 100644 --- a/src/mess/drivers/snes.c +++ b/src/mess/drivers/snes.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Angelo Salese, R. Belmont, Anthony Kruize, Fabio Priuli /*************************************************************************** diff --git a/src/mess/machine/apple1.c b/src/mess/machine/apple1.c index 59b360aea7e..f17c98d2e02 100644 --- a/src/mess/machine/apple1.c +++ b/src/mess/machine/apple1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Daniels, Colin Howell, R. Belmont /*************************************************************************** diff --git a/src/mess/video/apple1.c b/src/mess/video/apple1.c index f6485dc7ee5..3d2df2e657a 100644 --- a/src/mess/video/apple1.c +++ b/src/mess/video/apple1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Paul Daniels, Colin Howell, R. Belmont /***************************************************************************