mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
licenses: add Reticulum License
This commit is contained in:
parent
44b4278cac
commit
ba44c4a4be
1 changed files with 11 additions and 0 deletions
|
|
@ -1323,6 +1323,17 @@ lib.mapAttrs mkLicense (
|
|||
fullName = "Qwt exception 1.0";
|
||||
};
|
||||
|
||||
reticulum = {
|
||||
# The Reticulum License restricts certain fields of use, notably systems
|
||||
# intended to harm human beings and AI/ML training datasets. Such usage
|
||||
# restrictions are incompatible with the Open Source Definition
|
||||
# (https://opensource.org/osd), in particular "No Discrimination Against
|
||||
# Fields of Endeavor".
|
||||
free = false;
|
||||
fullName = "Reticulum License";
|
||||
url = "https://reticulum.network/license";
|
||||
};
|
||||
|
||||
ruby = {
|
||||
spdxId = "Ruby";
|
||||
fullName = "Ruby License";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue