diff options
-rw-r--r-- | src/devices/machine/netlist.cpp | 2 | ||||
-rw-r--r-- | src/devices/machine/netlist.h | 2 | ||||
-rw-r--r-- | src/mame/drivers/pong.cpp | 2 |
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 /*************************************************************************** |