From f8c310eb8fb961fb21f28124da7c9c2e37878469 Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 3 Mar 2021 21:41:44 +0100 Subject: [PATCH] added license mention into the README noting AGPL v3+, #1708 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9451d9af6..705fe2618 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ npm run start-server * [FancyTree](https://github.com/mar10/fancytree) - very feature rich tree library without real competition. Trilium Notes would not be the same without it. * [CodeMirror](https://github.com/codemirror/CodeMirror) - code editor with support for huge amount of languages * [jsPlumb](https://github.com/jsplumb/jsplumb) - visual connectivity library without competition. Used in [relation maps](https://github.com/zadam/trilium/wiki/Relation-map) and [link maps](https://github.com/zadam/trilium/wiki/Link-map) + +## License + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.