summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-07-03 17:49:42 +0200
committer angelosa <salese_corp_ltd@email.it>2016-07-03 17:49:42 +0200
commit8347973e18992ad92eeccb489b1c5b896cfda78a (patch)
tree343c437952b56b60b80363ae68bbc0173999735f /src/mame/etc
parent1b811de735d3503504987b0c8c50dc9f4a30755a (diff)
Splitted Seibu Cup Soccer bootlegs into own driver (nw)
Diffstat (limited to 'src/mame/etc')
-rw-r--r--src/mame/etc/template_cpu.cpp2
-rw-r--r--src/mame/etc/template_cpu.h2
-rw-r--r--src/mame/etc/template_device.cpp2
-rw-r--r--src/mame/etc/template_device.h2
-rw-r--r--src/mame/etc/template_driver.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/etc/template_cpu.cpp b/src/mame/etc/template_cpu.cpp
index 3f85ad1dddc..b6900258a43 100644
--- a/src/mame/etc/template_cpu.cpp
+++ b/src/mame/etc/template_cpu.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:<author_name>
/*****************************************************************************
*
* template for CPU cores
diff --git a/src/mame/etc/template_cpu.h b/src/mame/etc/template_cpu.h
index 04b06ef0ff5..ac877c5ef64 100644
--- a/src/mame/etc/template_cpu.h
+++ b/src/mame/etc/template_cpu.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:<author_name>
/*****************************************************************************
*
* template for CPU cores
diff --git a/src/mame/etc/template_device.cpp b/src/mame/etc/template_device.cpp
index 8bc48c8e5de..2e325d909d3 100644
--- a/src/mame/etc/template_device.cpp
+++ b/src/mame/etc/template_device.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:<author_name>
/***************************************************************************
Template for skeleton device
diff --git a/src/mame/etc/template_device.h b/src/mame/etc/template_device.h
index 409c9cb3ad3..2173165181c 100644
--- a/src/mame/etc/template_device.h
+++ b/src/mame/etc/template_device.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:<author_name>
/***************************************************************************
Template for skeleton device
diff --git a/src/mame/etc/template_driver.cpp b/src/mame/etc/template_driver.cpp
index c233db1b6ba..27aa3c1fb1c 100644
--- a/src/mame/etc/template_driver.cpp
+++ b/src/mame/etc/template_driver.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:<author_name>
/***************************************************************************
Template for skeleton drivers