summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/disc_cls.h3
-rw-r--r--src/devices/sound/disc_dev.h3
-rw-r--r--src/devices/sound/disc_dev.inc2
-rw-r--r--src/devices/sound/disc_flt.h3
-rw-r--r--src/devices/sound/disc_flt.inc2
-rw-r--r--src/devices/sound/disc_inp.inc2
-rw-r--r--src/devices/sound/disc_mth.h3
-rw-r--r--src/devices/sound/disc_mth.inc2
-rw-r--r--src/devices/sound/disc_sys.inc2
-rw-r--r--src/devices/sound/disc_wav.h3
-rw-r--r--src/devices/sound/disc_wav.inc2
-rw-r--r--src/devices/sound/discrete.cpp3
-rw-r--r--src/devices/sound/discrete.h3
-rw-r--r--src/devices/sound/flt_rc.cpp2
-rw-r--r--src/devices/sound/flt_rc.h2
-rw-r--r--src/devices/sound/flt_vol.cpp2
-rw-r--r--src/devices/sound/flt_vol.h2
-rw-r--r--src/devices/sound/sn76477.cpp1
-rw-r--r--src/emu/sound/filter.cpp2
-rw-r--r--src/emu/sound/filter.h2
-rw-r--r--src/mame/audio/asteroid.cpp2
-rw-r--r--src/mame/audio/atarifb.cpp4
-rw-r--r--src/mame/audio/copsnrob.cpp2
-rw-r--r--src/mame/audio/crbaloon.cpp2
-rw-r--r--src/mame/audio/dragrace.cpp4
-rw-r--r--src/mame/audio/firetrk.cpp2
-rw-r--r--src/mame/audio/galaga.cpp2
-rw-r--r--src/mame/audio/llander.cpp2
-rw-r--r--src/mame/audio/m79amb.cpp2
-rw-r--r--src/mame/audio/madalien.cpp2
-rw-r--r--src/mame/audio/nitedrvr.cpp2
-rw-r--r--src/mame/audio/norautp.cpp2
-rw-r--r--src/mame/audio/orbit.cpp2
-rw-r--r--src/mame/audio/phoenix.cpp2
-rw-r--r--src/mame/audio/polepos.cpp2
-rw-r--r--src/mame/audio/poolshrk.cpp2
-rw-r--r--src/mame/audio/skydiver.cpp2
-rw-r--r--src/mame/audio/skyraid.cpp2
-rw-r--r--src/mame/audio/spiders.cpp2
-rw-r--r--src/mame/audio/sprint4.cpp2
-rw-r--r--src/mame/audio/sprint4.h2
-rw-r--r--src/mame/audio/sprint8.cpp2
-rw-r--r--src/mame/audio/starshp1.cpp2
-rw-r--r--src/mame/audio/subs.cpp2
-rw-r--r--src/mame/audio/triplhnt.cpp2
-rw-r--r--src/mame/audio/vicdual.cpp2
-rw-r--r--src/mame/audio/videopin.cpp2
-rw-r--r--src/mame/drivers/dai3wksi.cpp2
-rw-r--r--src/mame/drivers/namcos2.cpp2
-rw-r--r--src/mame/drivers/quantum.cpp3
-rw-r--r--src/mame/drivers/slapfght.cpp2
-rw-r--r--src/mame/drivers/spiders.cpp2
-rw-r--r--src/mame/includes/namcos2.h2
-rw-r--r--src/mame/includes/slapfght.h2
-rw-r--r--src/mame/machine/namcos2.cpp2
-rw-r--r--src/mame/machine/slapfght.cpp2
-rw-r--r--src/mame/video/namcos2.cpp2
-rw-r--r--src/mame/video/slapfght.cpp2
58 files changed, 60 insertions, 67 deletions
diff --git a/src/devices/sound/disc_cls.h b/src/devices/sound/disc_cls.h
index de7faeb1e2a..5b2c9296b8c 100644
--- a/src/devices/sound/disc_cls.h
+++ b/src/devices/sound/disc_cls.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISC_CLS_H__
diff --git a/src/devices/sound/disc_dev.h b/src/devices/sound/disc_dev.h
index 8828bf15573..0c7913544db 100644
--- a/src/devices/sound/disc_dev.h
+++ b/src/devices/sound/disc_dev.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISC_DEV_H__
diff --git a/src/devices/sound/disc_dev.inc b/src/devices/sound/disc_dev.inc
index 7ebf374f65a..109a78166c6 100644
--- a/src/devices/sound/disc_dev.inc
+++ b/src/devices/sound/disc_dev.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins,Derrick Renaud
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/disc_flt.h b/src/devices/sound/disc_flt.h
index f873c87228b..1608ba40a7d 100644
--- a/src/devices/sound/disc_flt.h
+++ b/src/devices/sound/disc_flt.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISC_FLTH__
diff --git a/src/devices/sound/disc_flt.inc b/src/devices/sound/disc_flt.inc
index 18cb8f41c1c..ae39281ef1b 100644
--- a/src/devices/sound/disc_flt.inc
+++ b/src/devices/sound/disc_flt.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/disc_inp.inc b/src/devices/sound/disc_inp.inc
index 1116d074546..b4e6eb6eb39 100644
--- a/src/devices/sound/disc_inp.inc
+++ b/src/devices/sound/disc_inp.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/disc_mth.h b/src/devices/sound/disc_mth.h
index 4c46f9bad54..d1c3a1eee47 100644
--- a/src/devices/sound/disc_mth.h
+++ b/src/devices/sound/disc_mth.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISC_MTH_H__
diff --git a/src/devices/sound/disc_mth.inc b/src/devices/sound/disc_mth.inc
index 2172e80edd6..32004ac48e6 100644
--- a/src/devices/sound/disc_mth.inc
+++ b/src/devices/sound/disc_mth.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins,Derrick Renaud
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/disc_sys.inc b/src/devices/sound/disc_sys.inc
index 4192e832d93..1b6793c6826 100644
--- a/src/devices/sound/disc_sys.inc
+++ b/src/devices/sound/disc_sys.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins,Derrick Renaud
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/disc_wav.h b/src/devices/sound/disc_wav.h
index c84d70addf4..6a012cdd9a8 100644
--- a/src/devices/sound/disc_wav.h
+++ b/src/devices/sound/disc_wav.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISC_WAV_H__
diff --git a/src/devices/sound/disc_wav.inc b/src/devices/sound/disc_wav.inc
index 8087ea86627..067ea574bcf 100644
--- a/src/devices/sound/disc_wav.inc
+++ b/src/devices/sound/disc_wav.inc
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/discrete.cpp b/src/devices/sound/discrete.cpp
index 6e670b3f333..e77b89074ac 100644
--- a/src/devices/sound/discrete.cpp
+++ b/src/devices/sound/discrete.cpp
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/discrete.h b/src/devices/sound/discrete.h
index 1ee71e4056d..3d8dd568556 100644
--- a/src/devices/sound/discrete.h
+++ b/src/devices/sound/discrete.h
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins,Couriersud
-// thanks-to:Derrick Renaud, F.Palazzolo
+// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo
#pragma once
#ifndef __DISCRETE_H__
diff --git a/src/devices/sound/flt_rc.cpp b/src/devices/sound/flt_rc.cpp
index af73f401e59..cf37a4fd6d8 100644
--- a/src/devices/sound/flt_rc.cpp
+++ b/src/devices/sound/flt_rc.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "flt_rc.h"
diff --git a/src/devices/sound/flt_rc.h b/src/devices/sound/flt_rc.h
index 8d8b1e0d4fb..79c1abfa2ca 100644
--- a/src/devices/sound/flt_rc.h
+++ b/src/devices/sound/flt_rc.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#pragma once
diff --git a/src/devices/sound/flt_vol.cpp b/src/devices/sound/flt_vol.cpp
index c8aaffc9afe..e980b502b8e 100644
--- a/src/devices/sound/flt_vol.cpp
+++ b/src/devices/sound/flt_vol.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "flt_vol.h"
diff --git a/src/devices/sound/flt_vol.h b/src/devices/sound/flt_vol.h
index 44016c0da9a..f9b090002c3 100644
--- a/src/devices/sound/flt_vol.h
+++ b/src/devices/sound/flt_vol.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#pragma once
diff --git a/src/devices/sound/sn76477.cpp b/src/devices/sound/sn76477.cpp
index bc89db04447..a8bdd1632ba 100644
--- a/src/devices/sound/sn76477.cpp
+++ b/src/devices/sound/sn76477.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Zsolt Vasvari
+// thanks-to:Derrick Renaud
/*****************************************************************************
Texas Instruments SN76477 emulator
diff --git a/src/emu/sound/filter.cpp b/src/emu/sound/filter.cpp
index 9473a8b720d..b01ec7efc4b 100644
--- a/src/emu/sound/filter.cpp
+++ b/src/emu/sound/filter.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "filter.h"
diff --git a/src/emu/sound/filter.h b/src/emu/sound/filter.h
index 7e7398a2686..ef13c45eb5f 100644
--- a/src/emu/sound/filter.h
+++ b/src/emu/sound/filter.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
#pragma once
diff --git a/src/mame/audio/asteroid.cpp b/src/mame/audio/asteroid.cpp
index 6593f3fd775..88b18f0da77 100644
--- a/src/mame/audio/asteroid.cpp
+++ b/src/mame/audio/asteroid.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
+// copyright-holders:Keith Wilkins
/*****************************************************************************
*
* Asteroids Analog Sound system interface
diff --git a/src/mame/audio/atarifb.cpp b/src/mame/audio/atarifb.cpp
index dded6d9a2da..e58c9cbbd24 100644
--- a/src/mame/audio/atarifb.cpp
+++ b/src/mame/audio/atarifb.cpp
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Derrick Renaud
+// license:BSD-3-Clause
+// copyright-holders:Derrick Renaud
/*************************************************************************
audio\atarifb.c
diff --git a/src/mame/audio/copsnrob.cpp b/src/mame/audio/copsnrob.cpp
index eaee183f1bc..392b983a211 100644
--- a/src/mame/audio/copsnrob.cpp
+++ b/src/mame/audio/copsnrob.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Zsolt Vasvari
+// copyright-holders:Derrick Renaud
/************************************************************************
* copsnrob Sound System Analog emulation
* Nov 2010, Derrick Renaud
diff --git a/src/mame/audio/crbaloon.cpp b/src/mame/audio/crbaloon.cpp
index d5397c39d89..9141f2465ad 100644
--- a/src/mame/audio/crbaloon.cpp
+++ b/src/mame/audio/crbaloon.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria,Derrick Renaud
/***************************************************************************
Taito Crazy Balloon hardware
diff --git a/src/mame/audio/dragrace.cpp b/src/mame/audio/dragrace.cpp
index 02936306373..c4de9473287 100644
--- a/src/mame/audio/dragrace.cpp
+++ b/src/mame/audio/dragrace.cpp
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Derrick Renaud
+// license:BSD-3-Clause
+// copyright-holders:Derrick Renaud
/*************************************************************************
audio\dragrace.c
diff --git a/src/mame/audio/firetrk.cpp b/src/mame/audio/firetrk.cpp
index 29120fa53ef..2e9498b2f7f 100644
--- a/src/mame/audio/firetrk.cpp
+++ b/src/mame/audio/firetrk.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Phil Stroffolino
+// copyright-holders:Keith Wilkins,Derrick Renaud
/*************************************************************************
audio\firetrk.c
diff --git a/src/mame/audio/galaga.cpp b/src/mame/audio/galaga.cpp
index db39f8ae7af..de76a62ba13 100644
--- a/src/mame/audio/galaga.cpp
+++ b/src/mame/audio/galaga.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/***************************************************************************
galaga.c
diff --git a/src/mame/audio/llander.cpp b/src/mame/audio/llander.cpp
index 9585a0d2aea..ce95b9fdb93 100644
--- a/src/mame/audio/llander.cpp
+++ b/src/mame/audio/llander.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Lunar Lander Specific Sound Code
diff --git a/src/mame/audio/m79amb.cpp b/src/mame/audio/m79amb.cpp
index 3d9df21221f..a89331f881e 100644
--- a/src/mame/audio/m79amb.cpp
+++ b/src/mame/audio/m79amb.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/************************************************************************
* m79amb Sound System Analog emulation
diff --git a/src/mame/audio/madalien.cpp b/src/mame/audio/madalien.cpp
index 6ef4fd2b7cd..59990445d3e 100644
--- a/src/mame/audio/madalien.cpp
+++ b/src/mame/audio/madalien.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/************************************************************************
* madalien Sound System Analog emulation
diff --git a/src/mame/audio/nitedrvr.cpp b/src/mame/audio/nitedrvr.cpp
index ad42b648748..e3a0c5000a7 100644
--- a/src/mame/audio/nitedrvr.cpp
+++ b/src/mame/audio/nitedrvr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/norautp.cpp b/src/mame/audio/norautp.cpp
index a285e2e2e64..73eaf1fa12b 100644
--- a/src/mame/audio/norautp.cpp
+++ b/src/mame/audio/norautp.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Roberto Fresca
/************************************************************************
* Noraut/Kimble/Kramer Poker Sound System Analog emulation
diff --git a/src/mame/audio/orbit.cpp b/src/mame/audio/orbit.cpp
index 228382696d6..2deacd5afb3 100644
--- a/src/mame/audio/orbit.cpp
+++ b/src/mame/audio/orbit.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/phoenix.cpp b/src/mame/audio/phoenix.cpp
index 4fb3d244a76..3bcd72661ea 100644
--- a/src/mame/audio/phoenix.cpp
+++ b/src/mame/audio/phoenix.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Juergen Buchmueller, Derrick Renaud
/****************************************************************************
*
diff --git a/src/mame/audio/polepos.cpp b/src/mame/audio/polepos.cpp
index ac48f57574e..e3e23b2fdef 100644
--- a/src/mame/audio/polepos.cpp
+++ b/src/mame/audio/polepos.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/***************************************************************************
polepos.c
diff --git a/src/mame/audio/poolshrk.cpp b/src/mame/audio/poolshrk.cpp
index 188d072dda3..2f030135d3a 100644
--- a/src/mame/audio/poolshrk.cpp
+++ b/src/mame/audio/poolshrk.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/skydiver.cpp b/src/mame/audio/skydiver.cpp
index 706a5f63b74..33377f6fe21 100644
--- a/src/mame/audio/skydiver.cpp
+++ b/src/mame/audio/skydiver.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/skyraid.cpp b/src/mame/audio/skyraid.cpp
index b86e9bc64be..b52a6d05781 100644
--- a/src/mame/audio/skyraid.cpp
+++ b/src/mame/audio/skyraid.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/************************************************************************
* skyraid Sound System Analog emulation
diff --git a/src/mame/audio/spiders.cpp b/src/mame/audio/spiders.cpp
index b632e103c5b..91f35f3ffea 100644
--- a/src/mame/audio/spiders.cpp
+++ b/src/mame/audio/spiders.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/***************************************************************************
diff --git a/src/mame/audio/sprint4.cpp b/src/mame/audio/sprint4.cpp
index 1d594376a6f..5a8aef449e1 100644
--- a/src/mame/audio/sprint4.cpp
+++ b/src/mame/audio/sprint4.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/sprint4.h b/src/mame/audio/sprint4.h
index 6cd0ad700fc..855e919c725 100644
--- a/src/mame/audio/sprint4.h
+++ b/src/mame/audio/sprint4.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/***************************************************************************
diff --git a/src/mame/audio/sprint8.cpp b/src/mame/audio/sprint8.cpp
index 5539f54666f..182230cbd27 100644
--- a/src/mame/audio/sprint8.cpp
+++ b/src/mame/audio/sprint8.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/************************************************************************
* sprint8 Sound System Analog emulation
diff --git a/src/mame/audio/starshp1.cpp b/src/mame/audio/starshp1.cpp
index c419c364270..e36d5f8744d 100644
--- a/src/mame/audio/starshp1.cpp
+++ b/src/mame/audio/starshp1.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/************************************************************************
* starshp1 Sound System Analog emulation
diff --git a/src/mame/audio/subs.cpp b/src/mame/audio/subs.cpp
index c05ad6608a9..fe794e9f49a 100644
--- a/src/mame/audio/subs.cpp
+++ b/src/mame/audio/subs.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/triplhnt.cpp b/src/mame/audio/triplhnt.cpp
index f7dd84cf5e8..1055a3f821b 100644
--- a/src/mame/audio/triplhnt.cpp
+++ b/src/mame/audio/triplhnt.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/audio/vicdual.cpp b/src/mame/audio/vicdual.cpp
index a1219121101..d79843ec974 100644
--- a/src/mame/audio/vicdual.cpp
+++ b/src/mame/audio/vicdual.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud, Couriersud
/*************************************************************************
diff --git a/src/mame/audio/videopin.cpp b/src/mame/audio/videopin.cpp
index a2babc8635a..10d3c2c1aae 100644
--- a/src/mame/audio/videopin.cpp
+++ b/src/mame/audio/videopin.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*************************************************************************
diff --git a/src/mame/drivers/dai3wksi.cpp b/src/mame/drivers/dai3wksi.cpp
index 979385a4f65..c14016c1e49 100644
--- a/src/mame/drivers/dai3wksi.cpp
+++ b/src/mame/drivers/dai3wksi.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Derrick Renaud
/*
diff --git a/src/mame/drivers/namcos2.cpp b/src/mame/drivers/namcos2.cpp
index c4a8d0ddf87..5b486cd15c8 100644
--- a/src/mame/drivers/namcos2.cpp
+++ b/src/mame/drivers/namcos2.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Namco System II driver by K.Wilkins (Jun1998, Oct1999)
diff --git a/src/mame/drivers/quantum.cpp b/src/mame/drivers/quantum.cpp
index 20ea907c8c8..af72f9fcb4d 100644
--- a/src/mame/drivers/quantum.cpp
+++ b/src/mame/drivers/quantum.cpp
@@ -1,6 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Hedley Rainnie, Aaron Giles, Couriersud
-// thanks-to: Paul Forgey
+// copyright-holders:Hedley Rainnie, Aaron Giles, Couriersud, Paul Forgey
/***************************************************************************
Atari Quantum hardware
diff --git a/src/mame/drivers/slapfght.cpp b/src/mame/drivers/slapfght.cpp
index 98f7578ac71..546a3f46bbf 100644
--- a/src/mame/drivers/slapfght.cpp
+++ b/src/mame/drivers/slapfght.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware
diff --git a/src/mame/drivers/spiders.cpp b/src/mame/drivers/spiders.cpp
index 28b2c2e331c..2ae681689c5 100644
--- a/src/mame/drivers/spiders.cpp
+++ b/src/mame/drivers/spiders.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Zsolt Vasvari
+// copyright-holders:Keith Wilkins,Zsolt Vasvari
/***************************************************************************
Sigma Spiders hardware
diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h
index 799e8dabbfd..8900a12a33a 100644
--- a/src/mame/includes/namcos2.h
+++ b/src/mame/includes/namcos2.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
namcos2.h
diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h
index 32f14f281df..091a8bd3648 100644
--- a/src/mame/includes/slapfght.h
+++ b/src/mame/includes/slapfght.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware
diff --git a/src/mame/machine/namcos2.cpp b/src/mame/machine/namcos2.cpp
index 0758a25241d..cd2577ad092 100644
--- a/src/mame/machine/namcos2.cpp
+++ b/src/mame/machine/namcos2.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Namco System II
diff --git a/src/mame/machine/slapfght.cpp b/src/mame/machine/slapfght.cpp
index d07f657758f..fff7e35bbc2 100644
--- a/src/mame/machine/slapfght.cpp
+++ b/src/mame/machine/slapfght.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware
diff --git a/src/mame/video/namcos2.cpp b/src/mame/video/namcos2.cpp
index d45dd94278d..f9625935b0b 100644
--- a/src/mame/video/namcos2.cpp
+++ b/src/mame/video/namcos2.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/* video hardware for Namco System II */
#include "emu.h"
diff --git a/src/mame/video/slapfght.cpp b/src/mame/video/slapfght.cpp
index 4e3b29bc7f7..39189c5e46f 100644
--- a/src/mame/video/slapfght.cpp
+++ b/src/mame/video/slapfght.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware