licences: add Obsidian.md EULA

wip/yesman
Conrad Mearns 4 years ago
parent 14ddd784d3
commit e4172776e7
  1. 6
      lib/licenses.nix

@ -545,6 +545,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "Non-Profit Open Software License 3.0";
};
obsidian = {
fullName = "Obsidian End User Agreement";
url = "https://obsidian.md/eula";
free = false;
};
ocamlpro_nc = {
fullName = "OCamlPro Non Commercial license version 1";
url = "https://alt-ergo.ocamlpro.com/http/alt-ergo-2.2.0/OCamlPro-Non-Commercial-License.pdf";

Loading…
Cancel
Save