summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mcs51/mcs51dasm.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-30 07:51:29 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-30 07:51:29 +0200
commit87bbbfffc3ce0588a63db2d6647e829299b52ead (patch)
tree018ba4d0aeb59b62531516d6efc573a350a65334 /src/emu/cpu/mcs51/mcs51dasm.c
parent46c7eabbaf98b98fd1f06eb2f56ffc14ae389f5a (diff)
Got answer from Steve Ellenoff (nw)
Diffstat (limited to 'src/emu/cpu/mcs51/mcs51dasm.c')
-rw-r--r--src/emu/cpu/mcs51/mcs51dasm.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/emu/cpu/mcs51/mcs51dasm.c b/src/emu/cpu/mcs51/mcs51dasm.c
index 62187d4a692..0d16048855f 100644
--- a/src/emu/cpu/mcs51/mcs51dasm.c
+++ b/src/emu/cpu/mcs51/mcs51dasm.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Steve Ellenoff
/*****************************************************************************
*
@@ -13,18 +13,6 @@
*
* Copyright Steve Ellenoff, 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
- * sellenoff@hotmail.com
- * - 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.
- *
* This work is based on:
* #1) 'Intel(tm) MC51 Microcontroller Family Users Manual' and
* #2) 8051 simulator by Travis Marlatte