From 1fa394eb5882f6a6e0ef4b4a16b6ee0d51c6d47e Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 9 May 2015 20:13:27 -0400 Subject: [PATCH] A few more license fixups (nw) --- src/mess/machine/cuda.c | 4 ++-- src/mess/machine/egret.c | 4 ++-- src/mess/machine/esqpanel.c | 4 ++-- src/mess/machine/esqvfd.c | 4 ++-- src/mess/machine/macadb.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/mess/machine/cuda.c b/src/mess/machine/cuda.c index aa74ed2a3cb..5c4964653b1 100644 --- a/src/mess/machine/cuda.c +++ b/src/mess/machine/cuda.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:R. Belmont /* Apple "Cuda" ADB/system controller MCU Emulation by R. Belmont diff --git a/src/mess/machine/egret.c b/src/mess/machine/egret.c index adfc381f229..079a2504536 100644 --- a/src/mess/machine/egret.c +++ b/src/mess/machine/egret.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:R. Belmont /* Apple "Egret" ADB/system controller MCU Emulation by R. Belmont diff --git a/src/mess/machine/esqpanel.c b/src/mess/machine/esqpanel.c index 20abc1e9282..1c4dee54248 100644 --- a/src/mess/machine/esqpanel.c +++ b/src/mess/machine/esqpanel.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:R. Belmont /* Ensoniq panel/display device */ diff --git a/src/mess/machine/esqvfd.c b/src/mess/machine/esqvfd.c index 0729a857718..e103ef6e972 100644 --- a/src/mess/machine/esqvfd.c +++ b/src/mess/machine/esqvfd.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:R. Belmont /* Ensoniq Vacuum Fluorescent Displays (VFDs) Emulation by R. Belmont diff --git a/src/mess/machine/macadb.c b/src/mess/machine/macadb.c index d79e8da8b10..76a8a010b57 100644 --- a/src/mess/machine/macadb.c +++ b/src/mess/machine/macadb.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:R. Belmont /*************************************************************************** macadb.c - handles various aspects of ADB on the Mac.