From 8e981f2094c1081b80851d65d2d70bde4c5698d4 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 7 Jun 2024 17:09:33 -0400 Subject: licenses: add FSL-1.1-MIT --- lib/licenses.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/licenses.nix b/lib/licenses.nix index 8dbdf27fa845a..65705f4bb0b45 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -524,6 +524,13 @@ in mkLicense lset) ({ fullName = "Unspecified free software license"; }; + fsl11Mit = { + fullName = "Functional Source License, Version 1.1, MIT Future License"; + url = "https://fsl.software/FSL-1.1-MIT.template.md"; + free = false; + redistributable = true; + }; + ftl = { spdxId = "FTL"; fullName = "Freetype Project License"; -- cgit 1.4.1