From c5b0aa514f64ed9750466864d2cad2683c3c2db7 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 18 May 2015 20:09:41 +0200 Subject: [PATCH] Update for Phill Harvey-Smith and Tim Lindner --- src/emu/bus/isa/xtide.c | 2 +- src/emu/bus/isa/xtide.h | 2 +- src/emu/cpu/tms7000/7000dasm.c | 2 +- src/emu/machine/ds1315.c | 2 +- src/emu/machine/ds1315.h | 2 +- src/mame/drivers/cheekyms.c | 4 ++-- src/mame/drivers/wgp.c | 2 +- src/mame/drivers/witch.c | 4 ++-- src/mame/drivers/wolfpack.c | 2 +- src/mame/drivers/xexex.c | 4 ++-- src/mame/drivers/xtom3d.c | 2 +- src/mame/drivers/zaxxon.c | 4 ++-- src/mess/drivers/mbc55x.c | 2 +- src/mess/drivers/rmnimbus.c | 2 +- src/mess/includes/mbc55x.h | 2 +- src/mess/includes/rmnimbus.h | 2 +- src/mess/machine/mbc55x.c | 2 +- src/mess/machine/rmnimbus.c | 2 +- src/mess/video/mbc55x.c | 2 +- src/mess/video/rmnimbus.c | 2 +- 20 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/emu/bus/isa/xtide.c b/src/emu/bus/isa/xtide.c index 95a296e347c..bde729cc012 100644 --- a/src/emu/bus/isa/xtide.c +++ b/src/emu/bus/isa/xtide.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /*************************************************************************** diff --git a/src/emu/bus/isa/xtide.h b/src/emu/bus/isa/xtide.h index 5779722d20d..762be607ea3 100644 --- a/src/emu/bus/isa/xtide.h +++ b/src/emu/bus/isa/xtide.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith #pragma once diff --git a/src/emu/cpu/tms7000/7000dasm.c b/src/emu/cpu/tms7000/7000dasm.c index a48127a4f2a..23560a29829 100644 --- a/src/emu/cpu/tms7000/7000dasm.c +++ b/src/emu/cpu/tms7000/7000dasm.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tim Lindner /* diff --git a/src/emu/machine/ds1315.c b/src/emu/machine/ds1315.c index 913c5413f5f..9036c18ba90 100644 --- a/src/emu/machine/ds1315.c +++ b/src/emu/machine/ds1315.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tim Lindner /***************************************************************************************** diff --git a/src/emu/machine/ds1315.h b/src/emu/machine/ds1315.h index 66923754649..0d5a7abc802 100644 --- a/src/emu/machine/ds1315.h +++ b/src/emu/machine/ds1315.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tim Lindner /********************************************************************* diff --git a/src/mame/drivers/cheekyms.c b/src/mame/drivers/cheekyms.c index 4df4bc1bacd..81f953de4f7 100644 --- a/src/mame/drivers/cheekyms.c +++ b/src/mame/drivers/cheekyms.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Chris Moore +// license:BSD-3-Clause +// copyright-holders:Lee Taylor, Chris Moore /************************************************************************* Universal Cheeky Mouse Driver (c)Lee Taylor May/June 1998, All rights reserved. diff --git a/src/mame/drivers/wgp.c b/src/mame/drivers/wgp.c index 9c82dd1fab1..03d8c97e055 100644 --- a/src/mame/drivers/wgp.c +++ b/src/mame/drivers/wgp.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:David Graves /*************************************************************************** World Grand Prix (c) Taito Corporation 1989 diff --git a/src/mame/drivers/witch.c b/src/mame/drivers/witch.c index 11bb7e1483e..5a80c7b5ce5 100644 --- a/src/mame/drivers/witch.c +++ b/src/mame/drivers/witch.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:LGPL-2.1+ +// copyright-holders:Tomasz Slanina /* Witch / Pinball Champ '95 diff --git a/src/mame/drivers/wolfpack.c b/src/mame/drivers/wolfpack.c index 83d80a3d61f..131c8444329 100644 --- a/src/mame/drivers/wolfpack.c +++ b/src/mame/drivers/wolfpack.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Stefan Jokisch /*************************************************************************** Atari Wolf Pack (prototype) driver diff --git a/src/mame/drivers/xexex.c b/src/mame/drivers/xexex.c index 8a96322a5ba..c4456151741 100644 --- a/src/mame/drivers/xexex.c +++ b/src/mame/drivers/xexex.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Olivier Galibert /*************************************************************************** Xexex (c) 1991 Konami - GX067 diff --git a/src/mame/drivers/xtom3d.c b/src/mame/drivers/xtom3d.c index 1da4a94531c..df6b92ec568 100644 --- a/src/mame/drivers/xtom3d.c +++ b/src/mame/drivers/xtom3d.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Guru /*************************************************************************** X Tom 3D diff --git a/src/mame/drivers/zaxxon.c b/src/mame/drivers/zaxxon.c index a34419396df..0b09caa8cab 100644 --- a/src/mame/drivers/zaxxon.c +++ b/src/mame/drivers/zaxxon.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria /*************************************************************************** Sega Zaxxon hardware diff --git a/src/mess/drivers/mbc55x.c b/src/mess/drivers/mbc55x.c index 7de30ccfc43..7c3017d0544 100644 --- a/src/mess/drivers/mbc55x.c +++ b/src/mess/drivers/mbc55x.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /* drivers/mbc55x.c diff --git a/src/mess/drivers/rmnimbus.c b/src/mess/drivers/rmnimbus.c index e0a7fd7139e..c7f8b066ef5 100644 --- a/src/mess/drivers/rmnimbus.c +++ b/src/mess/drivers/rmnimbus.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /* drivers/rmnimbus.c diff --git a/src/mess/includes/mbc55x.h b/src/mess/includes/mbc55x.h index 3560616b7bb..fc308aeaf3e 100644 --- a/src/mess/includes/mbc55x.h +++ b/src/mess/includes/mbc55x.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /* mbc55x.h diff --git a/src/mess/includes/rmnimbus.h b/src/mess/includes/rmnimbus.h index 9ac87447e70..60d2bb5abfe 100644 --- a/src/mess/includes/rmnimbus.h +++ b/src/mess/includes/rmnimbus.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith,Carl /* rmnimbus.c diff --git a/src/mess/machine/mbc55x.c b/src/mess/machine/mbc55x.c index c74d27d5774..f2e341d5f9c 100644 --- a/src/mess/machine/mbc55x.c +++ b/src/mess/machine/mbc55x.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /* machine/mbc55x.c diff --git a/src/mess/machine/rmnimbus.c b/src/mess/machine/rmnimbus.c index 14179d902da..fae0d92944a 100644 --- a/src/mess/machine/rmnimbus.c +++ b/src/mess/machine/rmnimbus.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith,Carl /* machine/rmnimbus.c diff --git a/src/mess/video/mbc55x.c b/src/mess/video/mbc55x.c index acc7ee37cc8..165c0979903 100644 --- a/src/mess/video/mbc55x.c +++ b/src/mess/video/mbc55x.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith /* video/mbc55x.c diff --git a/src/mess/video/rmnimbus.c b/src/mess/video/rmnimbus.c index 79e5a74699b..91bcc364c60 100644 --- a/src/mess/video/rmnimbus.c +++ b/src/mess/video/rmnimbus.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phill Harvey-Smith, Carl /* video/rmnimbus.c