diff options
Diffstat (limited to 'src/emu/cpu/z80/z80dasm.c')
-rw-r--r-- | src/emu/cpu/z80/z80dasm.c | 18 |
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" |