summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-21 09:57:22 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-21 09:57:22 +0100
commit2d0917990217fbe6264a04c8b5180810c683c45c (patch)
tree4a9998ba045302478fc567e38560de370c9ce875 /src/mame
parent564bada035652402f5606f28a13d17879597619e (diff)
Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full names, (nw)
Added license for Paul Forgey
Diffstat (limited to 'src/mame')
-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
38 files changed, 40 insertions, 41 deletions
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