summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z80/z80dasm.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-07 18:37:06 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-07 18:37:06 +0200
commit31abc855dbcd0747092136b4fd91ab9824c9f208 (patch)
treefaac0b7f90ae0db2818a01edbd597f5944a5ba63 /src/emu/cpu/z80/z80dasm.c
parentecf365f6f5f6d31808ba5991762acf3b167a9ff9 (diff)
changes for Juergen Buchmueller in core and credits for some files in mess(nw)
Diffstat (limited to 'src/emu/cpu/z80/z80dasm.c')
-rw-r--r--src/emu/cpu/z80/z80dasm.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/emu/cpu/z80/z80dasm.c b/src/emu/cpu/z80/z80dasm.c
index 7f54564138c..ebb965db26e 100644
--- a/src/emu/cpu/z80/z80dasm.c
+++ b/src/emu/cpu/z80/z80dasm.c
@@ -1,24 +1,10 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
/*****************************************************************************
*
* z80dasm.c
* Portable Z80 disassembler
*
- * Copyright Juergen Buchmueller, all rights reserved.
- *
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * pullmoll@t-online.de
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
*****************************************************************************/
#include "emu.h"