From 64718a11c2ffcc94ed0983c786071892b0af8525 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 22 Jan 2016 09:38:58 +0100 Subject: [PATCH] Jarek is also fine with BSD-3-Clause (nw) --- src/devices/sound/tms5110.cpp | 2 +- src/devices/sound/tms5110.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/sound/tms5110.cpp b/src/devices/sound/tms5110.cpp index 96a2a6c4f46..b2472563c3a 100644 --- a/src/devices/sound/tms5110.cpp +++ b/src/devices/sound/tms5110.cpp @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud /********************************************************************************************** diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h index 7b708c0a79e..e36c57b2d50 100644 --- a/src/devices/sound/tms5110.h +++ b/src/devices/sound/tms5110.h @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud #pragma once