diff options
| author | Aleksana <me@aleksana.moe> | 2024-09-09 09:29:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 09:29:08 +0800 |
| commit | 59c3aa2d4de4b69b3e21742fd1d7222756cf5d91 (patch) | |
| tree | 7dca00caebe5cc7ca1477bdede3ae311e3601dad /lib/licenses.nix | |
| parent | open-webui: Add `environmentFile` option (#334830) (diff) | |
| parent | _1fps: init at 0.1.10 (diff) | |
| download | nixpkgs-59c3aa2d4de4b69b3e21742fd1d7222756cf5d91.tar.gz | |
_1fps: init at 0.1.10 (#333281)
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index 88606f968ed6..84b2597760fd 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -554,6 +554,13 @@ lib.mapAttrs mkLicense ({ redistributable = true; }; + fsl11Asl20 = { + fullName = "Functional Source License, Version 1.1, Apache 2.0 Future License"; + url = "https://fsl.software/FSL-1.1-Apache-2.0.template.md"; + free = false; + redistributable = true; + }; + ftl = { spdxId = "FTL"; fullName = "Freetype Project License"; |
