From f311afd984f3e1faf76681bfba116b0c78f8992d Mon Sep 17 00:00:00 2001 From: "NGGT.LightKeeper" Date: Wed, 5 Aug 2026 12:21:47 +0500 Subject: [PATCH 1/5] feat: update LICENSE --- LICENSE.md | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 8a9d18a..493c398 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,98 @@ -All Rights Reserved +# Elastic License 2.0 -Copyright (c) 2026 NGGT.LightKeeper & Di120078 +# Copyright (c) 2026 NEXTGGTECH + +*Effective from the initial commit/release and applying retroactively to +all existing and future versions, commits, tags, and releases of this project, +this software is licensed under the terms of the Elastic License 2.0 (ELv2). + + +## Acceptance + +By using the software, you agree to all of the terms and conditions below. + +## Copyright License + +The licensor grants you a non-exclusive, royalty-free, worldwide, +non-sublicensable, non-transferable license to use, copy, distribute, make +available, and prepare derivative works of the software, in each case subject to +the limitations and conditions below. + +## Limitations + +You may not provide the software to third parties as a hosted or managed +service, where the service provides users with access to any substantial set of +the features or functionality of the software. + +You may not move, change, disable, or circumvent the license key functionality +in the software, and you may not remove or obscure any functionality in the +software that is protected by the license key. + +You may not alter, remove, or obscure any licensing, copyright, or other notices +of the licensor in the software. Any use of the licensor’s trademarks is subject +to applicable law. + +## Patents + +The licensor grants you a license, under any patent claims the licensor can +license, or becomes able to license, to make, have made, use, sell, offer for +sale, import and have imported the software, in each case subject to the +limitations and conditions in this license. This license does not cover any +patent claims that you cause to be infringed by modifications or additions to +the software. If you or your company make any written claim that the software +infringes or contributes to infringement of any patent, your patent license for +the software granted under these terms ends immediately. If your company makes +such a claim, your patent license ends immediately for work on behalf of your +company. + +## Notices + +You must ensure that anyone who gets a copy of any part of the software from you +also gets a copy of these terms. + +If you modify the software, you must include in any modified copies of the +software prominent notices stating that you have modified the software. + +## No Other Rights + +These terms do not imply any licenses other than those expressly granted in +these terms. + +## Termination + +If you use the software in violation of these terms, such use is not licensed, +and your licenses will automatically terminate. If the licensor provides you +with a notice of your violation, and you cease all violation of this license no +later than 30 days after you receive that notice, your licenses will be +reinstated retroactively. However, if you violate these terms after such +reinstatement, any additional violation of these terms will cause your licenses +to terminate automatically and permanently. + +## No Liability + +*As far as the law allows, the software comes as is, without any warranty or +condition, and the licensor will not be liable to you for any damages arising +out of these terms or the use or nature of the software, under any kind of +legal claim.* + +## Definitions + +The **licensor** is the entity offering these terms, and the **software** is the +software the licensor makes available under these terms, including any portion +of it. + +**you** refers to the individual or entity agreeing to these terms. + +**your company** is any legal entity, sole proprietorship, or other kind of +organization that you work for, plus all organizations that have control over, +are under the control of, or are under common control with that +organization. **control** means ownership of substantially all the assets of an +entity, or the power to direct its management and policies by vote, contract, or +otherwise. Control can be direct or indirect. + +**your licenses** are all the licenses granted to you for the software under +these terms. + +**use** means anything you do with the software requiring one of your licenses. + +**trademark** means trademarks, service marks, and similar rights. From be4e22bb2024077b3b68166df5c7b7cd1b34f923 Mon Sep 17 00:00:00 2001 From: "NGGT.LightKeeper" Date: Wed, 5 Aug 2026 12:25:03 +0500 Subject: [PATCH 2/5] feat: update LICENSE notifications --- .github/workflows/release.yml | 2 +- API/mcp.py | 2 +- ASLM/__init__.py | 2 +- ASLM/asgi.py | 2 +- ASLM/settings.py | 2 +- ASLM/urls.py | 2 +- ASLM/wsgi.py | 2 +- Apps/Data/__init__.py | 2 +- Apps/Data/admin.py | 2 +- Apps/Data/apps.py | 2 +- Apps/Data/lms_presets.py | 2 +- Apps/Data/models.py | 2 +- Apps/Data/ollama_presets.py | 2 +- Apps/Data/test_helpers.py | 2 +- Apps/Data/tests.py | 2 +- Apps/Data/views.py | 2 +- Apps/UI/__init__.py | 2 +- Apps/UI/admin.py | 2 +- Apps/UI/apps.py | 2 +- Apps/UI/chat_backend.py | 2 +- Apps/UI/file_manifests.py | 2 +- Apps/UI/host_locale_bridge.py | 2 +- Apps/UI/host_theme_bridge.py | 2 +- Apps/UI/locale_catalog.py | 2 +- Apps/UI/markitdown_extractor.py | 2 +- Apps/UI/models.py | 2 +- Apps/UI/run_views.py | 2 +- Apps/UI/static/css/main/base.css | 2 +- Apps/UI/static/css/main/browser-portal.css | 2 +- Apps/UI/static/css/main/main.css | 2 +- Apps/UI/static/css/main/markdown.css | 2 +- Apps/UI/static/js/engines/aslm-chat.js | 2 +- Apps/UI/static/js/engines/engine-registry.js | 2 +- Apps/UI/static/js/engines/google-genai.js | 2 +- Apps/UI/static/js/engines/lms.js | 2 +- Apps/UI/static/js/engines/ollama-service.js | 2 +- Apps/UI/static/js/engines/openai.js | 2 +- Apps/UI/static/js/main/api.js | 2 +- Apps/UI/static/js/main/app-context.js | 2 +- Apps/UI/static/js/main/chat-controller.js | 2 +- Apps/UI/static/js/main/constants.js | 2 +- Apps/UI/static/js/main/engine-manager.js | 2 +- Apps/UI/static/js/main/event-bindings.js | 2 +- Apps/UI/static/js/main/i18n.js | 2 +- Apps/UI/static/js/main/main.js | 2 +- Apps/UI/static/js/main/utils.js | 2 +- Apps/UI/static/js/ui/attachments-ui.js | 2 +- Apps/UI/static/js/ui/browser-portal-ui.js | 2 +- Apps/UI/static/js/ui/chat-history-ui.js | 2 +- Apps/UI/static/js/ui/citation-preview-ui.js | 2 +- Apps/UI/static/js/ui/citations-ui.js | 2 +- Apps/UI/static/js/ui/messages-ui.js | 2 +- Apps/UI/static/js/ui/model-selector-ui.js | 2 +- Apps/UI/static/js/ui/parameters-ui.js | 2 +- Apps/UI/static/js/ui/skills-ui.js | 2 +- Apps/UI/static/js/ui/tool-inspector.js | 2 +- Apps/UI/static/js/ui/workspace-ui.js | 2 +- Apps/UI/templates/main/base.html | 2 +- Apps/UI/templates/main/main.html | 2 +- Apps/UI/templatetags/i18n_tags.py | 2 +- Apps/UI/test_chat_backend.py | 2 +- Apps/UI/tests.py | 2 +- Apps/UI/upload_storage.py | 2 +- Apps/UI/urls.py | 2 +- Apps/UI/views.py | 2 +- Runtime/backends/base.py | 2 +- Runtime/backends/thread_backend.py | 2 +- Runtime/config/aggregator.py | 2 +- Runtime/config/sources.py | 2 +- Runtime/event_log.py | 2 +- Runtime/executors/aslm_chat_executor.py | 2 +- Runtime/executors/lms_direct_executor.py | 2 +- Runtime/executors/stub_executor.py | 2 +- Runtime/run_manager.py | 2 +- Runtime/types.py | 2 +- Services/aslm_chat_client.py | 2 +- Services/aslm_chat_resolver.py | 2 +- Services/aslm_chat_stream.py | 2 +- Services/aslm_interop_client.py | 2 +- Services/folder_picker.py | 2 +- Services/tool_worker.py | 2 +- Services/user_mcp_client.py | 2 +- Services/venv_manager.py | 2 +- Settings/console.py | 2 +- Settings/first_run.py | 2 +- Settings/host_locale.py | 2 +- Settings/host_theme.py | 2 +- Settings/mcp_json.py | 2 +- Settings/settings.py | 2 +- Settings/skills.py | 2 +- Tools/file_system/fs_tools.py | 2 +- Tools/file_system/registry.py | 2 +- Tools/file_system/responses.py | 2 +- Tools/file_system/shell_tool.py | 2 +- Tools/file_system/workspace_paths.py | 2 +- Tools/update_model_runtime_metadata.py | 2 +- main.py | 2 +- manage.py | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52d511a..b0b3c6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. name: Release diff --git a/API/mcp.py b/API/mcp.py index 760125b..b99e6cc 100644 --- a/API/mcp.py +++ b/API/mcp.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/ASLM/__init__.py b/ASLM/__init__.py index 35b291b..35d718f 100644 --- a/ASLM/__init__.py +++ b/ASLM/__init__.py @@ -1 +1 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. diff --git a/ASLM/asgi.py b/ASLM/asgi.py index 2ce6a2d..7e3396b 100644 --- a/ASLM/asgi.py +++ b/ASLM/asgi.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. import os from django.core.asgi import get_asgi_application diff --git a/ASLM/settings.py b/ASLM/settings.py index b7e833c..6d69be9 100644 --- a/ASLM/settings.py +++ b/ASLM/settings.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/ASLM/urls.py b/ASLM/urls.py index c39819d..0830b44 100644 --- a/ASLM/urls.py +++ b/ASLM/urls.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from django.contrib import admin from django.urls import include, path diff --git a/ASLM/wsgi.py b/ASLM/wsgi.py index 0049ce4..49bf17b 100644 --- a/ASLM/wsgi.py +++ b/ASLM/wsgi.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. import os from django.core.wsgi import get_wsgi_application diff --git a/Apps/Data/__init__.py b/Apps/Data/__init__.py index 35b291b..35d718f 100644 --- a/Apps/Data/__init__.py +++ b/Apps/Data/__init__.py @@ -1 +1 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. diff --git a/Apps/Data/admin.py b/Apps/Data/admin.py index d7d133c..55f145f 100644 --- a/Apps/Data/admin.py +++ b/Apps/Data/admin.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from django.contrib import admin diff --git a/Apps/Data/apps.py b/Apps/Data/apps.py index 4b1e445..f5e3848 100644 --- a/Apps/Data/apps.py +++ b/Apps/Data/apps.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from django.apps import AppConfig diff --git a/Apps/Data/lms_presets.py b/Apps/Data/lms_presets.py index 5b3dcd4..7e1041d 100644 --- a/Apps/Data/lms_presets.py +++ b/Apps/Data/lms_presets.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/Data/models.py b/Apps/Data/models.py index 5454805..df0950c 100644 --- a/Apps/Data/models.py +++ b/Apps/Data/models.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/Data/ollama_presets.py b/Apps/Data/ollama_presets.py index e8edd5a..5cf6d91 100644 --- a/Apps/Data/ollama_presets.py +++ b/Apps/Data/ollama_presets.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/Data/test_helpers.py b/Apps/Data/test_helpers.py index 956335b..4415b5f 100644 --- a/Apps/Data/test_helpers.py +++ b/Apps/Data/test_helpers.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/Data/tests.py b/Apps/Data/tests.py index d67a67c..a3bf412 100644 --- a/Apps/Data/tests.py +++ b/Apps/Data/tests.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/Data/views.py b/Apps/Data/views.py index 35b291b..35d718f 100644 --- a/Apps/Data/views.py +++ b/Apps/Data/views.py @@ -1 +1 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. diff --git a/Apps/UI/__init__.py b/Apps/UI/__init__.py index 4e40e38..76eb709 100644 --- a/Apps/UI/__init__.py +++ b/Apps/UI/__init__.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/admin.py b/Apps/UI/admin.py index 35b291b..35d718f 100644 --- a/Apps/UI/admin.py +++ b/Apps/UI/admin.py @@ -1 +1 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. diff --git a/Apps/UI/apps.py b/Apps/UI/apps.py index 27f9c6a..e2d4a26 100644 --- a/Apps/UI/apps.py +++ b/Apps/UI/apps.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. import logging import threading diff --git a/Apps/UI/chat_backend.py b/Apps/UI/chat_backend.py index e396b0a..5b11204 100644 --- a/Apps/UI/chat_backend.py +++ b/Apps/UI/chat_backend.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/file_manifests.py b/Apps/UI/file_manifests.py index cee3c6b..b5c89ef 100644 --- a/Apps/UI/file_manifests.py +++ b/Apps/UI/file_manifests.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/host_locale_bridge.py b/Apps/UI/host_locale_bridge.py index 53f01cb..78b285e 100644 --- a/Apps/UI/host_locale_bridge.py +++ b/Apps/UI/host_locale_bridge.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/host_theme_bridge.py b/Apps/UI/host_theme_bridge.py index dd9e133..3e6563c 100644 --- a/Apps/UI/host_theme_bridge.py +++ b/Apps/UI/host_theme_bridge.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/locale_catalog.py b/Apps/UI/locale_catalog.py index 6fe9f9f..1de949d 100644 --- a/Apps/UI/locale_catalog.py +++ b/Apps/UI/locale_catalog.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/markitdown_extractor.py b/Apps/UI/markitdown_extractor.py index fa6ca2c..ab44c6d 100644 --- a/Apps/UI/markitdown_extractor.py +++ b/Apps/UI/markitdown_extractor.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/models.py b/Apps/UI/models.py index 35b291b..35d718f 100644 --- a/Apps/UI/models.py +++ b/Apps/UI/models.py @@ -1 +1 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. diff --git a/Apps/UI/run_views.py b/Apps/UI/run_views.py index aba45b6..f7334b6 100644 --- a/Apps/UI/run_views.py +++ b/Apps/UI/run_views.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/static/css/main/base.css b/Apps/UI/static/css/main/base.css index c60576f..b1d8d72 100644 --- a/Apps/UI/static/css/main/base.css +++ b/Apps/UI/static/css/main/base.css @@ -1,4 +1,4 @@ -/* Copyright NGGT.LightKeeper. All Rights Reserved. */ +/* Copyright NEXTGGTECH. Elastic License 2.0. */ /* Font faces */ @font-face { diff --git a/Apps/UI/static/css/main/browser-portal.css b/Apps/UI/static/css/main/browser-portal.css index 58ad77e..6da19e1 100644 --- a/Apps/UI/static/css/main/browser-portal.css +++ b/Apps/UI/static/css/main/browser-portal.css @@ -1,4 +1,4 @@ -/* Copyright NGGT.LightKeeper. All Rights Reserved. */ +/* Copyright NEXTGGTECH. Elastic License 2.0. */ .browser-portal { /* Limit layout/paint invalidation leaking into the message stream (main-thread isolation, not a second process). */ diff --git a/Apps/UI/static/css/main/main.css b/Apps/UI/static/css/main/main.css index daf912a..c455c22 100644 --- a/Apps/UI/static/css/main/main.css +++ b/Apps/UI/static/css/main/main.css @@ -1,4 +1,4 @@ -/* Copyright NGGT.LightKeeper. All Rights Reserved. */ +/* Copyright NEXTGGTECH. Elastic License 2.0. */ /* App shell */ .app-shell { diff --git a/Apps/UI/static/css/main/markdown.css b/Apps/UI/static/css/main/markdown.css index 1bf7806..fc141e4 100644 --- a/Apps/UI/static/css/main/markdown.css +++ b/Apps/UI/static/css/main/markdown.css @@ -1,4 +1,4 @@ -/* Copyright NGGT.LightKeeper. All Rights Reserved. */ +/* Copyright NEXTGGTECH. Elastic License 2.0. */ /* Markdown content */ .markdown-body { diff --git a/Apps/UI/static/js/engines/aslm-chat.js b/Apps/UI/static/js/engines/aslm-chat.js index d6175d4..be77661 100644 --- a/Apps/UI/static/js/engines/aslm-chat.js +++ b/Apps/UI/static/js/engines/aslm-chat.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Facade adapter for ASLM-Chat-backed inference. export const aslmChatAdapter = { diff --git a/Apps/UI/static/js/engines/engine-registry.js b/Apps/UI/static/js/engines/engine-registry.js index 6d1d814..cbaf038 100644 --- a/Apps/UI/static/js/engines/engine-registry.js +++ b/Apps/UI/static/js/engines/engine-registry.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { aslmChatAdapter } from './aslm-chat.js'; import { googleGenAiAdapter } from './google-genai.js'; diff --git a/Apps/UI/static/js/engines/google-genai.js b/Apps/UI/static/js/engines/google-genai.js index a5ed2f8..c85bea8 100644 --- a/Apps/UI/static/js/engines/google-genai.js +++ b/Apps/UI/static/js/engines/google-genai.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Google GenAI adapter. export const googleGenAiAdapter = { diff --git a/Apps/UI/static/js/engines/lms.js b/Apps/UI/static/js/engines/lms.js index 7fee166..1f33d92 100644 --- a/Apps/UI/static/js/engines/lms.js +++ b/Apps/UI/static/js/engines/lms.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // LM Studio adapter. export const lmsAdapter = { diff --git a/Apps/UI/static/js/engines/ollama-service.js b/Apps/UI/static/js/engines/ollama-service.js index b635248..a37b601 100644 --- a/Apps/UI/static/js/engines/ollama-service.js +++ b/Apps/UI/static/js/engines/ollama-service.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { OLLAMA_UNSUPPORTED_RUNTIME_PARAMS } from '../main/constants.js'; diff --git a/Apps/UI/static/js/engines/openai.js b/Apps/UI/static/js/engines/openai.js index 72cfcb9..2402204 100644 --- a/Apps/UI/static/js/engines/openai.js +++ b/Apps/UI/static/js/engines/openai.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // OpenAI-compatible adapter. export const openAiAdapter = { diff --git a/Apps/UI/static/js/main/api.js b/Apps/UI/static/js/main/api.js index 2e963d7..98a3d52 100644 --- a/Apps/UI/static/js/main/api.js +++ b/Apps/UI/static/js/main/api.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Cookie helpers. // Read one cookie value by name. diff --git a/Apps/UI/static/js/main/app-context.js b/Apps/UI/static/js/main/app-context.js index 6a2e30b..3ba3050 100644 --- a/Apps/UI/static/js/main/app-context.js +++ b/Apps/UI/static/js/main/app-context.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { normalizeEngineValue } from '../engines/engine-registry.js'; import { initI18n } from './i18n.js'; diff --git a/Apps/UI/static/js/main/chat-controller.js b/Apps/UI/static/js/main/chat-controller.js index 7147e7d..9b49c6e 100644 --- a/Apps/UI/static/js/main/chat-controller.js +++ b/Apps/UI/static/js/main/chat-controller.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { deleteJson, getCsrfToken, getJson, patchJson, postJson } from './api.js'; import { intlLocaleTag, t } from './i18n.js'; diff --git a/Apps/UI/static/js/main/constants.js b/Apps/UI/static/js/main/constants.js index 63cd3ec..d69738e 100644 --- a/Apps/UI/static/js/main/constants.js +++ b/Apps/UI/static/js/main/constants.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Ollama-only runtime keys hidden from the managed UI. export const OLLAMA_UNSUPPORTED_RUNTIME_PARAMS = new Set([ diff --git a/Apps/UI/static/js/main/engine-manager.js b/Apps/UI/static/js/main/engine-manager.js index a02af0d..a57beaa 100644 --- a/Apps/UI/static/js/main/engine-manager.js +++ b/Apps/UI/static/js/main/engine-manager.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { getJson, postJson } from './api.js'; import { t } from './i18n.js'; diff --git a/Apps/UI/static/js/main/event-bindings.js b/Apps/UI/static/js/main/event-bindings.js index ac0ba7b..e77090f 100644 --- a/Apps/UI/static/js/main/event-bindings.js +++ b/Apps/UI/static/js/main/event-bindings.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { t } from './i18n.js'; diff --git a/Apps/UI/static/js/main/i18n.js b/Apps/UI/static/js/main/i18n.js index 7c0ef3d..09862f7 100644 --- a/Apps/UI/static/js/main/i18n.js +++ b/Apps/UI/static/js/main/i18n.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Client-side translations from #aslmHostLocaleData (see host_locale_bridge). diff --git a/Apps/UI/static/js/main/main.js b/Apps/UI/static/js/main/main.js index c80593a..e3161bd 100644 --- a/Apps/UI/static/js/main/main.js +++ b/Apps/UI/static/js/main/main.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { createAttachmentsUi } from '../ui/attachments-ui.js'; import { createBrowserPortalUi } from '../ui/browser-portal-ui.js'; diff --git a/Apps/UI/static/js/main/utils.js b/Apps/UI/static/js/main/utils.js index 05059f4..eaf1e6a 100644 --- a/Apps/UI/static/js/main/utils.js +++ b/Apps/UI/static/js/main/utils.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { THINK_PARAMETER_KEYS } from './constants.js'; import { intlLocaleTag } from './i18n.js'; diff --git a/Apps/UI/static/js/ui/attachments-ui.js b/Apps/UI/static/js/ui/attachments-ui.js index ea22d9c..97f6972 100644 --- a/Apps/UI/static/js/ui/attachments-ui.js +++ b/Apps/UI/static/js/ui/attachments-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { getCsrfToken } from '../main/api.js'; import { escHtml } from '../main/utils.js'; diff --git a/Apps/UI/static/js/ui/browser-portal-ui.js b/Apps/UI/static/js/ui/browser-portal-ui.js index 6dca7f0..2689a22 100644 --- a/Apps/UI/static/js/ui/browser-portal-ui.js +++ b/Apps/UI/static/js/ui/browser-portal-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, escapeAttributeValue } from '../main/utils.js'; import { getJson, postJson } from '../main/api.js'; diff --git a/Apps/UI/static/js/ui/chat-history-ui.js b/Apps/UI/static/js/ui/chat-history-ui.js index 1a5bd35..a0f889f 100644 --- a/Apps/UI/static/js/ui/chat-history-ui.js +++ b/Apps/UI/static/js/ui/chat-history-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, escapeAttributeValue } from '../main/utils.js'; import { t } from '../main/i18n.js'; diff --git a/Apps/UI/static/js/ui/citation-preview-ui.js b/Apps/UI/static/js/ui/citation-preview-ui.js index 0799869..df1d197 100644 --- a/Apps/UI/static/js/ui/citation-preview-ui.js +++ b/Apps/UI/static/js/ui/citation-preview-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, escapeAttributeValue } from '../main/utils.js'; diff --git a/Apps/UI/static/js/ui/citations-ui.js b/Apps/UI/static/js/ui/citations-ui.js index 6deae4a..94f38a7 100644 --- a/Apps/UI/static/js/ui/citations-ui.js +++ b/Apps/UI/static/js/ui/citations-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, escapeAttributeValue } from '../main/utils.js'; diff --git a/Apps/UI/static/js/ui/messages-ui.js b/Apps/UI/static/js/ui/messages-ui.js index eb3dd9a..86ba671 100644 --- a/Apps/UI/static/js/ui/messages-ui.js +++ b/Apps/UI/static/js/ui/messages-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, escapeAttributeValue, timeNow } from '../main/utils.js'; import { diff --git a/Apps/UI/static/js/ui/model-selector-ui.js b/Apps/UI/static/js/ui/model-selector-ui.js index 7658876..409e1df 100644 --- a/Apps/UI/static/js/ui/model-selector-ui.js +++ b/Apps/UI/static/js/ui/model-selector-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { escHtml, parseJsonScript } from '../main/utils.js'; diff --git a/Apps/UI/static/js/ui/parameters-ui.js b/Apps/UI/static/js/ui/parameters-ui.js index 8283ee7..6880ecf 100644 --- a/Apps/UI/static/js/ui/parameters-ui.js +++ b/Apps/UI/static/js/ui/parameters-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { LLM_PARAMETER_OPTION_SETS, diff --git a/Apps/UI/static/js/ui/skills-ui.js b/Apps/UI/static/js/ui/skills-ui.js index 4f7581a..b69574d 100644 --- a/Apps/UI/static/js/ui/skills-ui.js +++ b/Apps/UI/static/js/ui/skills-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { getJson, patchJson, postJson, requestJson } from '../main/api.js'; import { intlLocaleTag, t } from '../main/i18n.js'; diff --git a/Apps/UI/static/js/ui/tool-inspector.js b/Apps/UI/static/js/ui/tool-inspector.js index cadf8e1..cd4488a 100644 --- a/Apps/UI/static/js/ui/tool-inspector.js +++ b/Apps/UI/static/js/ui/tool-inspector.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. // Tool inspector UI. // Create the modal used to inspect tool inputs and outputs. diff --git a/Apps/UI/static/js/ui/workspace-ui.js b/Apps/UI/static/js/ui/workspace-ui.js index 18da70e..f5763e6 100644 --- a/Apps/UI/static/js/ui/workspace-ui.js +++ b/Apps/UI/static/js/ui/workspace-ui.js @@ -1,4 +1,4 @@ -// Copyright NGGT.LightKeeper. All Rights Reserved. +// Copyright NEXTGGTECH. Elastic License 2.0. import { deleteJson, postJson } from '../main/api.js'; import { escHtml, escapeAttributeValue, parseJsonScript } from '../main/utils.js'; diff --git a/Apps/UI/templates/main/base.html b/Apps/UI/templates/main/base.html index 271664c..488d132 100644 --- a/Apps/UI/templates/main/base.html +++ b/Apps/UI/templates/main/base.html @@ -1,5 +1,5 @@ {% load i18n_tags %} -{% comment %} Copyright NGGT.LightKeeper. All Rights Reserved. {% endcomment %} +{% comment %} Copyright NEXTGGTECH. Elastic License 2.0. {% endcomment %} diff --git a/Apps/UI/templates/main/main.html b/Apps/UI/templates/main/main.html index 3b1a882..5633999 100644 --- a/Apps/UI/templates/main/main.html +++ b/Apps/UI/templates/main/main.html @@ -6,7 +6,7 @@ {% block extra_css %}{% endblock %} {% block body %} -{% comment %} Copyright NGGT.LightKeeper. All Rights Reserved. {% endcomment %} +{% comment %} Copyright NEXTGGTECH. Elastic License 2.0. {% endcomment %} {# Main chat layout. #}
diff --git a/Apps/UI/templatetags/i18n_tags.py b/Apps/UI/templatetags/i18n_tags.py index 7d79559..7c64c30 100644 --- a/Apps/UI/templatetags/i18n_tags.py +++ b/Apps/UI/templatetags/i18n_tags.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/test_chat_backend.py b/Apps/UI/test_chat_backend.py index b767607..9b08ca3 100644 --- a/Apps/UI/test_chat_backend.py +++ b/Apps/UI/test_chat_backend.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/tests.py b/Apps/UI/tests.py index 70eaa08..6f45b5e 100644 --- a/Apps/UI/tests.py +++ b/Apps/UI/tests.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/upload_storage.py b/Apps/UI/upload_storage.py index 9c9665f..d747b42 100644 --- a/Apps/UI/upload_storage.py +++ b/Apps/UI/upload_storage.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Apps/UI/urls.py b/Apps/UI/urls.py index 72d7a7e..48e15e2 100644 --- a/Apps/UI/urls.py +++ b/Apps/UI/urls.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from django.urls import path diff --git a/Apps/UI/views.py b/Apps/UI/views.py index 5e75e81..346fdb8 100644 --- a/Apps/UI/views.py +++ b/Apps/UI/views.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/backends/base.py b/Runtime/backends/base.py index ed1269f..17836ca 100644 --- a/Runtime/backends/base.py +++ b/Runtime/backends/base.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/backends/thread_backend.py b/Runtime/backends/thread_backend.py index 22855fd..2ad25fe 100644 --- a/Runtime/backends/thread_backend.py +++ b/Runtime/backends/thread_backend.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/config/aggregator.py b/Runtime/config/aggregator.py index 0bf016f..59adaeb 100644 --- a/Runtime/config/aggregator.py +++ b/Runtime/config/aggregator.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/config/sources.py b/Runtime/config/sources.py index 66fae93..05ca72c 100644 --- a/Runtime/config/sources.py +++ b/Runtime/config/sources.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/event_log.py b/Runtime/event_log.py index d595d2d..33355cf 100644 --- a/Runtime/event_log.py +++ b/Runtime/event_log.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/executors/aslm_chat_executor.py b/Runtime/executors/aslm_chat_executor.py index 2f79098..9d825d6 100644 --- a/Runtime/executors/aslm_chat_executor.py +++ b/Runtime/executors/aslm_chat_executor.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/executors/lms_direct_executor.py b/Runtime/executors/lms_direct_executor.py index 1689e9b..6d80d87 100644 --- a/Runtime/executors/lms_direct_executor.py +++ b/Runtime/executors/lms_direct_executor.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/executors/stub_executor.py b/Runtime/executors/stub_executor.py index 777b852..1b0be47 100644 --- a/Runtime/executors/stub_executor.py +++ b/Runtime/executors/stub_executor.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/run_manager.py b/Runtime/run_manager.py index df8653a..a3574fb 100644 --- a/Runtime/run_manager.py +++ b/Runtime/run_manager.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Runtime/types.py b/Runtime/types.py index 37dad1e..d87e501 100644 --- a/Runtime/types.py +++ b/Runtime/types.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/aslm_chat_client.py b/Services/aslm_chat_client.py index 1c28c26..b2cfce4 100644 --- a/Services/aslm_chat_client.py +++ b/Services/aslm_chat_client.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/aslm_chat_resolver.py b/Services/aslm_chat_resolver.py index c2a90ee..031b8c5 100644 --- a/Services/aslm_chat_resolver.py +++ b/Services/aslm_chat_resolver.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/aslm_chat_stream.py b/Services/aslm_chat_stream.py index 1697be3..3568030 100644 --- a/Services/aslm_chat_stream.py +++ b/Services/aslm_chat_stream.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/aslm_interop_client.py b/Services/aslm_interop_client.py index f06a202..929f711 100644 --- a/Services/aslm_interop_client.py +++ b/Services/aslm_interop_client.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/folder_picker.py b/Services/folder_picker.py index f44fc41..682d679 100644 --- a/Services/folder_picker.py +++ b/Services/folder_picker.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. """Native folder picker invoked from the Django backend.""" diff --git a/Services/tool_worker.py b/Services/tool_worker.py index 91c75db..f8f045a 100644 --- a/Services/tool_worker.py +++ b/Services/tool_worker.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/user_mcp_client.py b/Services/user_mcp_client.py index f019f3f..85ac13b 100644 --- a/Services/user_mcp_client.py +++ b/Services/user_mcp_client.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Services/venv_manager.py b/Services/venv_manager.py index 9a6654d..04839b2 100644 --- a/Services/venv_manager.py +++ b/Services/venv_manager.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/console.py b/Settings/console.py index e667814..4912627 100644 --- a/Settings/console.py +++ b/Settings/console.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/first_run.py b/Settings/first_run.py index 4b3cc14..19b8c93 100644 --- a/Settings/first_run.py +++ b/Settings/first_run.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/host_locale.py b/Settings/host_locale.py index 9fc5a8d..fe00431 100644 --- a/Settings/host_locale.py +++ b/Settings/host_locale.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/host_theme.py b/Settings/host_theme.py index 2d14bf3..2058f41 100644 --- a/Settings/host_theme.py +++ b/Settings/host_theme.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/mcp_json.py b/Settings/mcp_json.py index 58939ab..08ddd20 100644 --- a/Settings/mcp_json.py +++ b/Settings/mcp_json.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/settings.py b/Settings/settings.py index 35b9a16..697b983 100644 --- a/Settings/settings.py +++ b/Settings/settings.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Settings/skills.py b/Settings/skills.py index 967d7de..d064cbd 100644 --- a/Settings/skills.py +++ b/Settings/skills.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/file_system/fs_tools.py b/Tools/file_system/fs_tools.py index ef79cd3..fe15f3c 100644 --- a/Tools/file_system/fs_tools.py +++ b/Tools/file_system/fs_tools.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/file_system/registry.py b/Tools/file_system/registry.py index b13bd8e..86b4db2 100644 --- a/Tools/file_system/registry.py +++ b/Tools/file_system/registry.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/file_system/responses.py b/Tools/file_system/responses.py index 166621d..9d2ee4d 100644 --- a/Tools/file_system/responses.py +++ b/Tools/file_system/responses.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/file_system/shell_tool.py b/Tools/file_system/shell_tool.py index 8a6412a..f06b501 100644 --- a/Tools/file_system/shell_tool.py +++ b/Tools/file_system/shell_tool.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/file_system/workspace_paths.py b/Tools/file_system/workspace_paths.py index b34e2cb..1f58912 100644 --- a/Tools/file_system/workspace_paths.py +++ b/Tools/file_system/workspace_paths.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/Tools/update_model_runtime_metadata.py b/Tools/update_model_runtime_metadata.py index f7acab3..4daaf5d 100644 --- a/Tools/update_model_runtime_metadata.py +++ b/Tools/update_model_runtime_metadata.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/main.py b/main.py index c78e2cf..64ce6e3 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. from __future__ import annotations diff --git a/manage.py b/manage.py index f385725..9c07113 100644 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -# Copyright NGGT.LightKeeper. All Rights Reserved. +# Copyright NEXTGGTECH. Elastic License 2.0. import os import sys From e6e153d8cf633ccfe64294bce8615f4526ba14cf Mon Sep 17 00:00:00 2001 From: "NGGT.LightKeeper" Date: Wed, 5 Aug 2026 12:27:11 +0500 Subject: [PATCH 3/5] feat: update ASLM_Module.json --- ASLM_Module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ASLM_Module.json b/ASLM_Module.json index c86ce6e..d909280 100644 --- a/ASLM_Module.json +++ b/ASLM_Module.json @@ -2,9 +2,9 @@ "fileVersion": 1, "id": "aslm-code", "name": "ASLM Code", - "description": "ASLM Code Module - coding assistant UI with LLM inference delegated to ASLM-Chat", + "description": "ASLM Code Module", "version": "0.1.2.2", - "author": "NGGT-ASLM", + "author": "NEXTGGTECH", "type": "ui", "category": [ "code" @@ -14,7 +14,7 @@ "sidebarIcon": "sidebar_icon.png", "source": { "type": "github", - "repo": "NGGTLightKeeper/ASLM-Code" + "repo": "NEXTGGTECH/ASLM-Code" }, "update": { "mode": "release", From 959f630592635b86f394fc09da3555be150042de Mon Sep 17 00:00:00 2001 From: "NGGT.LightKeeper" Date: Wed, 5 Aug 2026 12:27:42 +0500 Subject: [PATCH 4/5] feat: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d21d8d..477697b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # ASLM-Code ## License -[Copyright NGGT.LightKeeper & Di120078. All Rights Reserved.](LICENSE.md) +[Copyright NEXTGGTECH. Elastic License 2.0 (ELv2).](LICENSE.md) From b3fa994a39f968eddcd7fd497bc38f720ea98380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:29:27 +0000 Subject: [PATCH 5/5] chore: set module version 0.1.3.5 for v0.1.3.5 [skip ci] --- ASLM_Module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASLM_Module.json b/ASLM_Module.json index d909280..038b53c 100644 --- a/ASLM_Module.json +++ b/ASLM_Module.json @@ -3,7 +3,7 @@ "id": "aslm-code", "name": "ASLM Code", "description": "ASLM Code Module", - "version": "0.1.2.2", + "version": "0.1.3.5", "author": "NEXTGGTECH", "type": "ui", "category": [