mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Requirement was actually not MAME license (nw)
This commit is contained in:
parent
aab5bb3cb6
commit
93e6ea7c7c
@ -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.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Jason Eckhardt
|
||||
#include "i860.h"
|
||||
|
||||
|
@ -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.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -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.
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user