diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 18:04:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 18:04:50 +0000 |
| commit | 7bea7caccad69750f5ed68d2af7234d4d71980f3 (patch) | |
| tree | dac9e141b417f6f7cb7fa33c36fe4aadcd9aa8ce /lib/licenses.nix | |
| parent | waf: 2.1.2 -> 2.1.3 (#353407) (diff) | |
| parent | Merge master into staging-next (diff) | |
| download | nixpkgs-7bea7caccad69750f5ed68d2af7234d4d71980f3.tar.gz | |
Merge staging-next into staging
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index 0ef50504f8ad..8541545d35c4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1217,6 +1217,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"; |
