summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-09-09 09:29:08 +0800
committerGitHub <noreply@github.com>2024-09-09 09:29:08 +0800
commit59c3aa2d4de4b69b3e21742fd1d7222756cf5d91 (patch)
tree7dca00caebe5cc7ca1477bdede3ae311e3601dad /lib/licenses.nix
parentopen-webui: Add `environmentFile` option (#334830) (diff)
parent_1fps: init at 0.1.10 (diff)
downloadnixpkgs-59c3aa2d4de4b69b3e21742fd1d7222756cf5d91.tar.gz
_1fps: init at 0.1.10 (#333281)
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix7
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";