From 434da1bdf4c4bf83381a38ea3fcb4cd35340eff2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 24 May 2015 16:42:51 +0200 Subject: update for Phil Stroffolino (nw) --- src/mame/audio/firetrk.c | 2 +- src/mame/drivers/bionicc.c | 2 +- src/mame/drivers/brkthru.c | 2 +- src/mame/drivers/changela.c | 2 +- src/mame/drivers/djboy.c | 2 +- src/mame/drivers/firetrk.c | 2 +- src/mame/drivers/gaiden.c | 2 +- src/mame/drivers/homedata.c | 2 +- src/mame/drivers/imolagp.c | 2 +- src/mame/drivers/lkage.c | 2 +- src/mame/drivers/looping.c | 2 +- src/mame/drivers/m57.c | 2 +- src/mame/drivers/mole.c | 2 +- src/mame/drivers/monzagp.c | 2 +- src/mame/drivers/mrflea.c | 2 +- src/mame/drivers/munchmo.c | 2 +- src/mame/drivers/namcoic.c | 2 +- src/mame/drivers/namcona1.c | 2 +- src/mame/drivers/namconb1.c | 2 +- src/mame/drivers/namcos21.c | 2 +- src/mame/drivers/namcos22.c | 2 +- src/mame/drivers/shangkid.c | 2 +- src/mame/drivers/tigeroad.c | 2 +- src/mame/drivers/tsamurai.c | 2 +- src/mame/drivers/tunhunt.c | 2 +- src/mame/drivers/twin16.c | 2 +- src/mame/drivers/ultratnk.c | 2 +- src/mame/includes/bionicc.h | 2 +- src/mame/includes/brkthru.h | 2 +- src/mame/includes/changela.h | 2 +- src/mame/includes/djboy.h | 2 +- src/mame/includes/firetrk.h | 2 +- src/mame/includes/gaiden.h | 2 +- src/mame/includes/homedata.h | 2 +- src/mame/includes/lkage.h | 2 +- src/mame/includes/m57.h | 2 +- src/mame/includes/mrflea.h | 2 +- src/mame/includes/munchmo.h | 2 +- src/mame/includes/namcoic.h | 2 +- src/mame/includes/namcona1.h | 2 +- src/mame/includes/namconb1.h | 2 +- src/mame/includes/namcos21.h | 2 +- src/mame/includes/namcos22.h | 2 +- src/mame/includes/shangkid.h | 2 +- src/mame/includes/tigeroad.h | 2 +- src/mame/includes/tsamurai.h | 2 +- src/mame/includes/tunhunt.h | 4 ++-- src/mame/includes/twin16.h | 2 +- src/mame/includes/ultratnk.h | 2 +- src/mame/machine/lkage.c | 2 +- src/mame/machine/tigeroad.c | 2 +- src/mame/video/bionicc.c | 2 +- src/mame/video/brkthru.c | 2 +- src/mame/video/c45.c | 2 +- src/mame/video/c45.h | 2 +- src/mame/video/changela.c | 2 +- src/mame/video/djboy.c | 2 +- src/mame/video/firetrk.c | 2 +- src/mame/video/gaiden.c | 2 +- src/mame/video/homedata.c | 2 +- src/mame/video/lkage.c | 2 +- src/mame/video/m57.c | 2 +- src/mame/video/mrflea.c | 2 +- src/mame/video/munchmo.c | 2 +- src/mame/video/namcona1.c | 2 +- src/mame/video/namconb1.c | 2 +- src/mame/video/namcos21.c | 2 +- src/mame/video/namcos22.c | 2 +- src/mame/video/shangkid.c | 2 +- src/mame/video/tigeroad.c | 2 +- src/mame/video/tsamurai.c | 2 +- src/mame/video/tunhunt.c | 4 ++-- src/mame/video/twin16.c | 2 +- src/mame/video/ultratnk.c | 2 +- 74 files changed, 76 insertions(+), 76 deletions(-) (limited to 'src') diff --git a/src/mame/audio/firetrk.c b/src/mame/audio/firetrk.c index cb84a9e065c..71f7dc7d960 100644 --- a/src/mame/audio/firetrk.c +++ b/src/mame/audio/firetrk.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* diff --git a/src/mame/drivers/bionicc.c b/src/mame/drivers/bionicc.c index 196c217979e..ce4f3f85a90 100644 --- a/src/mame/drivers/bionicc.c +++ b/src/mame/drivers/bionicc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman /****************************************************************************************** diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c index fe85103d4c9..1bb13c59bec 100644 --- a/src/mame/drivers/brkthru.c +++ b/src/mame/drivers/brkthru.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/changela.c b/src/mame/drivers/changela.c index 206390febf0..b5717ac6f71 100644 --- a/src/mame/drivers/changela.c +++ b/src/mame/drivers/changela.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina /************************************************************************** Change Lanes diff --git a/src/mame/drivers/djboy.c b/src/mame/drivers/djboy.c index 13bb90da863..3d03f1727af 100644 --- a/src/mame/drivers/djboy.c +++ b/src/mame/drivers/djboy.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* DJ Boy (c)1989 Kaneko diff --git a/src/mame/drivers/firetrk.c b/src/mame/drivers/firetrk.c index 93afdaf7f09..2eabe912933 100644 --- a/src/mame/drivers/firetrk.c +++ b/src/mame/drivers/firetrk.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/gaiden.c b/src/mame/drivers/gaiden.c index f847df3b44a..927fdf02a7b 100644 --- a/src/mame/drivers/gaiden.c +++ b/src/mame/drivers/gaiden.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/homedata.c b/src/mame/drivers/homedata.c index 2996be9bac3..3738e18bef5 100644 --- a/src/mame/drivers/homedata.c +++ b/src/mame/drivers/homedata.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/imolagp.c b/src/mame/drivers/imolagp.c index 13595ba1ef9..4a735828a8c 100644 --- a/src/mame/drivers/imolagp.c +++ b/src/mame/drivers/imolagp.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/lkage.c b/src/mame/drivers/lkage.c index 9f41d960595..317922994d9 100644 --- a/src/mame/drivers/lkage.c +++ b/src/mame/drivers/lkage.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/looping.c b/src/mame/drivers/looping.c index 6887ccded5d..91a0aa274bf 100644 --- a/src/mame/drivers/looping.c +++ b/src/mame/drivers/looping.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* To Do: diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c index 40c08af5528..10213ff93bb 100644 --- a/src/mame/drivers/m57.c +++ b/src/mame/drivers/m57.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /**************************************************************************** diff --git a/src/mame/drivers/mole.c b/src/mame/drivers/mole.c index 3710e73e06c..da22065ae40 100644 --- a/src/mame/drivers/mole.c +++ b/src/mame/drivers/mole.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Jason Nelson, Phil Stroffolino /***************************************************************************** diff --git a/src/mame/drivers/monzagp.c b/src/mame/drivers/monzagp.c index fa37c6ef75d..57e8566b62a 100644 --- a/src/mame/drivers/monzagp.c +++ b/src/mame/drivers/monzagp.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/mrflea.c b/src/mame/drivers/mrflea.c index 1d5559b5051..6928ba33cc7 100644 --- a/src/mame/drivers/mrflea.c +++ b/src/mame/drivers/mrflea.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /****************************************************************** diff --git a/src/mame/drivers/munchmo.c b/src/mame/drivers/munchmo.c index 494e5c45cd9..9467604394f 100644 --- a/src/mame/drivers/munchmo.c +++ b/src/mame/drivers/munchmo.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** Munch Mobile diff --git a/src/mame/drivers/namcoic.c b/src/mame/drivers/namcoic.c index 4ced250ac44..422756fb48f 100644 --- a/src/mame/drivers/namcoic.c +++ b/src/mame/drivers/namcoic.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "emu.h" #include "includes/namcos2.h" /* for game-specific hacks */ diff --git a/src/mame/drivers/namcona1.c b/src/mame/drivers/namcona1.c index 0c0f1d75c48..1d1f2fdb006 100644 --- a/src/mame/drivers/namcona1.c +++ b/src/mame/drivers/namcona1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/namconb1.c b/src/mame/drivers/namconb1.c index 16052b9c6ae..1d4eaad65ed 100644 --- a/src/mame/drivers/namconb1.c +++ b/src/mame/drivers/namconb1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* Namco System NB-1 diff --git a/src/mame/drivers/namcos21.c b/src/mame/drivers/namcos21.c index 03b70f0a0ca..db38523c096 100644 --- a/src/mame/drivers/namcos21.c +++ b/src/mame/drivers/namcos21.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /** 2008/06/11, by Naibo(translated to English by Mameplus team): diff --git a/src/mame/drivers/namcos22.c b/src/mame/drivers/namcos22.c index 3ca109b065b..b15a3941e83 100644 --- a/src/mame/drivers/namcos22.c +++ b/src/mame/drivers/namcos22.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, hap, R. Belmont /** * This driver describes Namco's System22 and Super System 22 hardware. diff --git a/src/mame/drivers/shangkid.c b/src/mame/drivers/shangkid.c index b307779705b..90e82122da0 100644 --- a/src/mame/drivers/shangkid.c +++ b/src/mame/drivers/shangkid.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* Dynamic Ski diff --git a/src/mame/drivers/tigeroad.c b/src/mame/drivers/tigeroad.c index 54842724592..5e812b3fe1d 100644 --- a/src/mame/drivers/tigeroad.c +++ b/src/mame/drivers/tigeroad.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/drivers/tsamurai.c b/src/mame/drivers/tsamurai.c index 956ef342ecf..d0073fdc784 100644 --- a/src/mame/drivers/tsamurai.c +++ b/src/mame/drivers/tsamurai.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /**************************************************************************** diff --git a/src/mame/drivers/tunhunt.c b/src/mame/drivers/tunhunt.c index 7d995584ec1..440578cb9f2 100644 --- a/src/mame/drivers/tunhunt.c +++ b/src/mame/drivers/tunhunt.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood /*************************************************************************** diff --git a/src/mame/drivers/twin16.c b/src/mame/drivers/twin16.c index e2f9a21a171..82522648a12 100644 --- a/src/mame/drivers/twin16.c +++ b/src/mame/drivers/twin16.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* Konami "Twin16" diff --git a/src/mame/drivers/ultratnk.c b/src/mame/drivers/ultratnk.c index ccb8e1b4858..9bba1fab3c1 100644 --- a/src/mame/drivers/ultratnk.c +++ b/src/mame/drivers/ultratnk.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Stefan Jokisch /*************************************************************************** diff --git a/src/mame/includes/bionicc.h b/src/mame/includes/bionicc.h index 1fd57dd5e7c..15c6ab531f5 100644 --- a/src/mame/includes/bionicc.h +++ b/src/mame/includes/bionicc.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman /*************************************************************************** diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h index 951287151ce..e8f4e826daa 100644 --- a/src/mame/includes/brkthru.h +++ b/src/mame/includes/brkthru.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/includes/changela.h b/src/mame/includes/changela.h index 23c7952bc85..a88731d32dc 100644 --- a/src/mame/includes/changela.h +++ b/src/mame/includes/changela.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina diff --git a/src/mame/includes/djboy.h b/src/mame/includes/djboy.h index bff657388ed..e2616116637 100644 --- a/src/mame/includes/djboy.h +++ b/src/mame/includes/djboy.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* diff --git a/src/mame/includes/firetrk.h b/src/mame/includes/firetrk.h index cb5795f5fd7..ad9ed54c55e 100644 --- a/src/mame/includes/firetrk.h +++ b/src/mame/includes/firetrk.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* diff --git a/src/mame/includes/gaiden.h b/src/mame/includes/gaiden.h index bb42a5dfaf1..d96d1e27826 100644 --- a/src/mame/includes/gaiden.h +++ b/src/mame/includes/gaiden.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h index 7c143d5b089..084bdecb8cb 100644 --- a/src/mame/includes/homedata.h +++ b/src/mame/includes/homedata.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Nicola Salmoria #include "sound/dac.h" #include "sound/sn76496.h" diff --git a/src/mame/includes/lkage.h b/src/mame/includes/lkage.h index 4635f04f4cf..27bacd92fde 100644 --- a/src/mame/includes/lkage.h +++ b/src/mame/includes/lkage.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino class lkage_state : public driver_device diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h index bdb902cbd7c..226db7c5b96 100644 --- a/src/mame/includes/m57.h +++ b/src/mame/includes/m57.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino class m57_state : public driver_device { diff --git a/src/mame/includes/mrflea.h b/src/mame/includes/mrflea.h index d8e8ee40698..527d52b01e1 100644 --- a/src/mame/includes/mrflea.h +++ b/src/mame/includes/mrflea.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* diff --git a/src/mame/includes/munchmo.h b/src/mame/includes/munchmo.h index 1b4a83d044c..3efae8e5442 100644 --- a/src/mame/includes/munchmo.h +++ b/src/mame/includes/munchmo.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* diff --git a/src/mame/includes/namcoic.h b/src/mame/includes/namcoic.h index 0b0274ccb56..cf8e50e9948 100644 --- a/src/mame/includes/namcoic.h +++ b/src/mame/includes/namcoic.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* namcoic.h diff --git a/src/mame/includes/namcona1.h b/src/mame/includes/namcona1.h index d529db09569..94d99cffefb 100644 --- a/src/mame/includes/namcona1.h +++ b/src/mame/includes/namcona1.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h index 7066c90f630..02930edb0e0 100644 --- a/src/mame/includes/namconb1.h +++ b/src/mame/includes/namconb1.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/includes/namcos21.h b/src/mame/includes/namcos21.h index df676b499a7..f9fd700d66d 100644 --- a/src/mame/includes/namcos21.h +++ b/src/mame/includes/namcos21.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /** * @file namcos21.h diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h index 1dc2d48ac3f..5534a95dcf7 100644 --- a/src/mame/includes/namcos22.h +++ b/src/mame/includes/namcos22.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, hap, R. Belmont /*************************************************************************** diff --git a/src/mame/includes/shangkid.h b/src/mame/includes/shangkid.h index 4ec57042a72..6680c6c1748 100644 --- a/src/mame/includes/shangkid.h +++ b/src/mame/includes/shangkid.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino class shangkid_state : public driver_device { diff --git a/src/mame/includes/tigeroad.h b/src/mame/includes/tigeroad.h index 6d577e482e3..af55bb9a7d8 100644 --- a/src/mame/includes/tigeroad.h +++ b/src/mame/includes/tigeroad.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "video/bufsprite.h" #include "sound/msm5205.h" diff --git a/src/mame/includes/tsamurai.h b/src/mame/includes/tsamurai.h index 1677ff18760..ca2d635b91d 100644 --- a/src/mame/includes/tsamurai.h +++ b/src/mame/includes/tsamurai.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino class tsamurai_state : public driver_device { diff --git a/src/mame/includes/tunhunt.h b/src/mame/includes/tunhunt.h index 7dc6bb5be26..acf226c146f 100644 --- a/src/mame/includes/tunhunt.h +++ b/src/mame/includes/tunhunt.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood +// license:BSD-3-Clause +// copyright-holders:Phil Stroffolino, Owen Rubin, David Haywood class tunhunt_state : public driver_device { public: diff --git a/src/mame/includes/twin16.h b/src/mame/includes/twin16.h index 001dfa00e50..3d5157089d2 100644 --- a/src/mame/includes/twin16.h +++ b/src/mame/includes/twin16.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "video/bufsprite.h" #include "sound/upd7759.h" diff --git a/src/mame/includes/ultratnk.h b/src/mame/includes/ultratnk.h index b347ecf7b89..cfa01811967 100644 --- a/src/mame/includes/ultratnk.h +++ b/src/mame/includes/ultratnk.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Stefan Jokisch /************************************************************************* diff --git a/src/mame/machine/lkage.c b/src/mame/machine/lkage.c index 7796674ea67..3235f08e72c 100644 --- a/src/mame/machine/lkage.c +++ b/src/mame/machine/lkage.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/machine/tigeroad.c b/src/mame/machine/tigeroad.c index 2b899cfdc94..f142cf3c523 100644 --- a/src/mame/machine/tigeroad.c +++ b/src/mame/machine/tigeroad.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "emu.h" #include "includes/tigeroad.h" diff --git a/src/mame/video/bionicc.c b/src/mame/video/bionicc.c index 6f61d0ff32b..8379cd0b78c 100644 --- a/src/mame/video/bionicc.c +++ b/src/mame/video/bionicc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman /*************************************************************************** diff --git a/src/mame/video/brkthru.c b/src/mame/video/brkthru.c index 9e4400d5952..80895af8115 100644 --- a/src/mame/video/brkthru.c +++ b/src/mame/video/brkthru.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/video/c45.c b/src/mame/video/c45.c index 7221f13d9fa..6df7edd2331 100644 --- a/src/mame/video/c45.c +++ b/src/mame/video/c45.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson /**************************************************************************************************************/ /* diff --git a/src/mame/video/c45.h b/src/mame/video/c45.h index 210009d8a23..662c3df8c58 100644 --- a/src/mame/video/c45.h +++ b/src/mame/video/c45.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson #pragma once diff --git a/src/mame/video/changela.c b/src/mame/video/changela.c index 11de0e5269a..5e5a119997f 100644 --- a/src/mame/video/changela.c +++ b/src/mame/video/changela.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina /************************************************************************** Change Lanes - Video Hardware diff --git a/src/mame/video/djboy.c b/src/mame/video/djboy.c index 77938e8ac83..859d79335ed 100644 --- a/src/mame/video/djboy.c +++ b/src/mame/video/djboy.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /** * @file video/djboy.c diff --git a/src/mame/video/firetrk.c b/src/mame/video/firetrk.c index c0686d95620..ab6fb710857 100644 --- a/src/mame/video/firetrk.c +++ b/src/mame/video/firetrk.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/video/gaiden.c b/src/mame/video/gaiden.c index 0170c3e56f3..f8f1f951e26 100644 --- a/src/mame/video/gaiden.c +++ b/src/mame/video/gaiden.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/video/homedata.c b/src/mame/video/homedata.c index 1954f241369..4ca9e496cf2 100644 --- a/src/mame/video/homedata.c +++ b/src/mame/video/homedata.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Nicola Salmoria #include "emu.h" #include "cpu/m6809/m6809.h" diff --git a/src/mame/video/lkage.c b/src/mame/video/lkage.c index 783fcefa473..c08811266f4 100644 --- a/src/mame/video/lkage.c +++ b/src/mame/video/lkage.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** diff --git a/src/mame/video/m57.c b/src/mame/video/m57.c index a433a2ae9ee..60826394ff0 100644 --- a/src/mame/video/m57.c +++ b/src/mame/video/m57.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /**************************************************************************** diff --git a/src/mame/video/mrflea.c b/src/mame/video/mrflea.c index 0c4f398411e..56260a50da3 100644 --- a/src/mame/video/mrflea.c +++ b/src/mame/video/mrflea.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /****************************************************************** diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c index afd986d0f68..86febc95642 100644 --- a/src/mame/video/munchmo.c +++ b/src/mame/video/munchmo.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "emu.h" #include "includes/munchmo.h" diff --git a/src/mame/video/namcona1.c b/src/mame/video/namcona1.c index 55bbe484d54..db20eadddf6 100644 --- a/src/mame/video/namcona1.c +++ b/src/mame/video/namcona1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* Namco System NA1/2 Video Hardware */ diff --git a/src/mame/video/namconb1.c b/src/mame/video/namconb1.c index 1703be9f7e1..cc38da66c8a 100644 --- a/src/mame/video/namconb1.c +++ b/src/mame/video/namconb1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* video/namconb1.c */ diff --git a/src/mame/video/namcos21.c b/src/mame/video/namcos21.c index 62e67fd0230..ca7ed63c0ef 100644 --- a/src/mame/video/namcos21.c +++ b/src/mame/video/namcos21.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /*************************************************************************** Namco System 21 Video Hardware diff --git a/src/mame/video/namcos22.c b/src/mame/video/namcos22.c index 1a59f8a3d12..83e13a33a80 100644 --- a/src/mame/video/namcos22.c +++ b/src/mame/video/namcos22.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, hap, R. Belmont /** * video hardware for Namco System22 diff --git a/src/mame/video/shangkid.c b/src/mame/video/shangkid.c index d5066634fb7..9b6525f4e30 100644 --- a/src/mame/video/shangkid.c +++ b/src/mame/video/shangkid.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* video/shangkid */ diff --git a/src/mame/video/tigeroad.c b/src/mame/video/tigeroad.c index a7e181b94af..0b7f36c66d7 100644 --- a/src/mame/video/tigeroad.c +++ b/src/mame/video/tigeroad.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino #include "emu.h" #include "includes/tigeroad.h" diff --git a/src/mame/video/tsamurai.c b/src/mame/video/tsamurai.c index 3b34fc4bece..8cc38f9d8f3 100644 --- a/src/mame/video/tsamurai.c +++ b/src/mame/video/tsamurai.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* ** Video Driver for Taito Samurai (1985) diff --git a/src/mame/video/tunhunt.c b/src/mame/video/tunhunt.c index 218849e9f6c..88a551a15a9 100644 --- a/src/mame/video/tunhunt.c +++ b/src/mame/video/tunhunt.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood +// license:BSD-3-Clause +// copyright-holders:Phil Stroffolino, Owen Rubin, David Haywood /************************************************************************* Atari Tunnel Hunt hardware diff --git a/src/mame/video/twin16.c b/src/mame/video/twin16.c index 9c9d903ebde..464bf85d8cd 100644 --- a/src/mame/video/twin16.c +++ b/src/mame/video/twin16.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /* diff --git a/src/mame/video/ultratnk.c b/src/mame/video/ultratnk.c index 5efbf1a4677..bf552ecce03 100644 --- a/src/mame/video/ultratnk.c +++ b/src/mame/video/ultratnk.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Stroffolino, Stefan Jokisch /*************************************************************************** -- cgit v1.2.3