From 6f0be94bd6de74ce0decb537530e33b8a16d34e9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:11:53 +0000 Subject: [PATCH] Update LICENSE with proprietary directory details Added licensing information for proprietary directories. --- LICENSE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LICENSE b/LICENSE index cc732d7ea..c20c97f6e 100644 --- a/LICENSE +++ b/LICENSE @@ -6,6 +6,10 @@ Portions of this software are licensed as follows: * All content that resides under the "app/proprietary/" directory of this repository, if that directory exists, is licensed under the license defined in "app/proprietary/LICENSE". +* All content that resides under the "frontend/src/proprietary/" directory of this repository, +if that directory exists, is licensed under the license defined in "frontend/src/proprietary/LICENSE". +* All content that resides under the "frontend/src/desktop/" directory of this repository, +if that directory exists, is licensed under the license defined in "frontend/src/desktop/LICENSE". * Content outside of the above mentioned directories or restrictions above is available under the MIT License as defined below.