mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00: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
@ -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…
Reference in New Issue
Block a user