From 60f68871d7015caa9d5d9fe57768866822f38dfc Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 4 Aug 2026 10:03:45 +0200 Subject: [PATCH] lib.licenses: add fsfullr --- lib/licenses/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 3b122a8a56cb..943f083f18ed 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -940,6 +940,11 @@ lib.mapAttrs mkLicense ( fullName = "FSF All Permissive License"; }; + fsfullr = { + spdxId = "FSFULLR"; + fullName = "FSF Unlimited License (with License Retention)"; + }; + hl3 = { fullName = "Hippocratic License v3.0"; url = "https://firstdonoharm.dev/version/3/0/core.txt";