Skip to content

Commit

Permalink
lib/licenses.nix: add tost
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gador committed Nov 3, 2024
1 parent 3bf0119 commit 38e847d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,12 @@ lib.mapAttrs mkLicense ({
fullName = "TCL/TK License";
};

tost = {
shortName = "TSL";
fullName = "Tomorrow Open Source License";
url = "https://github.com/PixarAnimationStudios/OpenUSD/blob/release/LICENSE.txt";
};

ucd = {
fullName = "Unicode Character Database License";
url = "https://fedoraproject.org/wiki/Licensing:UCD";
Expand Down

0 comments on commit 38e847d

Please sign in to comment.