summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-22 14:29:35 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-22 14:29:35 +0200
commit93e6ea7c7cfbda7ceed010cfe3c839203bff05a0 (patch)
tree52d339b915daf1c4e5553576059c4062b01fb2d7
parentaab5bb3cb6a5af446f5880c2aff3e5ac3b9d11c1 (diff)
Requirement was actually not MAME license (nw)
-rw-r--r--src/emu/cpu/i860/i860.c7
-rw-r--r--src/emu/cpu/i860/i860.h7
-rw-r--r--src/emu/cpu/i860/i860dasm.c2
-rw-r--r--src/emu/cpu/i860/i860dec.inc7
-rw-r--r--src/emu/cpu/i860/i860dis.c7
5 files changed, 5 insertions, 25 deletions
diff --git a/src/emu/cpu/i860/i860.c b/src/emu/cpu/i860/i860.c
index 961d68b1fc1..5023fa65c60 100644
--- a/src/emu/cpu/i860/i860.c
+++ b/src/emu/cpu/i860/i860.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
/***************************************************************************
@@ -7,11 +7,6 @@
Interface file for the Intel i860 emulator.
Copyright (C) 1995-present Jason Eckhardt (jle@rice.edu)
- Released for general non-commercial use under the MAME license
- with the additional requirement that you are free to use and
- redistribute this code in modified or unmodified form, provided
- you list me in the credits.
- Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
diff --git a/src/emu/cpu/i860/i860.h b/src/emu/cpu/i860/i860.h
index 146b38ff9a3..f44901406ee 100644
--- a/src/emu/cpu/i860/i860.h
+++ b/src/emu/cpu/i860/i860.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
/***************************************************************************
@@ -7,11 +7,6 @@
Interface file for the Intel i860 emulator.
Copyright (C) 1995-present Jason Eckhardt (jle@rice.edu)
- Released for general non-commercial use under the MAME license
- with the additional requirement that you are free to use and
- redistribute this code in modified or unmodified form, provided
- you list me in the credits.
- Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
diff --git a/src/emu/cpu/i860/i860dasm.c b/src/emu/cpu/i860/i860dasm.c
index 0add148192d..60c83a5fec0 100644
--- a/src/emu/cpu/i860/i860dasm.c
+++ b/src/emu/cpu/i860/i860dasm.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
#include "i860.h"
diff --git a/src/emu/cpu/i860/i860dec.inc b/src/emu/cpu/i860/i860dec.inc
index c67515f5629..d0943c9e5a6 100644
--- a/src/emu/cpu/i860/i860dec.inc
+++ b/src/emu/cpu/i860/i860dec.inc
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
/***************************************************************************
@@ -7,11 +7,6 @@
Execution engine for the Intel i860 emulator.
Copyright (C) 1995-present Jason Eckhardt (jle@rice.edu)
- Released for general non-commercial use under the MAME license
- with the additional requirement that you are free to use and
- redistribute this code in modified or unmodified form, provided
- you list me in the credits.
- Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
diff --git a/src/emu/cpu/i860/i860dis.c b/src/emu/cpu/i860/i860dis.c
index d24f58bb875..1c72a9f474d 100644
--- a/src/emu/cpu/i860/i860dis.c
+++ b/src/emu/cpu/i860/i860dis.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt
/***************************************************************************
@@ -7,11 +7,6 @@
Disassembler for the Intel i860 emulator.
Copyright (C) 1995-present Jason Eckhardt (jle@rice.edu)
- Released for general non-commercial use under the MAME license
- with the additional requirement that you are free to use and
- redistribute this code in modified or unmodified form, provided
- you list me in the credits.
- Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/