summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_parser.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-03-09 09:19:05 +0100
committer Olivier Galibert <galibert@pobox.com>2021-03-09 09:26:00 +0100
commit40acc597d4454000cc2601ef9881c8a9a8b52519 (patch)
treefd36d2a640a6f05c52d9c582bdb88b3b7e4ae783 /src/lib/netlist/nl_parser.cpp
parentffe6b5c1ae6246f394f8bbcc58f5418583de0920 (diff)
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.
Diffstat (limited to 'src/lib/netlist/nl_parser.cpp')
-rw-r--r--src/lib/netlist/nl_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/nl_parser.cpp b/src/lib/netlist/nl_parser.cpp
index 3e7ff32e804..0716d5bbfc2 100644
--- a/src/lib/netlist/nl_parser.cpp
+++ b/src/lib/netlist/nl_parser.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
#include "nl_parser.h"