mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
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>
This commit is contained in:
parent
a886b69be8
commit
8f55121f7f
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue