From 76f392ad58701a1651cb94752eee44b99cd1047d Mon Sep 17 00:00:00 2001 From: nicosammito Date: Thu, 18 Jun 2026 13:36:24 +0200 Subject: [PATCH 1/2] feat: adding velorum license support --- .../licenses/{ee-sculptor.txt => ee-sculptor-velorum.txt} | 0 modules/github/license_files/main.tf | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename modules/github/license_files/licenses/{ee-sculptor.txt => ee-sculptor-velorum.txt} (100%) diff --git a/modules/github/license_files/licenses/ee-sculptor.txt b/modules/github/license_files/licenses/ee-sculptor-velorum.txt similarity index 100% rename from modules/github/license_files/licenses/ee-sculptor.txt rename to modules/github/license_files/licenses/ee-sculptor-velorum.txt diff --git a/modules/github/license_files/main.tf b/modules/github/license_files/main.tf index b59d4a64..7a6d0dc0 100644 --- a/modules/github/license_files/main.tf +++ b/modules/github/license_files/main.tf @@ -22,7 +22,8 @@ locals { "pictor" = "mit" "reticulum" = "ee" "sagittarius" = "ee-sagittarius" - "sculptor" = "ee-sculptor" + "sculptor" = "ee-sculptor-velorum" + "velorum" = "ee-sculptor-velorum" "taurus" = "ee" "telescopium" = "mit" "triangulum" = "mit-with-ai-restriction" From c29c4e78ef9e34db2949221c50201dfc861ef6bc Mon Sep 17 00:00:00 2001 From: nicosammito Date: Thu, 18 Jun 2026 22:45:03 +0200 Subject: [PATCH 2/2] feat: adding velorum license support --- ...{ee-sculptor-velorum.txt => ee-sculptor.txt} | 0 .../license_files/licenses/ee-velorum.txt | 17 +++++++++++++++++ modules/github/license_files/main.tf | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) rename modules/github/license_files/licenses/{ee-sculptor-velorum.txt => ee-sculptor.txt} (100%) create mode 100644 modules/github/license_files/licenses/ee-velorum.txt diff --git a/modules/github/license_files/licenses/ee-sculptor-velorum.txt b/modules/github/license_files/licenses/ee-sculptor.txt similarity index 100% rename from modules/github/license_files/licenses/ee-sculptor-velorum.txt rename to modules/github/license_files/licenses/ee-sculptor.txt diff --git a/modules/github/license_files/licenses/ee-velorum.txt b/modules/github/license_files/licenses/ee-velorum.txt new file mode 100644 index 00000000..f897e6be --- /dev/null +++ b/modules/github/license_files/licenses/ee-velorum.txt @@ -0,0 +1,17 @@ +Copyright 2023-2026 Code0 UG (haftungsbeschränkt) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to use the Software for personal and non-commercial purposes only. For the purposes of this license, personal use is strictly defined as the individual use of the Software by a natural person for private, and non-commercial projects where no financial gain is sought. This permission includes the rights to use, copy, modify, and merge the Software for such individual purposes. + +Any and all use of the Software or its source code that does not strictly conform to the aforementioned definition of personal use is classified as commercial or professional use and requires a valid Code0 Enterprise Edition (EE) License for the correct number of user seats issued by the Copyright Holder. This requirement applies without limitation to use within a commercial entity, use for professional services, or use as part of any revenue-generating product or service. + +All content located within the "/packages/ee" directory, if that directory exists, specifically and exclusively requires a valid Code0 Enterprise Edition (EE) License for the correct number of user seats, regardless of the user's intent or status. + +All content located within the "/packages/cloud" directory, if that directory exists, is reserved for the exclusive use of the Copyright Holder. + +Notwithstanding the permissions granted above, this Software and its source code may not be used, in whole or in part, for the purpose of training, fine-tuning, or developing artificial intelligence (AI) models or machine learning algorithms without prior written consent from the Copyright Holder. + +This License shall be governed by and construed in accordance with the laws of Germany. Any disputes arising out of or in connection with this License shall be subject to the exclusive jurisdiction of the courts in Solingen, Germany. + +This copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. This requirement applies to any and all distributions, modifications, or merged versions of the Software to ensure the continued application of these terms. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/modules/github/license_files/main.tf b/modules/github/license_files/main.tf index 7a6d0dc0..5f9c78ad 100644 --- a/modules/github/license_files/main.tf +++ b/modules/github/license_files/main.tf @@ -22,8 +22,8 @@ locals { "pictor" = "mit" "reticulum" = "ee" "sagittarius" = "ee-sagittarius" - "sculptor" = "ee-sculptor-velorum" - "velorum" = "ee-sculptor-velorum" + "sculptor" = "ee-sculptor" + "velorum" = "ee-velorum" "taurus" = "ee" "telescopium" = "mit" "triangulum" = "mit-with-ai-restriction"