From fb79915e7cd5c5be5ae114d73919fd361e4ee0ea Mon Sep 17 00:00:00 2001 From: Sam Greytalon Date: Mon, 26 Feb 2024 13:22:02 -0600 Subject: [PATCH] Add an exception to the license Messy attempt at letting users modify the configuration variables without making the software a "modified version". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abcec7..291927f 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ Dexter needs to know about two directories you want it to use: * `$FS_ENCODING`: The character encoding that the underlying filesystem uses to store filenames. The default value of `UTF-8` is most likely correct. ## License -Dexter is released under Version 3 of the GNU Affero General Public License (see `LICENSE`). The default font- JetBrainsMono from NerdFonts- is released under Version 1.1 of the SIL Open Font License (see `app/public/.assets/FONT-LICENSE`). +Dexter is released under Version 3 of the GNU Affero General Public License (see `LICENSE`). In the case of this software specifically, any changes made to the assigned values of the variables `$ROOT_DIRECTORY`, `$SOCKET_DIRECTORY`, `$TEMP_DIRECTORY`, `$FS_ENCODING`, `$MAX_REQUEST_SIZE`, or `%USER_ACCESS_RULES` do not qualify as modifying the software as defined in the terms of the GNU Affero General Public License, as these variables exist for configuration purposes. Any other changes made to the source code of this software still qualifies as "modifying" the software under those same terms. The default font- JetBrainsMono from NerdFonts- is released under Version 1.1 of the SIL Open Font License (see `app/public/.assets/FONT-LICENSE`).