summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-11 15:09:24 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-11 15:09:24 +0200
commite4b919213e80dfea5da145bd4becd2c0c6ff9d76 (patch)
treeb5060a49263ec2ff5c70a2dbc901b0eaa8134a5d /src/emu/debug/debugcmd.h
parent6b04fd7f0557bd04d1ee58250bb89095ddbd8e23 (diff)
lot more updated (nw)
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r--src/emu/debug/debugcmd.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index 71f76802411..b700c85ead0 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -1,14 +1,11 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/*********************************************************************
debugcmd.h
Debugger command interface engine.
- Copyright Nicola Salmoria and the MAME Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
*********************************************************************/
#ifndef __DEBUGCMD_H__