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/ASLM_Module.json b/ASLM_Module.json index c86ce6e..038b53c 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", - "version": "0.1.2.2", - "author": "NGGT-ASLM", + "description": "ASLM Code Module", + "version": "0.1.3.5", + "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", 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. #}