Unverified Commit 8f55121f authored by Florian Brandes's avatar Florian Brandes
Browse files

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: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent a886b69b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";