summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes_ctrl/ctrl.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-10 18:56:51 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-10 18:58:39 +0200
commit3360feb244452ca0a0c2f4f0a4dae59327b49567 (patch)
tree593b933a65e2a91f86c938f9dd717751484f9e23 /src/emu/bus/nes_ctrl/ctrl.c
parent423def0ccc80743996cdbab94a4a75c02e705286 (diff)
Updated licenses to some of bus devices (nw)
Diffstat (limited to 'src/emu/bus/nes_ctrl/ctrl.c')
-rw-r--r--src/emu/bus/nes_ctrl/ctrl.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/bus/nes_ctrl/ctrl.c b/src/emu/bus/nes_ctrl/ctrl.c
index 3649580fd13..1ac1aa2048d 100644
--- a/src/emu/bus/nes_ctrl/ctrl.c
+++ b/src/emu/bus/nes_ctrl/ctrl.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:etabeta
/**********************************************************************
Nintendo Family Computer & Entertainment System controller ports
@@ -38,9 +38,6 @@
the original FC microphone, we will have the second controller
port calling read_exp too.
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "ctrl.h"