From e7a2ff87856e4c78c5b5513688d191561cde73d1 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 29 Nov 2016 09:02:19 +0100 Subject: License change per request of Tomasz Slanina (nw) --- src/devices/cpu/v810/v810.cpp | 2 +- src/devices/cpu/v810/v810.h | 2 +- src/devices/cpu/v810/v810dasm.cpp | 2 +- src/mame/drivers/4enraya.cpp | 2 +- src/mame/drivers/adp.cpp | 2 +- src/mame/drivers/airraid.cpp | 2 +- src/mame/drivers/attckufo.cpp | 2 +- src/mame/drivers/bmcbowl.cpp | 2 +- src/mame/drivers/cardline.cpp | 2 +- src/mame/drivers/chanbara.cpp | 2 +- src/mame/drivers/dominob.cpp | 2 +- src/mame/drivers/dorachan.cpp | 2 +- src/mame/drivers/dynadice.cpp | 2 +- src/mame/drivers/eolith.cpp | 2 +- src/mame/drivers/fcombat.cpp | 2 +- src/mame/drivers/freekick.cpp | 2 +- src/mame/drivers/homerun.cpp | 2 +- src/mame/drivers/koftball.cpp | 2 +- src/mame/drivers/koikoi.cpp | 2 +- src/mame/drivers/ksayakyu.cpp | 2 +- src/mame/drivers/ladyfrog.cpp | 2 +- src/mame/drivers/laserbas.cpp | 2 +- src/mame/drivers/meijinsn.cpp | 2 +- src/mame/drivers/meyc8080.cpp | 2 +- src/mame/drivers/mustache.cpp | 2 +- src/mame/drivers/neptunp2.cpp | 2 +- src/mame/drivers/nycaptor.cpp | 2 +- src/mame/drivers/othello.cpp | 2 +- src/mame/drivers/pachifev.cpp | 2 +- src/mame/drivers/pipeline.cpp | 2 +- src/mame/drivers/pitnrun.cpp | 2 +- src/mame/drivers/pturn.cpp | 2 +- src/mame/drivers/quizo.cpp | 2 +- src/mame/drivers/rbmk.cpp | 2 +- src/mame/drivers/rltennis.cpp | 2 +- src/mame/drivers/sfkick.cpp | 2 +- src/mame/drivers/sg1000a.cpp | 2 +- src/mame/drivers/simple_st0016.cpp | 2 +- src/mame/drivers/skyarmy.cpp | 2 +- src/mame/drivers/sliver.cpp | 2 +- src/mame/drivers/snesb.cpp | 2 +- src/mame/drivers/sothello.cpp | 2 +- src/mame/drivers/speglsht.cpp | 2 +- src/mame/drivers/srmp5.cpp | 2 +- src/mame/drivers/ssfindo.cpp | 2 +- src/mame/drivers/ssingles.cpp | 2 +- src/mame/drivers/ssrj.cpp | 2 +- src/mame/drivers/superwng.cpp | 2 +- src/mame/drivers/taito_o.cpp | 2 +- src/mame/drivers/tattack.cpp | 2 +- src/mame/drivers/tcl.cpp | 2 +- src/mame/drivers/vega.cpp | 2 +- src/mame/drivers/witch.cpp | 2 +- src/mame/includes/4enraya.h | 2 +- src/mame/includes/eolith.h | 2 +- src/mame/includes/fcombat.h | 2 +- src/mame/includes/freekick.h | 2 +- src/mame/includes/homerun.h | 2 +- src/mame/includes/ksayakyu.h | 2 +- src/mame/includes/ladyfrog.h | 2 +- src/mame/includes/mustache.h | 2 +- src/mame/includes/nycaptor.h | 2 +- src/mame/includes/pitnrun.h | 2 +- src/mame/includes/rltennis.h | 2 +- src/mame/includes/simple_st0016.h | 2 +- src/mame/includes/ssrj.h | 2 +- src/mame/includes/taito_o.h | 2 +- src/mame/machine/nycaptor.cpp | 2 +- src/mame/machine/pitnrun.cpp | 2 +- src/mame/video/4enraya.cpp | 2 +- src/mame/video/eolith.cpp | 2 +- src/mame/video/fcombat.cpp | 2 +- src/mame/video/freekick.cpp | 2 +- src/mame/video/homerun.cpp | 2 +- src/mame/video/ksayakyu.cpp | 2 +- src/mame/video/ladyfrog.cpp | 2 +- src/mame/video/mustache.cpp | 2 +- src/mame/video/nycaptor.cpp | 2 +- src/mame/video/pitnrun.cpp | 2 +- src/mame/video/rltennis.cpp | 2 +- src/mame/video/ssrj.cpp | 2 +- src/mame/video/taito_o.cpp | 2 +- 82 files changed, 82 insertions(+), 82 deletions(-) diff --git a/src/devices/cpu/v810/v810.cpp b/src/devices/cpu/v810/v810.cpp index ac5cdc75b25..4243aab92ab 100644 --- a/src/devices/cpu/v810/v810.cpp +++ b/src/devices/cpu/v810/v810.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Angelo Salese, Tomasz Slanina /****************************************************************** NEC V810 (upd70732) core diff --git a/src/devices/cpu/v810/v810.h b/src/devices/cpu/v810/v810.h index e870f514132..17e2606eff0 100644 --- a/src/devices/cpu/v810/v810.h +++ b/src/devices/cpu/v810/v810.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Angelo Salese, Tomasz Slanina #pragma once diff --git a/src/devices/cpu/v810/v810dasm.cpp b/src/devices/cpu/v810/v810dasm.cpp index 8b80a600a94..b88600d353e 100644 --- a/src/devices/cpu/v810/v810dasm.cpp +++ b/src/devices/cpu/v810/v810dasm.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /******************************************** NEC V810 (upd70732) disassembler diff --git a/src/mame/drivers/4enraya.cpp b/src/mame/drivers/4enraya.cpp index f259e2872aa..a546f764d5f 100644 --- a/src/mame/drivers/4enraya.cpp +++ b/src/mame/drivers/4enraya.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Roberto Fresca /*************************************************************************** diff --git a/src/mame/drivers/adp.cpp b/src/mame/drivers/adp.cpp index ed6b53b51ff..ee1c0d38363 100644 --- a/src/mame/drivers/adp.cpp +++ b/src/mame/drivers/adp.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* diff --git a/src/mame/drivers/airraid.cpp b/src/mame/drivers/airraid.cpp index 4c8fe1ad569..72168bf454b 100644 --- a/src/mame/drivers/airraid.cpp +++ b/src/mame/drivers/airraid.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Angelo Salese, hap /* Air Raid (aka Cross Shooter) (c) 1987 Seibu diff --git a/src/mame/drivers/attckufo.cpp b/src/mame/drivers/attckufo.cpp index 8d03c8f7f0d..3c826afd1ae 100644 --- a/src/mame/drivers/attckufo.cpp +++ b/src/mame/drivers/attckufo.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/drivers/bmcbowl.cpp b/src/mame/drivers/bmcbowl.cpp index ee4c551d5ff..74c4e122bfe 100644 --- a/src/mame/drivers/bmcbowl.cpp +++ b/src/mame/drivers/bmcbowl.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* BMC Bowling (c) 1994.05 BMC, Ltd diff --git a/src/mame/drivers/cardline.cpp b/src/mame/drivers/cardline.cpp index ccd295ea90e..705a73bc345 100644 --- a/src/mame/drivers/cardline.cpp +++ b/src/mame/drivers/cardline.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************ diff --git a/src/mame/drivers/chanbara.cpp b/src/mame/drivers/chanbara.cpp index f4ff955da8f..7303bd08329 100644 --- a/src/mame/drivers/chanbara.cpp +++ b/src/mame/drivers/chanbara.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, David Haywood /**************************************************************************************** Chanbara diff --git a/src/mame/drivers/dominob.cpp b/src/mame/drivers/dominob.cpp index cbfa5ad4b68..b2ea6cd2c0f 100644 --- a/src/mame/drivers/dominob.cpp +++ b/src/mame/drivers/dominob.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, David Haywood /*************************************************************************** diff --git a/src/mame/drivers/dorachan.cpp b/src/mame/drivers/dorachan.cpp index 5415e196cf4..e4fb72a615c 100644 --- a/src/mame/drivers/dorachan.cpp +++ b/src/mame/drivers/dorachan.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Dorachan (Dora-Chan ?) (c) 1980 Craul Denshi diff --git a/src/mame/drivers/dynadice.cpp b/src/mame/drivers/dynadice.cpp index 67b9f87f6aa..b2964b84082 100644 --- a/src/mame/drivers/dynadice.cpp +++ b/src/mame/drivers/dynadice.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli /* Dynamic Dice (??) diff --git a/src/mame/drivers/eolith.cpp b/src/mame/drivers/eolith.cpp index eb8a7b6e0de..96244b23775 100644 --- a/src/mame/drivers/eolith.cpp +++ b/src/mame/drivers/eolith.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli /******************************************************************** Eolith 32 bits hardware: Gradation 2D system diff --git a/src/mame/drivers/fcombat.cpp b/src/mame/drivers/fcombat.cpp index b711d06b6af..74b0ebb6fbf 100644 --- a/src/mame/drivers/fcombat.cpp +++ b/src/mame/drivers/fcombat.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Field Combat (c)1985 Jaleco diff --git a/src/mame/drivers/freekick.cpp b/src/mame/drivers/freekick.cpp index b94db7bfd8c..b8c2d3293e7 100644 --- a/src/mame/drivers/freekick.cpp +++ b/src/mame/drivers/freekick.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,David Haywood /*************************************************************************** diff --git a/src/mame/drivers/homerun.cpp b/src/mame/drivers/homerun.cpp index 779a01e73ec..7417c5120ec 100644 --- a/src/mame/drivers/homerun.cpp +++ b/src/mame/drivers/homerun.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Moero!! Pro Yakyuu Homerun Kyousou - (c) 1988 Jaleco diff --git a/src/mame/drivers/koftball.cpp b/src/mame/drivers/koftball.cpp index 86196495c7d..672fdc1054b 100644 --- a/src/mame/drivers/koftball.cpp +++ b/src/mame/drivers/koftball.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* King Of Football (c)1995 BMC diff --git a/src/mame/drivers/koikoi.cpp b/src/mame/drivers/koikoi.cpp index 980c0b64c7e..e0806a68345 100644 --- a/src/mame/drivers/koikoi.cpp +++ b/src/mame/drivers/koikoi.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, David Haywood /*************************************************************************** diff --git a/src/mame/drivers/ksayakyu.cpp b/src/mame/drivers/ksayakyu.cpp index dbedec9443c..fa415d74da8 100644 --- a/src/mame/drivers/ksayakyu.cpp +++ b/src/mame/drivers/ksayakyu.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Kusayakyuu (Sandlot Baseball) diff --git a/src/mame/drivers/ladyfrog.cpp b/src/mame/drivers/ladyfrog.cpp index 14cd8b2c7dc..2fadf53adab 100644 --- a/src/mame/drivers/ladyfrog.cpp +++ b/src/mame/drivers/ladyfrog.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Lady Frog (c) 1990 Mondial Games diff --git a/src/mame/drivers/laserbas.cpp b/src/mame/drivers/laserbas.cpp index e4c6d38b9d0..b612920396b 100644 --- a/src/mame/drivers/laserbas.cpp +++ b/src/mame/drivers/laserbas.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /******************************************** Laser Base / Future Flash driver diff --git a/src/mame/drivers/meijinsn.cpp b/src/mame/drivers/meijinsn.cpp index ed85ddf70ec..f3c38c05d8b 100644 --- a/src/mame/drivers/meijinsn.cpp +++ b/src/mame/drivers/meijinsn.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Meijinsen (snk/alpha) diff --git a/src/mame/drivers/meyc8080.cpp b/src/mame/drivers/meyc8080.cpp index d797f33f6eb..6888cf049cb 100644 --- a/src/mame/drivers/meyc8080.cpp +++ b/src/mame/drivers/meyc8080.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli,hap,Roberto Fresca /********************************************************** diff --git a/src/mame/drivers/mustache.cpp b/src/mame/drivers/mustache.cpp index 140075359e9..748963e7317 100644 --- a/src/mame/drivers/mustache.cpp +++ b/src/mame/drivers/mustache.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/drivers/neptunp2.cpp b/src/mame/drivers/neptunp2.cpp index 2567188da10..4090216a4f4 100644 --- a/src/mame/drivers/neptunp2.cpp +++ b/src/mame/drivers/neptunp2.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/drivers/nycaptor.cpp b/src/mame/drivers/nycaptor.cpp index 77d57cb49fc..eaff02007c6 100644 --- a/src/mame/drivers/nycaptor.cpp +++ b/src/mame/drivers/nycaptor.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** N.Y. Captor - Taito '85 diff --git a/src/mame/drivers/othello.cpp b/src/mame/drivers/othello.cpp index 3a244df8aa9..49adc51e733 100644 --- a/src/mame/drivers/othello.cpp +++ b/src/mame/drivers/othello.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* diff --git a/src/mame/drivers/pachifev.cpp b/src/mame/drivers/pachifev.cpp index 335770743bf..d3b5fdc6972 100644 --- a/src/mame/drivers/pachifev.cpp +++ b/src/mame/drivers/pachifev.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /********************************************************************************************************** diff --git a/src/mame/drivers/pipeline.cpp b/src/mame/drivers/pipeline.cpp index ac50b77c0a0..f86d023571f 100644 --- a/src/mame/drivers/pipeline.cpp +++ b/src/mame/drivers/pipeline.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* PCB Layout diff --git a/src/mame/drivers/pitnrun.cpp b/src/mame/drivers/pitnrun.cpp index 6c2d6d7565f..48892f55959 100644 --- a/src/mame/drivers/pitnrun.cpp +++ b/src/mame/drivers/pitnrun.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli /**************************************************** Pit&Run - Taito 1984 diff --git a/src/mame/drivers/pturn.cpp b/src/mame/drivers/pturn.cpp index 09978a2489e..d519858b38c 100644 --- a/src/mame/drivers/pturn.cpp +++ b/src/mame/drivers/pturn.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Tatsuyuki Satoh /* Parallel Turn diff --git a/src/mame/drivers/quizo.cpp b/src/mame/drivers/quizo.cpp index bbac089f157..ca0e7a36ee1 100644 --- a/src/mame/drivers/quizo.cpp +++ b/src/mame/drivers/quizo.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /********************************************* Quiz Olympic (c)1985 Seoul Coin Corp. diff --git a/src/mame/drivers/rbmk.cpp b/src/mame/drivers/rbmk.cpp index 2fdbe11ca1b..59f83c6889e 100644 --- a/src/mame/drivers/rbmk.cpp +++ b/src/mame/drivers/rbmk.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, David Haywood /* Real Battle Mahjong King by 'Game Men System Co. Ltd.' diff --git a/src/mame/drivers/rltennis.cpp b/src/mame/drivers/rltennis.cpp index 39956156114..4eb15de6106 100644 --- a/src/mame/drivers/rltennis.cpp +++ b/src/mame/drivers/rltennis.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /**************************************************************************************** Reality Tennis - (c) 1993 TCH diff --git a/src/mame/drivers/sfkick.cpp b/src/mame/drivers/sfkick.cpp index 291f60b074e..f5211ae3dae 100644 --- a/src/mame/drivers/sfkick.cpp +++ b/src/mame/drivers/sfkick.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Super Free Kick / Spinkick by HEC (Haesung Enterprise Co.) diff --git a/src/mame/drivers/sg1000a.cpp b/src/mame/drivers/sg1000a.cpp index bd75fd404b9..6daec4ab001 100644 --- a/src/mame/drivers/sg1000a.cpp +++ b/src/mame/drivers/sg1000a.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /********************************************************* Sega hardware based on their SG-1000 console diff --git a/src/mame/drivers/simple_st0016.cpp b/src/mame/drivers/simple_st0016.cpp index 87ec5f3e308..2689a1fc592 100644 --- a/src/mame/drivers/simple_st0016.cpp +++ b/src/mame/drivers/simple_st0016.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /******************************************* diff --git a/src/mame/drivers/skyarmy.cpp b/src/mame/drivers/skyarmy.cpp index 79d57ebafac..1494ee5f209 100644 --- a/src/mame/drivers/skyarmy.cpp +++ b/src/mame/drivers/skyarmy.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Ryan Holtz /* 2010.04.05. stephh diff --git a/src/mame/drivers/sliver.cpp b/src/mame/drivers/sliver.cpp index 4a32ce3c7ce..69e7f03c1ca 100644 --- a/src/mame/drivers/sliver.cpp +++ b/src/mame/drivers/sliver.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Sliver - Hollow Corp.1996 diff --git a/src/mame/drivers/snesb.cpp b/src/mame/drivers/snesb.cpp index 78b3d785aa0..0010ac07d65 100644 --- a/src/mame/drivers/snesb.cpp +++ b/src/mame/drivers/snesb.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Peter Ferrie,Stephane Humbert /*************************************************************************** diff --git a/src/mame/drivers/sothello.cpp b/src/mame/drivers/sothello.cpp index 58d91f6641c..6c53747b815 100644 --- a/src/mame/drivers/sothello.cpp +++ b/src/mame/drivers/sothello.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Super Othello (c)1986 Fujiwara/Success diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp index 91c1a3e31f0..a625bdefa15 100644 --- a/src/mame/drivers/speglsht.cpp +++ b/src/mame/drivers/speglsht.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Super Eagle Shot diff --git a/src/mame/drivers/srmp5.cpp b/src/mame/drivers/srmp5.cpp index e9bb605cc9b..572da2addbe 100644 --- a/src/mame/drivers/srmp5.cpp +++ b/src/mame/drivers/srmp5.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* diff --git a/src/mame/drivers/ssfindo.cpp b/src/mame/drivers/ssfindo.cpp index 2a94dfef114..7ea734f7c43 100644 --- a/src/mame/drivers/ssfindo.cpp +++ b/src/mame/drivers/ssfindo.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************ diff --git a/src/mame/drivers/ssingles.cpp b/src/mame/drivers/ssingles.cpp index 7185169f784..89ed37dc7c2 100644 --- a/src/mame/drivers/ssingles.cpp +++ b/src/mame/drivers/ssingles.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* 'Swinging Singles' US distribution by Ent. Ent. Ltd diff --git a/src/mame/drivers/ssrj.cpp b/src/mame/drivers/ssrj.cpp index 8857342d8e3..22e8c43d2cf 100644 --- a/src/mame/drivers/ssrj.cpp +++ b/src/mame/drivers/ssrj.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*********************************** Super Speed Race Jr (c) 1985 Taito diff --git a/src/mame/drivers/superwng.cpp b/src/mame/drivers/superwng.cpp index 5445aab4b28..b0df93878b7 100644 --- a/src/mame/drivers/superwng.cpp +++ b/src/mame/drivers/superwng.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /**************************************************************************************** diff --git a/src/mame/drivers/taito_o.cpp b/src/mame/drivers/taito_o.cpp index 642a677a191..224d5f3b746 100644 --- a/src/mame/drivers/taito_o.cpp +++ b/src/mame/drivers/taito_o.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************** diff --git a/src/mame/drivers/tattack.cpp b/src/mame/drivers/tattack.cpp index 84da25e0295..5f3bb040287 100644 --- a/src/mame/drivers/tattack.cpp +++ b/src/mame/drivers/tattack.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /**************************************************************************** Time Attacker diff --git a/src/mame/drivers/tcl.cpp b/src/mame/drivers/tcl.cpp index 0cbc2e6d8d4..88e43458c33 100644 --- a/src/mame/drivers/tcl.cpp +++ b/src/mame/drivers/tcl.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* Taiwan Chess Legend diff --git a/src/mame/drivers/vega.cpp b/src/mame/drivers/vega.cpp index 144625a4c43..0626200b647 100644 --- a/src/mame/drivers/vega.cpp +++ b/src/mame/drivers/vega.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** Vega by Olympia diff --git a/src/mame/drivers/witch.cpp b/src/mame/drivers/witch.cpp index d9b9054d903..080af26c1ce 100644 --- a/src/mame/drivers/witch.cpp +++ b/src/mame/drivers/witch.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /* diff --git a/src/mame/includes/4enraya.h b/src/mame/includes/4enraya.h index 9d2fcb0a6c0..69aac584470 100644 --- a/src/mame/includes/4enraya.h +++ b/src/mame/includes/4enraya.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Roberto Fresca /************************************************************************* diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h index 90c44556ea0..5d2e859d8e6 100644 --- a/src/mame/includes/eolith.h +++ b/src/mame/includes/eolith.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli #include "cpu/mcs51/mcs51.h" diff --git a/src/mame/includes/fcombat.h b/src/mame/includes/fcombat.h index 60fd8ddadf6..b5561e7ace1 100644 --- a/src/mame/includes/fcombat.h +++ b/src/mame/includes/fcombat.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina diff --git a/src/mame/includes/freekick.h b/src/mame/includes/freekick.h index c71635c923b..f9dcec5cc70 100644 --- a/src/mame/includes/freekick.h +++ b/src/mame/includes/freekick.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,David Haywood diff --git a/src/mame/includes/homerun.h b/src/mame/includes/homerun.h index 49d16b553a5..17c5f193ed8 100644 --- a/src/mame/includes/homerun.h +++ b/src/mame/includes/homerun.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************* diff --git a/src/mame/includes/ksayakyu.h b/src/mame/includes/ksayakyu.h index 37cf048a7cd..53cc749a741 100644 --- a/src/mame/includes/ksayakyu.h +++ b/src/mame/includes/ksayakyu.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************* diff --git a/src/mame/includes/ladyfrog.h b/src/mame/includes/ladyfrog.h index 736f63d13d3..5e4138de430 100644 --- a/src/mame/includes/ladyfrog.h +++ b/src/mame/includes/ladyfrog.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************* diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h index 7d7be43f1bb..0840ce2c9e3 100644 --- a/src/mame/includes/mustache.h +++ b/src/mame/includes/mustache.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "audio/seibu.h" // for seibu_sound_decrypt on the MAIN cpu (not sound) diff --git a/src/mame/includes/nycaptor.h b/src/mame/includes/nycaptor.h index 87f30a9459b..267d627439a 100644 --- a/src/mame/includes/nycaptor.h +++ b/src/mame/includes/nycaptor.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "machine/gen_latch.h" diff --git a/src/mame/includes/pitnrun.h b/src/mame/includes/pitnrun.h index 0e352c99023..8136a9a80a6 100644 --- a/src/mame/includes/pitnrun.h +++ b/src/mame/includes/pitnrun.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli class pitnrun_state : public driver_device { diff --git a/src/mame/includes/rltennis.h b/src/mame/includes/rltennis.h index 986244bcc45..c2d3b882ab1 100644 --- a/src/mame/includes/rltennis.h +++ b/src/mame/includes/rltennis.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "sound/dac.h" diff --git a/src/mame/includes/simple_st0016.h b/src/mame/includes/simple_st0016.h index 9b535c80d53..51675377f55 100644 --- a/src/mame/includes/simple_st0016.h +++ b/src/mame/includes/simple_st0016.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "machine/st0016.h" diff --git a/src/mame/includes/ssrj.h b/src/mame/includes/ssrj.h index 52bc1529c6b..19d2cf14753 100644 --- a/src/mame/includes/ssrj.h +++ b/src/mame/includes/ssrj.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina class ssrj_state : public driver_device { diff --git a/src/mame/includes/taito_o.h b/src/mame/includes/taito_o.h index a3ae26b3e5e..04ee97ec5f3 100644 --- a/src/mame/includes/taito_o.h +++ b/src/mame/includes/taito_o.h @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************* diff --git a/src/mame/machine/nycaptor.cpp b/src/mame/machine/nycaptor.cpp index 6d2645a98ac..8a3f61311bf 100644 --- a/src/mame/machine/nycaptor.cpp +++ b/src/mame/machine/nycaptor.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/machine/pitnrun.cpp b/src/mame/machine/pitnrun.cpp index 01bc5b7dd1e..1e8ab1091c1 100644 --- a/src/mame/machine/pitnrun.cpp +++ b/src/mame/machine/pitnrun.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli /*************************************************************************** diff --git a/src/mame/video/4enraya.cpp b/src/mame/video/4enraya.cpp index ca22f8cc518..d4cbe45da7c 100644 --- a/src/mame/video/4enraya.cpp +++ b/src/mame/video/4enraya.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Roberto Fresca /*************************************************************************** diff --git a/src/mame/video/eolith.cpp b/src/mame/video/eolith.cpp index 54299915d0b..306766a1676 100644 --- a/src/mame/video/eolith.cpp +++ b/src/mame/video/eolith.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli #include "emu.h" #include "includes/eolith.h" diff --git a/src/mame/video/fcombat.cpp b/src/mame/video/fcombat.cpp index 086db4a6b0c..80f0e6764f9 100644 --- a/src/mame/video/fcombat.cpp +++ b/src/mame/video/fcombat.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/video/freekick.cpp b/src/mame/video/freekick.cpp index 0feab9e3740..a02f0068ad7 100644 --- a/src/mame/video/freekick.cpp +++ b/src/mame/video/freekick.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina,David Haywood /* Free Kick Video Hardware */ diff --git a/src/mame/video/homerun.cpp b/src/mame/video/homerun.cpp index 7a814a7f5f5..3bb2660b868 100644 --- a/src/mame/video/homerun.cpp +++ b/src/mame/video/homerun.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /************************************************************************* diff --git a/src/mame/video/ksayakyu.cpp b/src/mame/video/ksayakyu.cpp index d266bf4446c..0894ca23257 100644 --- a/src/mame/video/ksayakyu.cpp +++ b/src/mame/video/ksayakyu.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "emu.h" #include "includes/ksayakyu.h" diff --git a/src/mame/video/ladyfrog.cpp b/src/mame/video/ladyfrog.cpp index 77c5bd0f59f..cbaaf56beb0 100644 --- a/src/mame/video/ladyfrog.cpp +++ b/src/mame/video/ladyfrog.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/video/mustache.cpp b/src/mame/video/mustache.cpp index ca720e389e2..0cf8abb819f 100644 --- a/src/mame/video/mustache.cpp +++ b/src/mame/video/mustache.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/video/nycaptor.cpp b/src/mame/video/nycaptor.cpp index 22c82f9d9e7..56739d13812 100644 --- a/src/mame/video/nycaptor.cpp +++ b/src/mame/video/nycaptor.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** diff --git a/src/mame/video/pitnrun.cpp b/src/mame/video/pitnrun.cpp index 54d00362c0c..86a9b8c770c 100644 --- a/src/mame/video/pitnrun.cpp +++ b/src/mame/video/pitnrun.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli /*************************************************************************** diff --git a/src/mame/video/rltennis.cpp b/src/mame/video/rltennis.cpp index c2e4302b849..0a3ada8a550 100644 --- a/src/mame/video/rltennis.cpp +++ b/src/mame/video/rltennis.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /**************************************************************************************** Reality Tennis - (c) 1993 TCH diff --git a/src/mame/video/ssrj.cpp b/src/mame/video/ssrj.cpp index f1add07a9e9..02668420cdb 100644 --- a/src/mame/video/ssrj.cpp +++ b/src/mame/video/ssrj.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina #include "emu.h" #include "includes/ssrj.h" diff --git a/src/mame/video/taito_o.cpp b/src/mame/video/taito_o.cpp index 6756262b41b..9482c64e315 100644 --- a/src/mame/video/taito_o.cpp +++ b/src/mame/video/taito_o.cpp @@ -1,4 +1,4 @@ -// license:LGPL-2.1+ +// license:BSD-3-Clause // copyright-holders:Tomasz Slanina /*************************************************************************** -- cgit v1.2.3