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";