summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2024-11-03 16:00:28 +0100
committerFlorian Brandes <florian.brandes@posteo.de>2024-11-04 06:09:37 +0100
commit8f55121f7f7921b2ea7f601fa425d6b8266c6bd7 (patch)
tree19d717f337f1761b9ac0ae3c91f34246bf7ffa57 /lib/licenses.nix
parentpython312Packages.openusd: conform to PEP 517 (diff)
downloadnixpkgs-8f55121f7f7921b2ea7f601fa425d6b8266c6bd7.tar.gz
lib/licenses.nix: add tost
this adds the license for OpenUSD which is explained here https://forum.aousd.org/t/upcoming-openusd-license-update/1561 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 291c66ea850e..9affe6a2d63c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -1212,6 +1212,11 @@ lib.mapAttrs mkLicense ({
fullName = "TCL/TK License";
};
+ tost = {
+ fullName = "Tomorrow Open Source Technology License 1.0";
+ url = "https://github.com/PixarAnimationStudios/OpenUSD/blob/release/LICENSE.txt";
+ };
+
ucd = {
fullName = "Unicode Character Database License";
url = "https://fedoraproject.org/wiki/Licensing:UCD";