diff options
author | 2021-03-09 09:19:05 +0100 | |
---|---|---|
committer | 2021-03-09 09:26:00 +0100 | |
commit | 40acc597d4454000cc2601ef9881c8a9a8b52519 (patch) | |
tree | fd36d2a640a6f05c52d9c582bdb88b3b7e4ae783 /src/lib/netlist/core/logic.h | |
parent | ffe6b5c1ae6246f394f8bbcc58f5418583de0920 (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/core/logic.h')
-rw-r--r-- | src/lib/netlist/core/logic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/core/logic.h b/src/lib/netlist/core/logic.h index 7bbcf5811d7..51ddf0b9d18 100644 --- a/src/lib/netlist/core/logic.h +++ b/src/lib/netlist/core/logic.h @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Couriersud /// |