From 93e6ea7c7cfbda7ceed010cfe3c839203bff05a0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 22 May 2015 14:29:35 +0200 Subject: [PATCH] Requirement was actually not MAME license (nw) --- src/emu/cpu/i860/i860.c | 7 +------ src/emu/cpu/i860/i860.h | 7 +------ src/emu/cpu/i860/i860dasm.c | 2 +- src/emu/cpu/i860/i860dec.inc | 7 +------ src/emu/cpu/i860/i860dis.c | 7 +------ 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. ***************************************************************************/