From 9b7924523595c98b38e1f607b652ba3b16312e54 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 24 Jan 2023 11:24:04 +0100 Subject: [PATCH] licenses: add NLPL --- lib/licenses.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 52956e52afa6..34c84db47625 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -709,7 +709,12 @@ in mkLicense lset) ({ ncsa = { spdxId = "NCSA"; - fullName = "University of Illinois/NCSA Open Source License"; + fullName = "University of Illinois/NCSA Open Source License"; + }; + + nlpl = { + spdxId = "NLPL"; + fullName = "No Limit Public License"; }; nposl3 = {