diff options
author | 2021-03-11 17:24:39 +0100 | |
---|---|---|
committer | 2021-03-11 17:24:39 +0100 | |
commit | d0cfd3b28e123bbf4dc8d697616732505984cd2c (patch) | |
tree | 271f31a35fdebf5af5775ea2df5615c613b5d2a1 | |
parent | 28ab52f1aac17f02d5323d8858dee2975f8f1f1f (diff) |
netlist: missed some files for license change
-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 /*************************************************************************** |