mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
netlist: Relicensing of the GPL code to BSD-3 with the blessing of the
copyright owners. Much thanks for that Couriersud, the main creator and contributor, but also to Jonathan Gevaryahu and Sergey Svishchev. There are small remnants in machine/NL_*, specifially breakout, pong doubles and rebound that are also copyrighted by the DICE team, whoever that means. They're not critical since they only concern these drivers and not an important core subsystem.
This commit is contained in:
parent
ffe6b5c1ae
commit
40acc597d4
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "solver/nld_solver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NLD_GENERIC_MODELS_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "nl_base.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "nlid_twoterm.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "solver/nld_solver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NLID_FOURTERM_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "solver/nld_solver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NLID_TWOTERM_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NL_CORE_DEVICE_MACROS_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NL_CORE_DEVICES_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
// ***************************************************************************
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NET_LIB_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4006.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4013.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4017.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4020.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud, Jonathan Gevaryahu
|
||||
/*
|
||||
* nld_4029.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud, Jonathan Gevaryahu
|
||||
/*
|
||||
* nld_4042.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4053.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_4066.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud, Jonathan Gevaryahu
|
||||
/*
|
||||
* nld_4076.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74107.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74113.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74123.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74125.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74153.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74161.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74163.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74174.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74175.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74192.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74193.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74377.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_74393.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7448.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7450.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7473.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7474.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7483.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7490.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7492.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_7493.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Sergey Svishchev
|
||||
/*
|
||||
* nld_7497.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_SN74LS629.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_82S16.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_9310.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_9316.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_9316_base.hxx
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_legacy.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_log.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_MM5837.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_r2r_dac.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_roms.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_system.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nlid_proxy.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nlid_proxy.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
#ifndef NLID_SYSTEM_H_
|
||||
#define NLID_SYSTEM_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "plib/pstonum.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nld_truthtable.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "solver/nld_matrix_solver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef NLBASE_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
/// \file nl_config.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
/*
|
||||
* nl_dice_compat.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "nl_parser.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "plib/palloc.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PLIB_GMRES_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PALLOC_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PARRAY_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PCHRONO_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PCONFIG_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "pdynlib.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PDYNLIB_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PENUM_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "pexception.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#ifndef PEXCEPTION_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
#include "pfmtlog.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:GPL-2.0+
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Couriersud
|
||||
|
||||
///
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user