summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-22 14:52:43 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-22 14:52:43 +0200
commit8c62ec2a3a3bdc66ca3e18a4118fe2ca6282ea75 (patch)
treef8ba035fd2a1533a9265e4467dba4014cd96f8a7 /src/emu/sound
parent2a5276133965843684ae95f3b0c57716c62b03d0 (diff)
Update for Kevin Thacker (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/beep.c2
-rw-r--r--src/emu/sound/beep.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/beep.c b/src/emu/sound/beep.c
index 56d618776b9..ce5558f3320 100644
--- a/src/emu/sound/beep.c
+++ b/src/emu/sound/beep.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Kevin Thacker
/***************************************************************************
diff --git a/src/emu/sound/beep.h b/src/emu/sound/beep.h
index 6a8287cf107..4b587bd3c89 100644
--- a/src/emu/sound/beep.h
+++ b/src/emu/sound/beep.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Kevin Thacker
#pragma once