From 1751b0e5bf181028a07758c287cf16f7b0fdbf11 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 21 May 2015 20:18:04 +0200 Subject: [PATCH] updating remaining for RB (nw) --- src/emu/bus/isa/mpu401.c | 2 +- src/emu/bus/isa/mpu401.h | 2 +- src/emu/bus/isa/sblaster.c | 2 +- src/emu/bus/isa/sblaster.h | 2 +- src/emu/cpu/sh4/sh3comn.c | 2 +- src/emu/cpu/sh4/sh3comn.h | 2 +- src/emu/cpu/sh4/sh4.c | 2 +- src/emu/cpu/sh4/sh4.h | 2 +- src/emu/cpu/sh4/sh4comn.c | 2 +- src/emu/cpu/sh4/sh4comn.h | 2 +- src/emu/cpu/sh4/sh4dasm.c | 2 +- src/emu/cpu/sh4/sh4dmac.c | 2 +- src/emu/cpu/sh4/sh4dmac.h | 2 +- src/emu/cpu/sh4/sh4regs.h | 2 +- src/emu/cpu/sh4/sh4tmu.c | 2 +- src/emu/cpu/sh4/sh4tmu.h | 2 +- src/lib/util/chdcd.c | 4 ++-- src/lib/util/chdcd.h | 4 ++-- src/mame/audio/snes_snd.c | 2 +- src/mame/audio/snes_snd.h | 2 +- src/mame/drivers/39in1.c | 2 +- src/mame/drivers/fruitpc.c | 2 +- src/mame/drivers/invqix.c | 2 +- src/mame/drivers/konamigx.c | 2 +- src/mame/drivers/lethal.c | 2 +- src/mame/drivers/mystwarr.c | 2 +- src/mame/drivers/rungun.c | 4 ++-- src/mame/drivers/savquest.c | 2 +- src/mame/drivers/voyager.c | 2 +- src/mame/drivers/vp101.c | 2 +- src/mame/includes/konamigx.h | 2 +- src/mame/includes/lethal.h | 2 +- src/mame/includes/moo.h | 2 +- src/mame/includes/mystwarr.h | 2 +- src/mame/includes/plygonet.h | 2 +- src/mame/includes/rungun.h | 4 ++-- src/mame/machine/konamigx.c | 2 +- src/mame/video/konamigx.c | 2 +- src/mame/video/lethal.c | 2 +- src/mame/video/moo.c | 2 +- src/mame/video/mystwarr.c | 2 +- src/mame/video/plygonet.c | 2 +- src/mame/video/rungun.c | 4 ++-- src/mess/audio/vboy.c | 2 +- src/mess/audio/vboy.h | 2 +- src/mess/drivers/gba.c | 2 +- src/mess/drivers/gp2x.c | 2 +- src/mess/drivers/hp16500.c | 2 +- src/mess/drivers/macpci.c | 2 +- src/mess/drivers/rsc55.c | 2 +- src/mess/includes/gba.h | 2 +- src/mess/includes/macpci.h | 2 +- src/mess/machine/macpci.c | 4 ++-- src/mess/video/gba.c | 2 +- 54 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/emu/bus/isa/mpu401.c b/src/emu/bus/isa/mpu401.c index 82084c994da..420a753b750 100644 --- a/src/emu/bus/isa/mpu401.c +++ b/src/emu/bus/isa/mpu401.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont,Kevin Horton +// copyright-holders:R. Belmont,Kevin Horton /*************************************************************************** MPU-401 MIDI device interface diff --git a/src/emu/bus/isa/mpu401.h b/src/emu/bus/isa/mpu401.h index 055148b38d0..b31bb3a2308 100644 --- a/src/emu/bus/isa/mpu401.h +++ b/src/emu/bus/isa/mpu401.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont,Kevin Horton +// copyright-holders:R. Belmont,Kevin Horton #pragma once #ifndef __ISA_MPU401_H__ diff --git a/src/emu/bus/isa/sblaster.c b/src/emu/bus/isa/sblaster.c index 4d0d9dbceda..b37067a2923 100644 --- a/src/emu/bus/isa/sblaster.c +++ b/src/emu/bus/isa/sblaster.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont, Miodrag Milanovic +// copyright-holders:R. Belmont, Miodrag Milanovic /*************************************************************************** ISA 8/16 bit Creative Labs Sound Blaster Sound Card diff --git a/src/emu/bus/isa/sblaster.h b/src/emu/bus/isa/sblaster.h index 26a3bd3e953..fc8be653fd1 100644 --- a/src/emu/bus/isa/sblaster.h +++ b/src/emu/bus/isa/sblaster.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont, Miodrag Milanovic +// copyright-holders:R. Belmont, Miodrag Milanovic #pragma once #ifndef __ISA_SOUND_BLASTER_H__ diff --git a/src/emu/cpu/sh4/sh3comn.c b/src/emu/cpu/sh4/sh3comn.c index 25254ebf96b..1fcacaa9165 100644 --- a/src/emu/cpu/sh4/sh3comn.c +++ b/src/emu/cpu/sh4/sh3comn.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /* Handlers for SH3 internals */ #include "emu.h" diff --git a/src/emu/cpu/sh4/sh3comn.h b/src/emu/cpu/sh4/sh3comn.h index 73cad125d98..8aa68c27b26 100644 --- a/src/emu/cpu/sh4/sh3comn.h +++ b/src/emu/cpu/sh4/sh3comn.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont #pragma once #ifndef __SH3COMN_H__ diff --git a/src/emu/cpu/sh4/sh4.c b/src/emu/cpu/sh4/sh4.c index a7269110b06..889fe12eb5c 100644 --- a/src/emu/cpu/sh4/sh4.c +++ b/src/emu/cpu/sh4/sh4.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /***************************************************************************** * * sh4.c diff --git a/src/emu/cpu/sh4/sh4.h b/src/emu/cpu/sh4/sh4.h index a2f008de886..2078d1e6435 100644 --- a/src/emu/cpu/sh4/sh4.h +++ b/src/emu/cpu/sh4/sh4.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /***************************************************************************** * * sh4->h diff --git a/src/emu/cpu/sh4/sh4comn.c b/src/emu/cpu/sh4/sh4comn.c index 7a4f6945d92..5052622e2d4 100644 --- a/src/emu/cpu/sh4/sh4comn.c +++ b/src/emu/cpu/sh4/sh4comn.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /***************************************************************************** * * sh4comn.c diff --git a/src/emu/cpu/sh4/sh4comn.h b/src/emu/cpu/sh4/sh4comn.h index ffb5a1b5bad..3aaec85692f 100644 --- a/src/emu/cpu/sh4/sh4comn.h +++ b/src/emu/cpu/sh4/sh4comn.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /***************************************************************************** * * sh4comn.h diff --git a/src/emu/cpu/sh4/sh4dasm.c b/src/emu/cpu/sh4/sh4dasm.c index 138c50fe3b1..cba1bea7bd5 100644 --- a/src/emu/cpu/sh4/sh4dasm.c +++ b/src/emu/cpu/sh4/sh4dasm.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont #include "emu.h" #include "debugger.h" #include "sh4.h" diff --git a/src/emu/cpu/sh4/sh4dmac.c b/src/emu/cpu/sh4/sh4dmac.c index 2f2ff993923..6d3fef194ba 100644 --- a/src/emu/cpu/sh4/sh4dmac.c +++ b/src/emu/cpu/sh4/sh4dmac.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /* SHA3/4 DMA Controller */ #include "emu.h" diff --git a/src/emu/cpu/sh4/sh4dmac.h b/src/emu/cpu/sh4/sh4dmac.h index 3c9e4b9e6f7..60148653c2b 100644 --- a/src/emu/cpu/sh4/sh4dmac.h +++ b/src/emu/cpu/sh4/sh4dmac.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /* SHA3/4 DMA Controller */ /* bit definitions */ diff --git a/src/emu/cpu/sh4/sh4regs.h b/src/emu/cpu/sh4/sh4regs.h index e6c5691b0f6..384f062858e 100644 --- a/src/emu/cpu/sh4/sh4regs.h +++ b/src/emu/cpu/sh4/sh4regs.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont #pragma once #ifndef __SH4REGS_H__ diff --git a/src/emu/cpu/sh4/sh4tmu.c b/src/emu/cpu/sh4/sh4tmu.c index e96e7d6e297..89b59ac42ee 100644 --- a/src/emu/cpu/sh4/sh4tmu.c +++ b/src/emu/cpu/sh4/sh4tmu.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /* SH3/4 Timer Unit */ #include "emu.h" diff --git a/src/emu/cpu/sh4/sh4tmu.h b/src/emu/cpu/sh4/sh4tmu.h index 1928a5db820..7bbad37a0c1 100644 --- a/src/emu/cpu/sh4/sh4tmu.h +++ b/src/emu/cpu/sh4/sh4tmu.h @@ -1,3 +1,3 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /* SH3/4 Timer Unit */ diff --git a/src/lib/util/chdcd.c b/src/lib/util/chdcd.c index 62aa04c24a9..a94b27c1590 100644 --- a/src/lib/util/chdcd.c +++ b/src/lib/util/chdcd.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /*************************************************************************** TOC parser for CHD compression frontend diff --git a/src/lib/util/chdcd.h b/src/lib/util/chdcd.h index fbb65e2faa8..be585aad87e 100644 --- a/src/lib/util/chdcd.h +++ b/src/lib/util/chdcd.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /*************************************************************************** CDRDAO TOC parser for CHD compression frontend diff --git a/src/mame/audio/snes_snd.c b/src/mame/audio/snes_snd.c index 24ce213f58b..02a73c798e7 100644 --- a/src/mame/audio/snes_snd.c +++ b/src/mame/audio/snes_snd.c @@ -1,5 +1,5 @@ // license:LGPL-2.1+ -// copyright-holders:R.Belmont, Brad Martin +// copyright-holders:R. Belmont, Brad Martin /*************************************************************************** snes_snd.c diff --git a/src/mame/audio/snes_snd.h b/src/mame/audio/snes_snd.h index 0caf5bb3422..35ca43588b8 100644 --- a/src/mame/audio/snes_snd.h +++ b/src/mame/audio/snes_snd.h @@ -1,5 +1,5 @@ // license:LGPL-2.1+ -// copyright-holders:R.Belmont, Brad Martin +// copyright-holders:R. Belmont, Brad Martin /***************************************************************************** * * audio/snes_spc.h diff --git a/src/mame/drivers/39in1.c b/src/mame/drivers/39in1.c index 5142f8749a5..902018c9932 100644 --- a/src/mame/drivers/39in1.c +++ b/src/mame/drivers/39in1.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Ryan Holtz, Andreas Naive /************************************************************************** * diff --git a/src/mame/drivers/fruitpc.c b/src/mame/drivers/fruitpc.c index 6bdb146d25c..5c652ce6ab8 100644 --- a/src/mame/drivers/fruitpc.c +++ b/src/mame/drivers/fruitpc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Carl /************************************************************************************ diff --git a/src/mame/drivers/invqix.c b/src/mame/drivers/invqix.c index 5da354aa897..90cdf22fd3d 100644 --- a/src/mame/drivers/invqix.c +++ b/src/mame/drivers/invqix.c @@ -1,4 +1,4 @@ -// license:???// license:BSD-3-Clause +// license:BSD-3-Clause // copyright-holders:R. Belmont /*************************************************************************** diff --git a/src/mame/drivers/konamigx.c b/src/mame/drivers/konamigx.c index 005cf8b538d..cdc72258e99 100644 --- a/src/mame/drivers/konamigx.c +++ b/src/mame/drivers/konamigx.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert /************************************************************************** * diff --git a/src/mame/drivers/lethal.c b/src/mame/drivers/lethal.c index 9e6ac7b3e68..3a03be090d0 100644 --- a/src/mame/drivers/lethal.c +++ b/src/mame/drivers/lethal.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/mystwarr.c b/src/mame/drivers/mystwarr.c index 826f6fb14e1..fccae97b145 100644 --- a/src/mame/drivers/mystwarr.c +++ b/src/mame/drivers/mystwarr.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria /************************************************************************** * Mystic Warrior (c) 1993 Konami diff --git a/src/mame/drivers/rungun.c b/src/mame/drivers/rungun.c index 3bedb19f13f..16ea4753484 100644 --- a/src/mame/drivers/rungun.c +++ b/src/mame/drivers/rungun.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /************************************************************************* Run and Gun / Slam Dunk diff --git a/src/mame/drivers/savquest.c b/src/mame/drivers/savquest.c index f07048e8673..ccb44922472 100644 --- a/src/mame/drivers/savquest.c +++ b/src/mame/drivers/savquest.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Peter Ferrie /*************************************************************************** diff --git a/src/mame/drivers/voyager.c b/src/mame/drivers/voyager.c index 682b5d2a7f5..ce8d61375f2 100644 --- a/src/mame/drivers/voyager.c +++ b/src/mame/drivers/voyager.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont /************************************************************************************ diff --git a/src/mame/drivers/vp101.c b/src/mame/drivers/vp101.c index a8d442c50c1..c033473d48b 100644 --- a/src/mame/drivers/vp101.c +++ b/src/mame/drivers/vp101.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont /*************************************************************************** diff --git a/src/mame/includes/konamigx.h b/src/mame/includes/konamigx.h index d4627f34041..705d809b497 100644 --- a/src/mame/includes/konamigx.h +++ b/src/mame/includes/konamigx.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert #include "sound/k056800.h" #include "sound/k054539.h" diff --git a/src/mame/includes/lethal.h b/src/mame/includes/lethal.h index e36fde5109b..d1fa59cb463 100644 --- a/src/mame/includes/lethal.h +++ b/src/mame/includes/lethal.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Nicola Salmoria /************************************************************************* diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h index 3f4f266d637..0cf8b34c042 100644 --- a/src/mame/includes/moo.h +++ b/src/mame/includes/moo.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang /************************************************************************* diff --git a/src/mame/includes/mystwarr.h b/src/mame/includes/mystwarr.h index efcb1f1bb65..240bd19099d 100644 --- a/src/mame/includes/mystwarr.h +++ b/src/mame/includes/mystwarr.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria #include "sound/k054539.h" #include "machine/k053252.h" diff --git a/src/mame/includes/plygonet.h b/src/mame/includes/plygonet.h index 02e6b67370c..7c1175e06f2 100644 --- a/src/mame/includes/plygonet.h +++ b/src/mame/includes/plygonet.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Andrew Gardner #include "machine/eepromser.h" #include "video/k053936.h" diff --git a/src/mame/includes/rungun.h b/src/mame/includes/rungun.h index 6c83983e5fd..0bee30ca5bf 100644 --- a/src/mame/includes/rungun.h +++ b/src/mame/includes/rungun.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /************************************************************************* Run and Gun / Slam Dunk diff --git a/src/mame/machine/konamigx.c b/src/mame/machine/konamigx.c index 13a29587105..9515e5aa3cb 100644 --- a/src/mame/machine/konamigx.c +++ b/src/mame/machine/konamigx.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert /************************************************************************** * diff --git a/src/mame/video/konamigx.c b/src/mame/video/konamigx.c index 3c5e4603da5..2897a11a62a 100644 --- a/src/mame/video/konamigx.c +++ b/src/mame/video/konamigx.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang, Phil Stroffolino, Olivier Galibert /* * video/konamigx.c - Konami GX video hardware (here there be dragons, and achocode) diff --git a/src/mame/video/lethal.c b/src/mame/video/lethal.c index 961eb45c4d8..d0e707224a8 100644 --- a/src/mame/video/lethal.c +++ b/src/mame/video/lethal.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/video/moo.c b/src/mame/video/moo.c index bd1bf087e32..237ccbb3a32 100644 --- a/src/mame/video/moo.c +++ b/src/mame/video/moo.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Acho A. Tang /*************************************************************************** diff --git a/src/mame/video/mystwarr.c b/src/mame/video/mystwarr.c index e8ba98a9c9c..cc1fae95486 100644 --- a/src/mame/video/mystwarr.c +++ b/src/mame/video/mystwarr.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria #define MW_VERBOSE 0 diff --git a/src/mame/video/plygonet.c b/src/mame/video/plygonet.c index 8fa62c6929e..ca66f22a76f 100644 --- a/src/mame/video/plygonet.c +++ b/src/mame/video/plygonet.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont, Andrew Gardner /* Polygonet Commanders (Konami, 1993) diff --git a/src/mame/video/rungun.c b/src/mame/video/rungun.c index 9bc28790734..f672a8fddf1 100644 --- a/src/mame/video/rungun.c +++ b/src/mame/video/rungun.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /************************************************************************* Run and Gun diff --git a/src/mess/audio/vboy.c b/src/mess/audio/vboy.c index 5311315aae4..b808ee8a333 100644 --- a/src/mess/audio/vboy.c +++ b/src/mess/audio/vboy.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont /* vboy.c - Virtual Boy audio emulation diff --git a/src/mess/audio/vboy.h b/src/mess/audio/vboy.h index 0015dbbd873..8849ecf292e 100644 --- a/src/mess/audio/vboy.h +++ b/src/mess/audio/vboy.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:R. Belmont /* vboy.h - Virtual Boy audio emulation diff --git a/src/mess/drivers/gba.c b/src/mess/drivers/gba.c index bd18dfdc7fc..031b9f05e22 100644 --- a/src/mess/drivers/gba.c +++ b/src/mess/drivers/gba.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont,Ryan Holtz +// copyright-holders:R. Belmont,Ryan Holtz /*************************************************************************** gba.c diff --git a/src/mess/drivers/gp2x.c b/src/mess/drivers/gp2x.c index fbd44684bb2..bf7e93ca44a 100644 --- a/src/mess/drivers/gp2x.c +++ b/src/mess/drivers/gp2x.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /************************************************************************** * * gp2x.c - Game Park Holdings GP2X diff --git a/src/mess/drivers/hp16500.c b/src/mess/drivers/hp16500.c index 74a82c632bc..9dcefa85a6e 100644 --- a/src/mess/drivers/hp16500.c +++ b/src/mess/drivers/hp16500.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /*************************************************************************** Hewlett-Packard HP16500a/b/c Logic Analyzer diff --git a/src/mess/drivers/macpci.c b/src/mess/drivers/macpci.c index bb8e37fff45..975a514a46b 100644 --- a/src/mess/drivers/macpci.c +++ b/src/mess/drivers/macpci.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /*************************************************************************** macpci.c: second-generation Old World PowerMacs based on PCI instead of NuBus diff --git a/src/mess/drivers/rsc55.c b/src/mess/drivers/rsc55.c index cadad26195c..2e951714d1f 100644 --- a/src/mess/drivers/rsc55.c +++ b/src/mess/drivers/rsc55.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /************************************************************************************************* Roland Sound Canvas SC-55 diff --git a/src/mess/includes/gba.h b/src/mess/includes/gba.h index aa32ca75e4c..58637b0275f 100644 --- a/src/mess/includes/gba.h +++ b/src/mess/includes/gba.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont,Ryan Holtz +// copyright-holders:R. Belmont,Ryan Holtz #ifndef _GBA_H_ #define _GBA_H_ diff --git a/src/mess/includes/macpci.h b/src/mess/includes/macpci.h index bbdc4978793..5468b2ad428 100644 --- a/src/mess/includes/macpci.h +++ b/src/mess/includes/macpci.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont +// copyright-holders:R. Belmont /***************************************************************************** * * includes/macpci.h diff --git a/src/mess/machine/macpci.c b/src/mess/machine/macpci.c index 0f55f2509bc..705f686f056 100644 --- a/src/mess/machine/macpci.c +++ b/src/mess/machine/macpci.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:R.Belmont +// license:BSD-3-Clause +// copyright-holders:R. Belmont /**************************************************************************** machine/pcimac.c diff --git a/src/mess/video/gba.c b/src/mess/video/gba.c index 3feb060c195..4745141e504 100644 --- a/src/mess/video/gba.c +++ b/src/mess/video/gba.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R.Belmont,Ryan Holtz +// copyright-holders:R. Belmont,Ryan Holtz /*************************************************************************** gba.c