summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-03-11 17:24:39 +0100
committer hap <happppp@users.noreply.github.com>2021-03-11 17:24:39 +0100
commitd0cfd3b28e123bbf4dc8d697616732505984cd2c (patch)
tree271f31a35fdebf5af5775ea2df5615c613b5d2a1 /src
parent28ab52f1aac17f02d5323d8858dee2975f8f1f1f (diff)
netlist: missed some files for license change
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/netlist.cpp2
-rw-r--r--src/devices/machine/netlist.h2
-rw-r--r--src/mame/drivers/pong.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp
index 76149986551..7c43c35838d 100644
--- a/src/devices/machine/netlist.cpp
+++ b/src/devices/machine/netlist.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/***************************************************************************
diff --git a/src/devices/machine/netlist.h b/src/devices/machine/netlist.h
index 8b9e156adba..7f6d0c4dde5 100644
--- a/src/devices/machine/netlist.h
+++ b/src/devices/machine/netlist.h
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/***************************************************************************
diff --git a/src/mame/drivers/pong.cpp b/src/mame/drivers/pong.cpp
index b8ebb2e0ee8..bf4820426d1 100644
--- a/src/mame/drivers/pong.cpp
+++ b/src/mame/drivers/pong.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/***************************************************************************
h'>* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2 * Revert "C++ comments for some parts." Vas Crabb2016-07-051-3/+3 * C++ comments for some parts. dankan18902016-07-041-3/+3 * Reduced usage of c_str() when used with menu::item_append() Nathan Woods2016-06-301-1/+1 * Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-1/+1 * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0 * tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-181-8/+8 * ui refactoring [Vas Crabb] Vas Crabb2016-05-271-27/+32 * Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-2/+2 * Split UI and frontend part from core [Miodrag Milanovic]