From bdceff2b2cbc5268f6019e97966b005a1301e8d7 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 15 May 2015 13:04:37 +0200 Subject: [PATCH] updated rest of files according to driver license (nw) --- src/mame/audio/asteroid.c | 4 ++-- src/mame/audio/aztarac.c | 4 ++-- src/mame/audio/bwidow.c | 4 ++-- src/mame/audio/bzone.c | 4 ++-- src/mame/audio/cclimber.c | 4 ++-- src/mame/audio/dragrace.c | 2 +- src/mame/audio/poolshrk.c | 2 +- src/mame/includes/88games.h | 4 ++-- src/mame/includes/arkanoid.h | 4 ++-- src/mame/includes/armedf.h | 2 +- src/mame/includes/asterix.h | 4 ++-- src/mame/includes/asteroid.h | 4 ++-- src/mame/includes/aztarac.h | 4 ++-- src/mame/includes/bfm_ad5.h | 2 +- src/mame/includes/bfm_sc5.h | 2 +- src/mame/includes/bionicc.h | 2 +- src/mame/includes/bking.h | 2 +- src/mame/includes/bwidow.h | 4 ++-- src/mame/includes/bzone.h | 4 ++-- src/mame/includes/carjmbre.h | 4 ++-- src/mame/includes/cbasebal.h | 4 ++-- src/mame/includes/cclimber.h | 4 ++-- src/mame/includes/centiped.h | 4 ++-- src/mame/includes/cheekyms.h | 2 +- src/mame/includes/chihiro.h | 2 +- src/mame/includes/chqflag.h | 4 ++-- src/mame/includes/circusc.h | 4 ++-- src/mame/includes/citycon.h | 4 ++-- src/mame/includes/cloak.h | 4 ++-- src/mame/includes/cosmic.h | 4 ++-- src/mame/includes/deadang.h | 4 ++-- src/mame/includes/djboy.h | 2 +- src/mame/includes/djmain.h | 4 ++-- src/mame/includes/docastle.h | 4 ++-- src/mame/includes/dragrace.h | 2 +- src/mame/includes/espial.h | 4 ++-- src/mame/includes/exedexes.h | 2 +- src/mame/includes/hyprduel.h | 4 ++-- src/mame/includes/lordgun.h | 4 ++-- src/mame/includes/maygay1b.h | 2 +- src/mame/includes/mpu4.h | 2 +- src/mame/includes/poolshrk.h | 2 +- src/mame/machine/arkanoid.c | 4 ++-- src/mame/machine/asteroid.c | 4 ++-- src/mame/machine/cclimber.c | 4 ++-- src/mame/machine/docastle.c | 4 ++-- src/mame/video/88games.c | 4 ++-- src/mame/video/arkanoid.c | 4 ++-- src/mame/video/armedf.c | 2 +- src/mame/video/asterix.c | 4 ++-- src/mame/video/aztarac.c | 4 ++-- src/mame/video/bionicc.c | 2 +- src/mame/video/bking.c | 2 +- src/mame/video/carjmbre.c | 4 ++-- src/mame/video/cbasebal.c | 4 ++-- src/mame/video/cclimber.c | 4 ++-- src/mame/video/centiped.c | 4 ++-- src/mame/video/cheekyms.c | 2 +- src/mame/video/chihiro.c | 2 +- src/mame/video/chqflag.c | 4 ++-- src/mame/video/circusc.c | 4 ++-- src/mame/video/citycon.c | 4 ++-- src/mame/video/cloak.c | 4 ++-- src/mame/video/cosmic.c | 4 ++-- src/mame/video/deadang.c | 4 ++-- src/mame/video/djboy.c | 2 +- src/mame/video/djmain.c | 4 ++-- src/mame/video/docastle.c | 4 ++-- src/mame/video/dragrace.c | 2 +- src/mame/video/espial.c | 4 ++-- src/mame/video/exedexes.c | 2 +- src/mame/video/poolshrk.c | 2 +- 72 files changed, 120 insertions(+), 120 deletions(-) diff --git a/src/mame/audio/asteroid.c b/src/mame/audio/asteroid.c index ee9be14aeed..1e79f1950b9 100644 --- a/src/mame/audio/asteroid.c +++ b/src/mame/audio/asteroid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas /***************************************************************************** * * Asteroids Analog Sound system interface diff --git a/src/mame/audio/aztarac.c b/src/mame/audio/aztarac.c index 2349a3fed86..f30484842c5 100644 --- a/src/mame/audio/aztarac.c +++ b/src/mame/audio/aztarac.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Mathis Rosenhauer /*************************************************************************** Centuri Aztarac hardware diff --git a/src/mame/audio/bwidow.c b/src/mame/audio/bwidow.c index 8de697b31a1..65a242557d0 100644 --- a/src/mame/audio/bwidow.c +++ b/src/mame/audio/bwidow.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas diff --git a/src/mame/audio/bzone.c b/src/mame/audio/bzone.c index d3d21abfb12..2f32fcda03d 100644 --- a/src/mame/audio/bzone.c +++ b/src/mame/audio/bzone.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Nicola Salmoria /* Battlezone sound info, courtesy of Al Kossow: diff --git a/src/mame/audio/cclimber.c b/src/mame/audio/cclimber.c index 7205c5307ac..80108dddb91 100644 --- a/src/mame/audio/cclimber.c +++ b/src/mame/audio/cclimber.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria #include "emu.h" #include "sound/ay8910.h" #include "audio/cclimber.h" diff --git a/src/mame/audio/dragrace.c b/src/mame/audio/dragrace.c index 183f1c1811e..feb19dc00cd 100644 --- a/src/mame/audio/dragrace.c +++ b/src/mame/audio/dragrace.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /************************************************************************* audio\dragrace.c diff --git a/src/mame/audio/poolshrk.c b/src/mame/audio/poolshrk.c index d60663bdd0d..4107a585b24 100644 --- a/src/mame/audio/poolshrk.c +++ b/src/mame/audio/poolshrk.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /************************************************************************* audio\poolshrk.c diff --git a/src/mame/includes/88games.h b/src/mame/includes/88games.h index 6dd7ad424ed..f2ebec8ac88 100644 --- a/src/mame/includes/88games.h +++ b/src/mame/includes/88games.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /************************************************************************* 88 Games diff --git a/src/mame/includes/arkanoid.h b/src/mame/includes/arkanoid.h index a66c01ddb72..79cf2ea6739 100644 --- a/src/mame/includes/arkanoid.h +++ b/src/mame/includes/arkanoid.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /* This it the best way to allow game specific kludges until the system is fully understood */ enum { ARKUNK = 0, /* unknown bootlegs for inclusion of possible new sets */ diff --git a/src/mame/includes/armedf.h b/src/mame/includes/armedf.h index 5533202a3dc..c61449857bd 100644 --- a/src/mame/includes/armedf.h +++ b/src/mame/includes/armedf.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood, Phil Stroffolino, Carlos A. Lozano #include "includes/nb1414m4.h" #include "video/bufsprite.h" diff --git a/src/mame/includes/asterix.h b/src/mame/includes/asterix.h index fcee83852e8..6bc29450828 100644 --- a/src/mame/includes/asterix.h +++ b/src/mame/includes/asterix.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Olivier Galibert /************************************************************************* Asterix diff --git a/src/mame/includes/asteroid.h b/src/mame/includes/asteroid.h index 0a6f59bbaef..3ad4b96e4a7 100644 --- a/src/mame/includes/asteroid.h +++ b/src/mame/includes/asteroid.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas /************************************************************************* Atari Asteroids hardware diff --git a/src/mame/includes/aztarac.h b/src/mame/includes/aztarac.h index 4a79397a219..3f8842ce199 100644 --- a/src/mame/includes/aztarac.h +++ b/src/mame/includes/aztarac.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Mathis Rosenhauer /************************************************************************* Centuri Aztarac hardware diff --git a/src/mame/includes/bfm_ad5.h b/src/mame/includes/bfm_ad5.h index e664e3716ab..ef2c51c1f52 100644 --- a/src/mame/includes/bfm_ad5.h +++ b/src/mame/includes/bfm_ad5.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood #include "cpu/m68000/m68000.h" #include "includes/bfm_sc45.h" diff --git a/src/mame/includes/bfm_sc5.h b/src/mame/includes/bfm_sc5.h index f2a12e7ed0f..0964745ef52 100644 --- a/src/mame/includes/bfm_sc5.h +++ b/src/mame/includes/bfm_sc5.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood #include "cpu/m68000/m68000.h" #include "includes/bfm_sc45.h" diff --git a/src/mame/includes/bionicc.h b/src/mame/includes/bionicc.h index b814acb2051..1fd57dd5e7c 100644 --- a/src/mame/includes/bionicc.h +++ b/src/mame/includes/bionicc.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman /*************************************************************************** Bionic Commando diff --git a/src/mame/includes/bking.h b/src/mame/includes/bking.h index 6f2a04284c7..539ceb9a579 100644 --- a/src/mame/includes/bking.h +++ b/src/mame/includes/bking.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Ed Mueller, Mike Balfour, Zsolt Vasvari #include "machine/buggychl.h" class bking_state : public driver_device diff --git a/src/mame/includes/bwidow.h b/src/mame/includes/bwidow.h index 4a2c4212e64..de748c4a66d 100644 --- a/src/mame/includes/bwidow.h +++ b/src/mame/includes/bwidow.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas #ifndef BWIDOW_H_ #define BWIDOW_H_ diff --git a/src/mame/includes/bzone.h b/src/mame/includes/bzone.h index 83b5c4d27d4..fdf97f9d269 100644 --- a/src/mame/includes/bzone.h +++ b/src/mame/includes/bzone.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Nicola Salmoria /************************************************************************* Atari Battle Zone hardware diff --git a/src/mame/includes/carjmbre.h b/src/mame/includes/carjmbre.h index 4f0a927cece..93a7a8b95e5 100644 --- a/src/mame/includes/carjmbre.h +++ b/src/mame/includes/carjmbre.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:inside out boy, Nicola Salmoria /*************************************************************************** carjmbre diff --git a/src/mame/includes/cbasebal.h b/src/mame/includes/cbasebal.h index 1cc3380eabe..5c9428de199 100644 --- a/src/mame/includes/cbasebal.h +++ b/src/mame/includes/cbasebal.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /************************************************************************* Capcom Baseball diff --git a/src/mame/includes/cclimber.h b/src/mame/includes/cclimber.h index a3389f24be0..9939d71fe13 100644 --- a/src/mame/includes/cclimber.h +++ b/src/mame/includes/cclimber.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria class cclimber_state : public driver_device { public: diff --git a/src/mame/includes/centiped.h b/src/mame/includes/centiped.h index 2abaaa59ba2..74eb06ad0c6 100644 --- a/src/mame/includes/centiped.h +++ b/src/mame/includes/centiped.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /************************************************************************* Atari Centipede hardware diff --git a/src/mame/includes/cheekyms.h b/src/mame/includes/cheekyms.h index 7cfb0241efd..b96c6032a73 100644 --- a/src/mame/includes/cheekyms.h +++ b/src/mame/includes/cheekyms.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Chris Moore /************************************************************************* Cheeky Mouse diff --git a/src/mame/includes/chihiro.h b/src/mame/includes/chihiro.h index 685bb48d6d2..d6dee5f599e 100644 --- a/src/mame/includes/chihiro.h +++ b/src/mame/includes/chihiro.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Samuele Zannoli /* * geforce 3d (NV2A) vertex program disassembler */ diff --git a/src/mame/includes/chqflag.h b/src/mame/includes/chqflag.h index f2772ba0eb0..22127cce04b 100644 --- a/src/mame/includes/chqflag.h +++ b/src/mame/includes/chqflag.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Manuel Abadia /************************************************************************* Chequered Flag diff --git a/src/mame/includes/circusc.h b/src/mame/includes/circusc.h index f29f0393ea5..1b4ebec80ed 100644 --- a/src/mame/includes/circusc.h +++ b/src/mame/includes/circusc.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria,Chris Hardy /************************************************************************* Circus Charlie diff --git a/src/mame/includes/citycon.h b/src/mame/includes/citycon.h index be09bd81efe..4204710e97a 100644 --- a/src/mame/includes/citycon.h +++ b/src/mame/includes/citycon.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Mirko Buffoni /************************************************************************* City Connection diff --git a/src/mame/includes/cloak.h b/src/mame/includes/cloak.h index 75c0d383c0d..0cca75c9ce3 100644 --- a/src/mame/includes/cloak.h +++ b/src/mame/includes/cloak.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Dan Boris, Mirko Buffoni /************************************************************************* Atari Cloak & Dagger hardware diff --git a/src/mame/includes/cosmic.h b/src/mame/includes/cosmic.h index f1f8eb74ac9..02e3dce20f1 100644 --- a/src/mame/includes/cosmic.h +++ b/src/mame/includes/cosmic.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Lee Taylor /************************************************************************* Cosmic Guerilla & other Universal boards (in cosmic.c) diff --git a/src/mame/includes/deadang.h b/src/mame/includes/deadang.h index 4ffa507392c..e1339637ed2 100644 --- a/src/mame/includes/deadang.h +++ b/src/mame/includes/deadang.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Bryan McPhail, David Haywood #include "audio/seibu.h" class deadang_state : public driver_device diff --git a/src/mame/includes/djboy.h b/src/mame/includes/djboy.h index 6999453873a..bff657388ed 100644 --- a/src/mame/includes/djboy.h +++ b/src/mame/includes/djboy.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Phil Stroffolino /************************************************************************* DJ Boy diff --git a/src/mame/includes/djmain.h b/src/mame/includes/djmain.h index de04caf5d9f..975b2f34dae 100644 --- a/src/mame/includes/djmain.h +++ b/src/mame/includes/djmain.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:smf #include "machine/ataintf.h" #include "video/konami_helper.h" #include "video/k054156_k054157_k056832.h" diff --git a/src/mame/includes/docastle.h b/src/mame/includes/docastle.h index fd63b4678b5..165e6667ed7 100644 --- a/src/mame/includes/docastle.h +++ b/src/mame/includes/docastle.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** Mr. Do's Castle hardware diff --git a/src/mame/includes/dragrace.h b/src/mame/includes/dragrace.h index dbb260d83b5..c6048948a39 100644 --- a/src/mame/includes/dragrace.h +++ b/src/mame/includes/dragrace.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /************************************************************************* Atari Drag Race hardware diff --git a/src/mame/includes/espial.h b/src/mame/includes/espial.h index b0e43a2a4fb..1b9479309bf 100644 --- a/src/mame/includes/espial.h +++ b/src/mame/includes/espial.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** Espial hardware games (drivers: espial.c) diff --git a/src/mame/includes/exedexes.h b/src/mame/includes/exedexes.h index 392a9389113..8bd9693bc4f 100644 --- a/src/mame/includes/exedexes.h +++ b/src/mame/includes/exedexes.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Richard Davies /************************************************************************* Exed Exes diff --git a/src/mame/includes/hyprduel.h b/src/mame/includes/hyprduel.h index bd3f7353c49..23b676d8529 100644 --- a/src/mame/includes/hyprduel.h +++ b/src/mame/includes/hyprduel.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Luca Elia, Hau #define RASTER_LINES 262 #define FIRST_VISIBLE_LINE 0 #define LAST_VISIBLE_LINE 223 diff --git a/src/mame/includes/lordgun.h b/src/mame/includes/lordgun.h index 1666e237ae5..875e476609a 100644 --- a/src/mame/includes/lordgun.h +++ b/src/mame/includes/lordgun.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Luca Elia /************************************************************************* -= IGS Lord Of Gun =- diff --git a/src/mame/includes/maygay1b.h b/src/mame/includes/maygay1b.h index b07cfe00bc9..20bb2c2e316 100644 --- a/src/mame/includes/maygay1b.h +++ b/src/mame/includes/maygay1b.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood diff --git a/src/mame/includes/mpu4.h b/src/mame/includes/mpu4.h index 331e65acdec..0ad1eca63da 100644 --- a/src/mame/includes/mpu4.h +++ b/src/mame/includes/mpu4.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood #include "machine/6821pia.h" #include "machine/6840ptm.h" diff --git a/src/mame/includes/poolshrk.h b/src/mame/includes/poolshrk.h index 24ec0b5abaf..530f113bf95 100644 --- a/src/mame/includes/poolshrk.h +++ b/src/mame/includes/poolshrk.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /************************************************************************* Atari Pool Shark hardware diff --git a/src/mame/machine/arkanoid.c b/src/mame/machine/arkanoid.c index ba023058829..4153fcbc27e 100644 --- a/src/mame/machine/arkanoid.c +++ b/src/mame/machine/arkanoid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** machine.c diff --git a/src/mame/machine/asteroid.c b/src/mame/machine/asteroid.c index 2218b763f21..9c844e6f5b7 100644 --- a/src/mame/machine/asteroid.c +++ b/src/mame/machine/asteroid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas /*************************************************************************** machine.c diff --git a/src/mame/machine/cclimber.c b/src/mame/machine/cclimber.c index a599d0b72ed..803d1c00947 100644 --- a/src/mame/machine/cclimber.c +++ b/src/mame/machine/cclimber.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria #include "emu.h" #include "includes/cclimber.h" diff --git a/src/mame/machine/docastle.c b/src/mame/machine/docastle.c index cd6e5473139..d4bc39159a6 100644 --- a/src/mame/machine/docastle.c +++ b/src/mame/machine/docastle.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** machine.c diff --git a/src/mame/video/88games.c b/src/mame/video/88games.c index d817b662472..b7b34342c01 100644 --- a/src/mame/video/88games.c +++ b/src/mame/video/88games.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria #include "emu.h" #include "includes/88games.h" diff --git a/src/mame/video/arkanoid.c b/src/mame/video/arkanoid.c index 53f66486b67..12041d9742c 100644 --- a/src/mame/video/arkanoid.c +++ b/src/mame/video/arkanoid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** video.c diff --git a/src/mame/video/armedf.c b/src/mame/video/armedf.c index 60a26a39a34..31207154c5f 100644 --- a/src/mame/video/armedf.c +++ b/src/mame/video/armedf.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Haywood, Phil Stroffolino, Carlos A. Lozano /*************************************************************************** Armed Formation video emulation diff --git a/src/mame/video/asterix.c b/src/mame/video/asterix.c index 01abe5cd59c..abe7b8567fe 100644 --- a/src/mame/video/asterix.c +++ b/src/mame/video/asterix.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Olivier Galibert #include "emu.h" #include "includes/asterix.h" diff --git a/src/mame/video/aztarac.c b/src/mame/video/aztarac.c index 6fe600c49a2..8922541fe8f 100644 --- a/src/mame/video/aztarac.c +++ b/src/mame/video/aztarac.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Mathis Rosenhauer /************************************************************************* Centuri Aztarac hardware diff --git a/src/mame/video/bionicc.c b/src/mame/video/bionicc.c index cd3f82db575..6f61d0ff32b 100644 --- a/src/mame/video/bionicc.c +++ b/src/mame/video/bionicc.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman /*************************************************************************** Bionic Commando Video Hardware diff --git a/src/mame/video/bking.c b/src/mame/video/bking.c index 2d483e6756b..87b0795ea05 100644 --- a/src/mame/video/bking.c +++ b/src/mame/video/bking.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Ed Mueller, Mike Balfour, Zsolt Vasvari /*************************************************************************** bking.c diff --git a/src/mame/video/carjmbre.c b/src/mame/video/carjmbre.c index 919435732d5..de3d8edbee5 100644 --- a/src/mame/video/carjmbre.c +++ b/src/mame/video/carjmbre.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:inside out boy, Nicola Salmoria /*************************************************************************** Car Jamboree diff --git a/src/mame/video/cbasebal.c b/src/mame/video/cbasebal.c index bee49309c0d..cd7a368de4f 100644 --- a/src/mame/video/cbasebal.c +++ b/src/mame/video/cbasebal.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria #include "emu.h" #include "includes/cbasebal.h" diff --git a/src/mame/video/cclimber.c b/src/mame/video/cclimber.c index 1e9ec2890e9..80c614148aa 100644 --- a/src/mame/video/cclimber.c +++ b/src/mame/video/cclimber.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /*************************************************************************** video.c diff --git a/src/mame/video/centiped.c b/src/mame/video/centiped.c index 43ae1f15445..97b64d74c2a 100644 --- a/src/mame/video/centiped.c +++ b/src/mame/video/centiped.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /************************************************************************* Atari Centipede hardware diff --git a/src/mame/video/cheekyms.c b/src/mame/video/cheekyms.c index 0556ed58e50..5277e0fd7dc 100644 --- a/src/mame/video/cheekyms.c +++ b/src/mame/video/cheekyms.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Chris Moore /************************************************************************* Universal Cheeky Mouse Driver (c)Lee Taylor May 1998, All rights reserved. diff --git a/src/mame/video/chihiro.c b/src/mame/video/chihiro.c index d38bfb94596..a898a5322e7 100644 --- a/src/mame/video/chihiro.c +++ b/src/mame/video/chihiro.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Samuele Zannoli #include "emu.h" #include "video/poly.h" #include "bitmap.h" diff --git a/src/mame/video/chqflag.c b/src/mame/video/chqflag.c index 4bb64f2c0ff..74c8e12f8f0 100644 --- a/src/mame/video/chqflag.c +++ b/src/mame/video/chqflag.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Manuel Abadia /*************************************************************************** video.c diff --git a/src/mame/video/circusc.c b/src/mame/video/circusc.c index fe4a61ed5a7..0f5d59e1000 100644 --- a/src/mame/video/circusc.c +++ b/src/mame/video/circusc.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria,Chris Hardy /*************************************************************************** video.c diff --git a/src/mame/video/citycon.c b/src/mame/video/citycon.c index a65f4de2144..0466e4169e2 100644 --- a/src/mame/video/citycon.c +++ b/src/mame/video/citycon.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Mirko Buffoni /*************************************************************************** video.c diff --git a/src/mame/video/cloak.c b/src/mame/video/cloak.c index 2d78de0672a..f9138f25970 100644 --- a/src/mame/video/cloak.c +++ b/src/mame/video/cloak.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Dan Boris, Mirko Buffoni /*************************************************************************** Atari Cloak & Dagger hardware diff --git a/src/mame/video/cosmic.c b/src/mame/video/cosmic.c index 1fdf4ce1f1f..da6f49708d4 100644 --- a/src/mame/video/cosmic.c +++ b/src/mame/video/cosmic.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Lee Taylor /*************************************************************************** cosmic.c diff --git a/src/mame/video/deadang.c b/src/mame/video/deadang.c index 11c6748ba21..08885820a83 100644 --- a/src/mame/video/deadang.c +++ b/src/mame/video/deadang.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Bryan McPhail, David Haywood #include "emu.h" #include "includes/deadang.h" diff --git a/src/mame/video/djboy.c b/src/mame/video/djboy.c index f7e286b3f85..77938e8ac83 100644 --- a/src/mame/video/djboy.c +++ b/src/mame/video/djboy.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Phil Stroffolino /** * @file video/djboy.c * diff --git a/src/mame/video/djmain.c b/src/mame/video/djmain.c index c18ad6ba676..83221600e35 100644 --- a/src/mame/video/djmain.c +++ b/src/mame/video/djmain.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:smf /* * Beatmania DJ Main Board (GX753) * emulate video hardware diff --git a/src/mame/video/docastle.c b/src/mame/video/docastle.c index a8528418ec3..8a6e3a5b58f 100644 --- a/src/mame/video/docastle.c +++ b/src/mame/video/docastle.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** Mr. Do's Castle hardware diff --git a/src/mame/video/dragrace.c b/src/mame/video/dragrace.c index 4f585eab689..4bbbdd4907c 100644 --- a/src/mame/video/dragrace.c +++ b/src/mame/video/dragrace.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /*************************************************************************** Atari Drag Race video emulation diff --git a/src/mame/video/espial.c b/src/mame/video/espial.c index bc2690a4046..2ea5ffb2184 100644 --- a/src/mame/video/espial.c +++ b/src/mame/video/espial.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Brad Oliver /*************************************************************************** video.c diff --git a/src/mame/video/exedexes.c b/src/mame/video/exedexes.c index fd1c1daaadf..1636908abd3 100644 --- a/src/mame/video/exedexes.c +++ b/src/mame/video/exedexes.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Richard Davies /*************************************************************************** video.c diff --git a/src/mame/video/poolshrk.c b/src/mame/video/poolshrk.c index 08127e409d0..939380ff7f1 100644 --- a/src/mame/video/poolshrk.c +++ b/src/mame/video/poolshrk.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /*************************************************************************** Atari Poolshark video emulation