From 1246cd7ffcdb0254798a4dc03ec67af222b41530 Mon Sep 17 00:00:00 2001
From: Alex
Date: Thu, 30 Oct 2025 22:41:04 +0300
Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BD=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=84?=
=?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D1=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
backend/app.js | 2 +-
backend/config/session.js | 2 +-
backend/constants/moduleIds.js | 2 +-
.../contracts/HierarchicalVotingModule.sol | 2 +-
backend/contracts/MockNoop.sol | 2 +-
backend/contracts/MockPaymaster.sol | 2 +-
backend/contracts/MockToken.sol | 2 +-
backend/contracts/TreasuryModule.sol | 2 +-
backend/db.js | 2 +-
.../db/data/jurisdiction_codes_analysis.md | 2 +-
backend/db/init.js | 2 +-
backend/hardhat.config.js | 2 +-
backend/middleware/auth.js | 2 +-
backend/middleware/errorHandler.js | 2 +-
backend/middleware/permissions.js | 2 +-
backend/routes/ai-queue.js | 2 +-
backend/routes/auth.js | 2 +-
backend/routes/chat.js | 2 +-
backend/routes/compile.js | 2 +-
backend/routes/countries.js | 2 +-
backend/routes/dleAnalytics.js | 2 +-
backend/routes/dleCore.js | 2 +-
backend/routes/dleHistory.js | 2 +-
backend/routes/dleModules.js | 2 +-
backend/routes/dleMultichain.js | 12 +++++++
backend/routes/dleMultichainExecution.js | 2 +-
backend/routes/dleProposals.js | 2 +-
backend/routes/dleTokens.js | 2 +-
backend/routes/dleV2.js | 2 +-
backend/routes/encryption.js | 12 +++++++
backend/routes/ens.js | 2 +-
backend/routes/geocoding.js | 2 +-
backend/routes/identities.js | 2 +-
backend/routes/isic.js | 2 +-
backend/routes/kpp.js | 2 +-
backend/routes/messages.js | 2 +-
backend/routes/moduleDeployment.js | 2 +-
backend/routes/monitoring.js | 2 +-
backend/routes/ollama.js | 2 +-
backend/routes/pages.js | 2 +-
backend/routes/rag.js | 2 +-
backend/routes/russian-classifiers.js | 2 +-
backend/routes/settings.js | 2 +-
backend/routes/ssh.js | 12 +++++++
backend/routes/system.js | 12 +++++++
backend/routes/tables.js | 2 +-
backend/routes/tags.js | 2 +-
backend/routes/tokens.js | 2 +-
backend/routes/uploads.js | 2 +-
backend/routes/users.js | 2 +-
backend/scripts/check-dependencies.js | 2 +-
.../scripts/check-ethers-v6-compatibility.js | 2 +-
backend/scripts/check-modules.js | 2 +-
backend/scripts/check-ollama-models.js | 2 +-
backend/scripts/cleanup-sessions.js | 2 +-
backend/scripts/deploy/deploy-modules.js | 2 +-
backend/scripts/deploy/deploy-multichain.js | 2 +-
backend/scripts/fix-duplicate-identities.js | 2 +-
backend/scripts/fix-rag-columns.js | 2 +-
backend/scripts/generate-abi.js | 12 +++++++
backend/scripts/generate-flattened.js | 12 +++++++
backend/scripts/run-migrations.js | 2 +-
backend/scripts/seed/legalTemplatesSeed.js | 12 +++++++
backend/scripts/utils/get-rpc-url.js | 2 +-
backend/scripts/utils/read-dle-info.js | 2 +-
backend/scripts/wait-for-postgres.sh | 2 +-
backend/server.js | 2 +-
backend/services/IdentityLinkService.js | 2 +-
backend/services/UniversalGuestService.js | 2 +-
backend/services/UniversalMediaProcessor.js | 12 +++++++
backend/services/adminLogicService.js | 2 +-
backend/services/ai-assistant.js | 2 +-
backend/services/ai-queue.js | 2 +-
backend/services/aiAssistantRulesService.js | 2 +-
.../services/aiAssistantSettingsService.js | 2 +-
backend/services/aiProviderSettingsService.js | 2 +-
backend/services/auth-service.js | 2 +-
backend/services/authTokenService.js | 2 +-
backend/services/botManager.js | 2 +-
backend/services/botsSettings.js | 2 +-
backend/services/conversationService.js | 2 +-
backend/services/databaseConnectionManager.js | 2 +-
backend/services/dbSettingsService.js | 2 +-
.../services/deploymentWebSocketService.js | 12 +++++++
backend/services/dleV2Service.js | 2 +-
backend/services/emailAuth.js | 2 +-
backend/services/emailBot.js | 2 +-
backend/services/encryptedDatabaseService.js | 2 +-
backend/services/identity-service.js | 2 +-
.../services/messageDeduplicationService.js | 2 +-
backend/services/ollamaConfig.js | 2 +-
backend/services/ragService.js | 2 +-
backend/services/rpcProviderService.js | 2 +-
backend/services/secretStore.js | 2 +-
backend/services/session-service.js | 2 +-
backend/services/telegramBot.js | 2 +-
backend/services/testNewBots.js | 2 +-
backend/services/tokenBalanceService.js | 2 +-
backend/services/unifiedMessageProcessor.js | 2 +-
backend/services/userDeleteService.js | 2 +-
backend/services/vectorSearchClient.js | 2 +-
backend/services/verification-service.js | 2 +-
backend/services/wallet-service.js | 2 +-
backend/services/webBot.js | 2 +-
backend/shared/permissions.js | 2 +-
backend/tests/ragService.test.js | 2 +-
backend/tests/ragServiceFull.test.js | 2 +-
backend/tests/vectorSearchClient.test.js | 2 +-
backend/utils/checkMail.js | 2 +-
backend/utils/constants.js | 2 +-
backend/utils/constructorArgsGenerator.js | 12 +++++++
backend/utils/create2.js | 2 +-
backend/utils/deploymentTracker.js | 2 +-
backend/utils/encryptionUtils.js | 2 +-
backend/utils/error.js | 2 +-
backend/utils/helpers.js | 2 +-
backend/utils/languageFilter.js | 12 +++++++
backend/utils/memoryMonitor.js | 2 +-
backend/utils/nonceManager.js | 12 +++++++
backend/utils/operationDecoder.js | 2 +-
backend/utils/userUtils.js | 2 +-
backend/utils/waitForOllama.js | 2 +-
backend/wsHub.js | 2 +-
docs/application-description.md | 2 +-
docs/blockchain-integration-technical.md | 2 +-
docs/service-terms.md | 14 +++++++-
docs/setup-instruction.md | 12 +++++++
frontend/src/App.vue | 2 +-
frontend/src/api/axios.js | 2 +-
frontend/src/assets/styles/README.md | 2 +-
frontend/src/assets/styles/base.css | 2 +-
frontend/src/assets/styles/global.css | 2 +-
frontend/src/assets/styles/layout.css | 2 +-
frontend/src/assets/styles/variables.css | 2 +-
frontend/src/components/AIQueueMonitor.vue | 2 +-
frontend/src/components/BaseLayout.vue | 2 +-
frontend/src/components/BroadcastModal.vue | 2 +-
frontend/src/components/ChatInterface.vue | 2 +-
frontend/src/components/ContactTable.vue | 2 +-
.../src/components/EmbeddedDLEInterface.vue | 2 +-
frontend/src/components/Header.vue | 2 +-
.../src/components/ImportContactsModal.vue | 2 +-
frontend/src/components/Message.vue | 2 +-
frontend/src/components/MessagesTable.vue | 2 +-
.../components/NetworkSwitchNotification.vue | 12 +++++++
frontend/src/components/NoAccessModal.vue | 2 +-
.../src/components/NotificationDisplay.vue | 2 +-
.../src/components/OllamaModelManager.vue | 2 +-
frontend/src/components/RpcTestModal.vue | 2 +-
frontend/src/components/Sidebar.vue | 4 +--
frontend/src/components/WebSshForm.vue | 2 +-
.../components/ai-assistant/RuleEditor.vue | 2 +-
.../ai-assistant/SystemMonitoring.vue | 2 +-
.../deployment/DeploymentWizard.vue | 2 +-
.../src/components/identity/EmailConnect.vue | 2 +-
.../components/identity/TelegramConnect.vue | 2 +-
.../components/identity/WalletConnection.vue | 2 +-
frontend/src/components/identity/index.js | 2 +-
frontend/src/components/permissions.js | 2 +-
frontend/src/components/tables/TableCell.vue | 2 +-
frontend/src/components/tables/TableRow.vue | 2 +-
.../src/components/tables/UserTableView.vue | 2 +-
.../src/components/tables/UserTablesList.vue | 2 +-
frontend/src/composables/permissions.js | 2 +-
frontend/src/composables/useAuth.js | 2 +-
frontend/src/composables/useAuthFlow.js | 2 +-
frontend/src/composables/useChat.js | 2 +-
.../src/composables/useContactsWebSocket.js | 2 +-
.../src/composables/useDeploymentWebSocket.js | 2 +-
frontend/src/composables/useDleContract.js | 12 +++++++
frontend/src/composables/useNotifications.js | 2 +-
frontend/src/composables/usePermissions.js | 2 +-
.../src/composables/useProposalValidation.js | 12 +++++++
frontend/src/composables/useProposals.js | 12 +++++++
frontend/src/composables/useRoles.js | 12 +++++++
.../src/composables/useTablesWebSocket.js | 2 +-
frontend/src/composables/useTagsWebSocket.js | 2 +-
frontend/src/composables/useTokenBalances.js | 2 +-
.../composables/useTokenBalancesWebSocket.js | 2 +-
frontend/src/composables/useWebSshLogs.js | 2 +-
frontend/src/main.js | 2 +-
frontend/src/router/index.js | 2 +-
frontend/src/router/permissions.js | 2 +-
frontend/src/services/adminChatService.js | 2 +-
frontend/src/services/analyticsService.js | 2 +-
frontend/src/services/contactsService.js | 2 +-
frontend/src/services/dleV2Service.js | 2 +-
frontend/src/services/index.js | 2 +-
frontend/src/services/messagesService.js | 2 +-
.../src/services/moduleOperationsService.js | 2 +-
frontend/src/services/modulesService.js | 2 +-
.../services/multichainExecutionService.js | 2 +-
frontend/src/services/multichainService.js | 2 +-
frontend/src/services/pagesService.js | 2 +-
frontend/src/services/proposalsService.js | 2 +-
frontend/src/services/tablesService.js | 2 +-
frontend/src/services/tokens.js | 2 +-
frontend/src/services/tokensService.js | 2 +-
frontend/src/services/wallet.js | 2 +-
frontend/src/services/webSshService.js | 2 +-
frontend/src/services/websocketService.js | 2 +-
frontend/src/shared/permissions.js | 2 +-
frontend/src/utils/api.js | 2 +-
frontend/src/utils/dle-abi.js | 12 +++++++
frontend/src/utils/dle-contract.js | 2 +-
frontend/src/utils/eventBus.js | 2 +-
frontend/src/utils/helpers.js | 2 +-
frontend/src/utils/networkConfig.js | 12 +++++++
frontend/src/utils/networkSwitcher.js | 12 +++++++
frontend/src/utils/storage.js | 2 +-
frontend/src/utils/wallet.js | 2 +-
frontend/src/utils/websocket.js | 2 +-
frontend/src/views/AdminChatView.vue | 2 +-
frontend/src/views/ConnectWalletView.vue | 12 +++++++
frontend/src/views/ContactsView.vue | 2 +-
frontend/src/views/ContentPageView.vue | 2 +-
frontend/src/views/CrmView.vue | 2 +-
frontend/src/views/HomeView.vue | 2 +-
frontend/src/views/ManagementView.vue | 2 +-
frontend/src/views/PersonalMessagesView.vue | 2 +-
frontend/src/views/SettingsView.vue | 2 +-
frontend/src/views/VdsMockView.vue | 2 +-
.../views/contacts/ContactDeleteConfirm.vue | 2 +-
.../src/views/contacts/ContactDetailsView.vue | 2 +-
frontend/src/views/contacts/permissions.js | 2 +-
.../src/views/content/ContentListView.vue | 2 +-
.../src/views/content/ContentSettingsView.vue | 2 +-
.../src/views/content/InternalListView.vue | 12 +++++++
frontend/src/views/content/PageView.vue | 2 +-
frontend/src/views/content/PublicPageView.vue | 2 +-
.../src/views/content/PublicPagesView.vue | 2 +-
.../src/views/content/PublishedListView.vue | 12 +++++++
frontend/src/views/content/permissions.js | 2 +-
frontend/src/views/groups/GroupsView.vue | 2 +-
frontend/src/views/permissions.js | 2 +-
.../views/settings/AI/AiAssistantSettings.vue | 2 +-
.../settings/AI/DatabaseSettingsView.vue | 2 +-
.../views/settings/AI/EmailSettingsView.vue | 2 +-
.../views/settings/AI/OllamaSettingsView.vue | 2 +-
.../views/settings/AI/OpenAISettingsView.vue | 2 +-
.../settings/AI/TelegramSettingsView.vue | 2 +-
.../src/views/settings/AIProviderSettings.vue | 2 +-
.../src/views/settings/AiSettingsView.vue | 2 +-
.../src/views/settings/AuthTokensSettings.vue | 2 +-
.../src/views/settings/DleDeployFormView.vue | 2 +-
.../Interface/InterfaceSettingsView.vue | 2 +-
.../Interface/InterfaceWebSshView.vue | 2 +-
.../views/settings/RpcProvidersSettings.vue | 2 +-
.../views/settings/SecuritySettingsView.vue | 2 +-
.../src/views/settings/SettingsIndexView.vue | 2 +-
.../src/views/settings/WebSshSettingsView.vue | 2 +-
.../smartcontracts/AddModuleFormView.vue | 2 +-
.../views/smartcontracts/AnalyticsView.vue | 2 +-
.../smartcontracts/CreateProposalView.vue | 2 +-
.../smartcontracts/DleManagementView.vue | 2 +-
.../views/smartcontracts/DleProposalsView.vue | 12 +++++++
.../src/views/smartcontracts/HistoryView.vue | 2 +-
.../src/views/smartcontracts/ModulesView.vue | 2 +-
.../src/views/smartcontracts/SettingsView.vue | 2 +-
.../src/views/smartcontracts/modules/index.js | 2 +-
frontend/src/views/tables/CreateTableView.vue | 2 +-
frontend/src/views/tables/DeleteTableView.vue | 2 +-
frontend/src/views/tables/EditTableView.vue | 2 +-
frontend/src/views/tables/TableView.vue | 2 +-
frontend/src/views/tables/TablesListView.vue | 2 +-
scripts/README.md | 2 +-
scripts/add-copyrights.js | 36 +++++++++++++------
scripts/create-iso.sh | 11 ++++++
scripts/internal/db/db_init_helper.sh | 2 +-
scripts/migrate-app.sh | 2 +-
scripts/setup-vds.sh | 11 ++++++
scripts/ssh-key-server.js | 12 +++++++
scripts/update-dns.sh | 2 +-
274 files changed, 618 insertions(+), 256 deletions(-)
diff --git a/README.md b/README.md
index d3d3b5e..1fd8b46 100644
--- a/README.md
+++ b/README.md
@@ -161,5 +161,5 @@ Copyright (c) 2024-2025 Тарабанов Александр Викторови
### 📞 **Контакты:**
- **Email:** info@hb3-accelerator.com
- **Сайт:** https://hb3-accelerator.com
-- **GitHub:** https://github.com/HB3-ACCELERATOR
+- **GitHub:** https://github.com/VC-HB3-Accelerator
- **Поддержка:** https://hb3-accelerator.com/
\ No newline at end of file
diff --git a/backend/app.js b/backend/app.js
index 29c8594..3ce3800 100644
--- a/backend/app.js
+++ b/backend/app.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/config/session.js b/backend/config/session.js
index d20dd5a..1054a0e 100644
--- a/backend/config/session.js
+++ b/backend/config/session.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const session = require('express-session');
diff --git a/backend/constants/moduleIds.js b/backend/constants/moduleIds.js
index 97ad2d4..6e0ca11 100644
--- a/backend/constants/moduleIds.js
+++ b/backend/constants/moduleIds.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/contracts/HierarchicalVotingModule.sol b/backend/contracts/HierarchicalVotingModule.sol
index add1f7f..73137ab 100644
--- a/backend/contracts/HierarchicalVotingModule.sol
+++ b/backend/contracts/HierarchicalVotingModule.sol
@@ -7,7 +7,7 @@
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
pragma solidity ^0.8.20;
diff --git a/backend/contracts/MockNoop.sol b/backend/contracts/MockNoop.sol
index 5b3d6e6..0722fe4 100644
--- a/backend/contracts/MockNoop.sol
+++ b/backend/contracts/MockNoop.sol
@@ -7,7 +7,7 @@
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
pragma solidity ^0.8.20;
/**
diff --git a/backend/contracts/MockPaymaster.sol b/backend/contracts/MockPaymaster.sol
index 898973d..8717f10 100644
--- a/backend/contracts/MockPaymaster.sol
+++ b/backend/contracts/MockPaymaster.sol
@@ -7,7 +7,7 @@
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
pragma solidity ^0.8.20;
diff --git a/backend/contracts/MockToken.sol b/backend/contracts/MockToken.sol
index 65f78da..13968f4 100644
--- a/backend/contracts/MockToken.sol
+++ b/backend/contracts/MockToken.sol
@@ -7,7 +7,7 @@
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
pragma solidity ^0.8.20;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
diff --git a/backend/contracts/TreasuryModule.sol b/backend/contracts/TreasuryModule.sol
index 6bfd7bf..71477ea 100644
--- a/backend/contracts/TreasuryModule.sol
+++ b/backend/contracts/TreasuryModule.sol
@@ -7,7 +7,7 @@
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
pragma solidity ^0.8.20;
diff --git a/backend/db.js b/backend/db.js
index 8d77c9c..429503b 100644
--- a/backend/db.js
+++ b/backend/db.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { Pool } = require('pg');
diff --git a/backend/db/data/jurisdiction_codes_analysis.md b/backend/db/data/jurisdiction_codes_analysis.md
index cab3e23..2b2bf5a 100644
--- a/backend/db/data/jurisdiction_codes_analysis.md
+++ b/backend/db/data/jurisdiction_codes_analysis.md
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
# Анализ кодов по юрисдикциям для DLE
diff --git a/backend/db/init.js b/backend/db/init.js
index cf88cf7..208151e 100644
--- a/backend/db/init.js
+++ b/backend/db/init.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const fs = require('fs');
diff --git a/backend/hardhat.config.js b/backend/hardhat.config.js
index 02b4ed8..4de03d9 100644
--- a/backend/hardhat.config.js
+++ b/backend/hardhat.config.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
require('@nomicfoundation/hardhat-toolbox');
diff --git a/backend/middleware/auth.js b/backend/middleware/auth.js
index 53e2674..ea0ffd8 100644
--- a/backend/middleware/auth.js
+++ b/backend/middleware/auth.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// console.log('[DIAG][auth.js] Файл загружен:', __filename);
diff --git a/backend/middleware/errorHandler.js b/backend/middleware/errorHandler.js
index daad198..b1ac9a1 100644
--- a/backend/middleware/errorHandler.js
+++ b/backend/middleware/errorHandler.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { AppError, ErrorTypes } = require('../utils/error');
diff --git a/backend/middleware/permissions.js b/backend/middleware/permissions.js
index 02ee498..f5f5289 100644
--- a/backend/middleware/permissions.js
+++ b/backend/middleware/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { PERMISSIONS_MAP, hasPermission, hasAnyPermission } = require('../shared/permissions');
diff --git a/backend/routes/ai-queue.js b/backend/routes/ai-queue.js
index 21ce1f9..00a76c9 100644
--- a/backend/routes/ai-queue.js
+++ b/backend/routes/ai-queue.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/auth.js b/backend/routes/auth.js
index dcb552e..01ce70c 100644
--- a/backend/routes/auth.js
+++ b/backend/routes/auth.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/chat.js b/backend/routes/chat.js
index 34c4a3a..d11124b 100644
--- a/backend/routes/chat.js
+++ b/backend/routes/chat.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/compile.js b/backend/routes/compile.js
index 564144d..aca3560 100644
--- a/backend/routes/compile.js
+++ b/backend/routes/compile.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/countries.js b/backend/routes/countries.js
index ed20ae2..7a99031 100644
--- a/backend/routes/countries.js
+++ b/backend/routes/countries.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleAnalytics.js b/backend/routes/dleAnalytics.js
index 14f4d0c..6a64ef0 100644
--- a/backend/routes/dleAnalytics.js
+++ b/backend/routes/dleAnalytics.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleCore.js b/backend/routes/dleCore.js
index e12f51b..ee6603f 100644
--- a/backend/routes/dleCore.js
+++ b/backend/routes/dleCore.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleHistory.js b/backend/routes/dleHistory.js
index 9bb80b5..2a5232b 100644
--- a/backend/routes/dleHistory.js
+++ b/backend/routes/dleHistory.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleModules.js b/backend/routes/dleModules.js
index 264f44c..8d5a9d9 100644
--- a/backend/routes/dleModules.js
+++ b/backend/routes/dleModules.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleMultichain.js b/backend/routes/dleMultichain.js
index 74edf2b..f5261c0 100644
--- a/backend/routes/dleMultichain.js
+++ b/backend/routes/dleMultichain.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
const express = require('express');
const router = express.Router();
const deployParamsService = require('../services/deployParamsService');
diff --git a/backend/routes/dleMultichainExecution.js b/backend/routes/dleMultichainExecution.js
index 7d9cae0..3bc33e4 100644
--- a/backend/routes/dleMultichainExecution.js
+++ b/backend/routes/dleMultichainExecution.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleProposals.js b/backend/routes/dleProposals.js
index 95ed4af..3c74642 100644
--- a/backend/routes/dleProposals.js
+++ b/backend/routes/dleProposals.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleTokens.js b/backend/routes/dleTokens.js
index 42e6136..92c55cc 100644
--- a/backend/routes/dleTokens.js
+++ b/backend/routes/dleTokens.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/dleV2.js b/backend/routes/dleV2.js
index 32a176d..b7e103f 100644
--- a/backend/routes/dleV2.js
+++ b/backend/routes/dleV2.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/encryption.js b/backend/routes/encryption.js
index 424073d..898e888 100644
--- a/backend/routes/encryption.js
+++ b/backend/routes/encryption.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
const express = require('express');
const router = express.Router();
const fs = require('fs');
diff --git a/backend/routes/ens.js b/backend/routes/ens.js
index 1588dbe..b2b2e9d 100644
--- a/backend/routes/ens.js
+++ b/backend/routes/ens.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/routes/geocoding.js b/backend/routes/geocoding.js
index c836f8a..bd80f77 100644
--- a/backend/routes/geocoding.js
+++ b/backend/routes/geocoding.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// backend/routes/geocoding.js
diff --git a/backend/routes/identities.js b/backend/routes/identities.js
index 7af3dfb..32ffa00 100644
--- a/backend/routes/identities.js
+++ b/backend/routes/identities.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/isic.js b/backend/routes/isic.js
index abd4e6e..03b4f51 100644
--- a/backend/routes/isic.js
+++ b/backend/routes/isic.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/kpp.js b/backend/routes/kpp.js
index 328dbd5..b08c1e2 100644
--- a/backend/routes/kpp.js
+++ b/backend/routes/kpp.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/messages.js b/backend/routes/messages.js
index 8028d0d..6aacfd3 100644
--- a/backend/routes/messages.js
+++ b/backend/routes/messages.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/moduleDeployment.js b/backend/routes/moduleDeployment.js
index a0707d5..92e3363 100644
--- a/backend/routes/moduleDeployment.js
+++ b/backend/routes/moduleDeployment.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/monitoring.js b/backend/routes/monitoring.js
index a9e45bc..97293af 100644
--- a/backend/routes/monitoring.js
+++ b/backend/routes/monitoring.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/ollama.js b/backend/routes/ollama.js
index fccf404..be4cfbe 100644
--- a/backend/routes/ollama.js
+++ b/backend/routes/ollama.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/pages.js b/backend/routes/pages.js
index 4b0f624..f67eed0 100644
--- a/backend/routes/pages.js
+++ b/backend/routes/pages.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/rag.js b/backend/routes/rag.js
index fe821c6..364a873 100644
--- a/backend/routes/rag.js
+++ b/backend/routes/rag.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/russian-classifiers.js b/backend/routes/russian-classifiers.js
index e9c0862..dc2ac00 100644
--- a/backend/routes/russian-classifiers.js
+++ b/backend/routes/russian-classifiers.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/settings.js b/backend/routes/settings.js
index 46c9ccb..488b854 100644
--- a/backend/routes/settings.js
+++ b/backend/routes/settings.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/ssh.js b/backend/routes/ssh.js
index acb4443..9d12db4 100644
--- a/backend/routes/ssh.js
+++ b/backend/routes/ssh.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
const express = require('express');
const router = express.Router();
const { promisify } = require('util');
diff --git a/backend/routes/system.js b/backend/routes/system.js
index 5fda90f..c50c534 100644
--- a/backend/routes/system.js
+++ b/backend/routes/system.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Системные endpoints для управления готовностью системы
*/
diff --git a/backend/routes/tables.js b/backend/routes/tables.js
index 100f874..41d1b67 100644
--- a/backend/routes/tables.js
+++ b/backend/routes/tables.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// console.log('[DIAG][tables.js] Файл загружен:', __filename);
diff --git a/backend/routes/tags.js b/backend/routes/tags.js
index 49c4e42..3f86522 100644
--- a/backend/routes/tags.js
+++ b/backend/routes/tags.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/tokens.js b/backend/routes/tokens.js
index 0e7d81b..0073f7d 100644
--- a/backend/routes/tokens.js
+++ b/backend/routes/tokens.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/routes/uploads.js b/backend/routes/uploads.js
index 4c080c9..5e608ce 100644
--- a/backend/routes/uploads.js
+++ b/backend/routes/uploads.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/routes/users.js b/backend/routes/users.js
index e5b8b27..e53de40 100644
--- a/backend/routes/users.js
+++ b/backend/routes/users.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const express = require('express');
diff --git a/backend/scripts/check-dependencies.js b/backend/scripts/check-dependencies.js
index 357fa29..8479b84 100644
--- a/backend/scripts/check-dependencies.js
+++ b/backend/scripts/check-dependencies.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const fs = require('fs');
diff --git a/backend/scripts/check-ethers-v6-compatibility.js b/backend/scripts/check-ethers-v6-compatibility.js
index 84a630d..cb63cd1 100644
--- a/backend/scripts/check-ethers-v6-compatibility.js
+++ b/backend/scripts/check-ethers-v6-compatibility.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const fs = require('fs');
diff --git a/backend/scripts/check-modules.js b/backend/scripts/check-modules.js
index 2c235b5..c0ce40c 100644
--- a/backend/scripts/check-modules.js
+++ b/backend/scripts/check-modules.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { ethers } = require('ethers');
diff --git a/backend/scripts/check-ollama-models.js b/backend/scripts/check-ollama-models.js
index 34ce551..12bee45 100644
--- a/backend/scripts/check-ollama-models.js
+++ b/backend/scripts/check-ollama-models.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const axios = require('axios');
diff --git a/backend/scripts/cleanup-sessions.js b/backend/scripts/cleanup-sessions.js
index 75f7fff..21c44d6 100644
--- a/backend/scripts/cleanup-sessions.js
+++ b/backend/scripts/cleanup-sessions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const sessionService = require('../services/session-service');
diff --git a/backend/scripts/deploy/deploy-modules.js b/backend/scripts/deploy/deploy-modules.js
index 9cb0452..c18614d 100644
--- a/backend/scripts/deploy/deploy-modules.js
+++ b/backend/scripts/deploy/deploy-modules.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* eslint-disable no-console */
diff --git a/backend/scripts/deploy/deploy-multichain.js b/backend/scripts/deploy/deploy-multichain.js
index bfeea9f..35aa463 100755
--- a/backend/scripts/deploy/deploy-multichain.js
+++ b/backend/scripts/deploy/deploy-multichain.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* eslint-disable no-console */
diff --git a/backend/scripts/fix-duplicate-identities.js b/backend/scripts/fix-duplicate-identities.js
index 3ba0e5e..6ab854f 100644
--- a/backend/scripts/fix-duplicate-identities.js
+++ b/backend/scripts/fix-duplicate-identities.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/scripts/fix-rag-columns.js b/backend/scripts/fix-rag-columns.js
index 3c2b4e1..d3eac0c 100644
--- a/backend/scripts/fix-rag-columns.js
+++ b/backend/scripts/fix-rag-columns.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/scripts/generate-abi.js b/backend/scripts/generate-abi.js
index 8bc9d9f..1ac1de6 100644
--- a/backend/scripts/generate-abi.js
+++ b/backend/scripts/generate-abi.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Автоматическая генерация ABI для фронтенда
* Извлекает ABI из скомпилированных артефактов Hardhat
diff --git a/backend/scripts/generate-flattened.js b/backend/scripts/generate-flattened.js
index 4443735..0382a47 100644
--- a/backend/scripts/generate-flattened.js
+++ b/backend/scripts/generate-flattened.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Автоматическая генерация flattened контракта для верификации
* Создает DLE_flattened.sol из DLE.sol с помощью hardhat flatten
diff --git a/backend/scripts/run-migrations.js b/backend/scripts/run-migrations.js
index 93ec832..a9bc3ee 100644
--- a/backend/scripts/run-migrations.js
+++ b/backend/scripts/run-migrations.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const fs = require('fs').promises;
diff --git a/backend/scripts/seed/legalTemplatesSeed.js b/backend/scripts/seed/legalTemplatesSeed.js
index 7eeddbc..6796568 100644
--- a/backend/scripts/seed/legalTemplatesSeed.js
+++ b/backend/scripts/seed/legalTemplatesSeed.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Seed системных юридических шаблонов (РКН-2025) в admin_pages_simple
* - Добавляет недостающие колонки (visibility, format и пр.)
diff --git a/backend/scripts/utils/get-rpc-url.js b/backend/scripts/utils/get-rpc-url.js
index 1069cd5..21fadf0 100644
--- a/backend/scripts/utils/get-rpc-url.js
+++ b/backend/scripts/utils/get-rpc-url.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const rpcProviderService = require('../../services/rpcProviderService');
diff --git a/backend/scripts/utils/read-dle-info.js b/backend/scripts/utils/read-dle-info.js
index fa943c6..5100efd 100644
--- a/backend/scripts/utils/read-dle-info.js
+++ b/backend/scripts/utils/read-dle-info.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Скрипт для чтения данных DLE из блокчейна
diff --git a/backend/scripts/wait-for-postgres.sh b/backend/scripts/wait-for-postgres.sh
index 6e782c5..aa788da 100755
--- a/backend/scripts/wait-for-postgres.sh
+++ b/backend/scripts/wait-for-postgres.sh
@@ -7,7 +7,7 @@
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
#!/bin/bash
diff --git a/backend/server.js b/backend/server.js
index 037adb9..719f72b 100644
--- a/backend/server.js
+++ b/backend/server.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
require('dotenv').config();
diff --git a/backend/services/IdentityLinkService.js b/backend/services/IdentityLinkService.js
index 5af4054..c1813d2 100644
--- a/backend/services/IdentityLinkService.js
+++ b/backend/services/IdentityLinkService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/UniversalGuestService.js b/backend/services/UniversalGuestService.js
index 10b4839..3451f1d 100644
--- a/backend/services/UniversalGuestService.js
+++ b/backend/services/UniversalGuestService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/UniversalMediaProcessor.js b/backend/services/UniversalMediaProcessor.js
index 8707624..a3dc176 100644
--- a/backend/services/UniversalMediaProcessor.js
+++ b/backend/services/UniversalMediaProcessor.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
const logger = require('../utils/logger');
const fs = require('fs').promises;
const path = require('path');
diff --git a/backend/services/adminLogicService.js b/backend/services/adminLogicService.js
index d90ff3a..746e3ab 100644
--- a/backend/services/adminLogicService.js
+++ b/backend/services/adminLogicService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/services/ai-assistant.js b/backend/services/ai-assistant.js
index 9737fdb..8506d7b 100644
--- a/backend/services/ai-assistant.js
+++ b/backend/services/ai-assistant.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/services/ai-queue.js b/backend/services/ai-queue.js
index 8cada6f..1197876 100644
--- a/backend/services/ai-queue.js
+++ b/backend/services/ai-queue.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const EventEmitter = require('events');
diff --git a/backend/services/aiAssistantRulesService.js b/backend/services/aiAssistantRulesService.js
index ff48035..c897ec1 100644
--- a/backend/services/aiAssistantRulesService.js
+++ b/backend/services/aiAssistantRulesService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/aiAssistantSettingsService.js b/backend/services/aiAssistantSettingsService.js
index 49962f5..7800e1e 100644
--- a/backend/services/aiAssistantSettingsService.js
+++ b/backend/services/aiAssistantSettingsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/aiProviderSettingsService.js b/backend/services/aiProviderSettingsService.js
index f4ef776..20b74da 100644
--- a/backend/services/aiProviderSettingsService.js
+++ b/backend/services/aiProviderSettingsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/auth-service.js b/backend/services/auth-service.js
index f44e22c..dc8a88e 100644
--- a/backend/services/auth-service.js
+++ b/backend/services/auth-service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/authTokenService.js b/backend/services/authTokenService.js
index 7ac953e..291f424 100644
--- a/backend/services/authTokenService.js
+++ b/backend/services/authTokenService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/botManager.js b/backend/services/botManager.js
index 8807001..ca47489 100644
--- a/backend/services/botManager.js
+++ b/backend/services/botManager.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/services/botsSettings.js b/backend/services/botsSettings.js
index 311c718..7c852cb 100644
--- a/backend/services/botsSettings.js
+++ b/backend/services/botsSettings.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/conversationService.js b/backend/services/conversationService.js
index d174e3b..6741e5a 100644
--- a/backend/services/conversationService.js
+++ b/backend/services/conversationService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/databaseConnectionManager.js b/backend/services/databaseConnectionManager.js
index b6ecfa6..565f1b1 100644
--- a/backend/services/databaseConnectionManager.js
+++ b/backend/services/databaseConnectionManager.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/services/dbSettingsService.js b/backend/services/dbSettingsService.js
index 625e5a3..6544dd2 100644
--- a/backend/services/dbSettingsService.js
+++ b/backend/services/dbSettingsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/deploymentWebSocketService.js b/backend/services/deploymentWebSocketService.js
index 9ddd0fb..9853bed 100644
--- a/backend/services/deploymentWebSocketService.js
+++ b/backend/services/deploymentWebSocketService.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* WebSocket сервис для отслеживания деплоя модулей
* Обеспечивает реальное время обновления статуса деплоя
diff --git a/backend/services/dleV2Service.js b/backend/services/dleV2Service.js
index e416c91..a38e7ca 100644
--- a/backend/services/dleV2Service.js
+++ b/backend/services/dleV2Service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { spawn } = require('child_process');
diff --git a/backend/services/emailAuth.js b/backend/services/emailAuth.js
index 4066936..12a01aa 100644
--- a/backend/services/emailAuth.js
+++ b/backend/services/emailAuth.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { pool } = require('../db');
diff --git a/backend/services/emailBot.js b/backend/services/emailBot.js
index 5163ddd..88b1a3b 100644
--- a/backend/services/emailBot.js
+++ b/backend/services/emailBot.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const nodemailer = require('nodemailer');
diff --git a/backend/services/encryptedDatabaseService.js b/backend/services/encryptedDatabaseService.js
index e953f57..bbeda3f 100644
--- a/backend/services/encryptedDatabaseService.js
+++ b/backend/services/encryptedDatabaseService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/identity-service.js b/backend/services/identity-service.js
index 61bbe7b..eeb3d71 100644
--- a/backend/services/identity-service.js
+++ b/backend/services/identity-service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// console.log('[identity-service] loaded');
diff --git a/backend/services/messageDeduplicationService.js b/backend/services/messageDeduplicationService.js
index d7a14ae..80b7315 100644
--- a/backend/services/messageDeduplicationService.js
+++ b/backend/services/messageDeduplicationService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const crypto = require('crypto');
diff --git a/backend/services/ollamaConfig.js b/backend/services/ollamaConfig.js
index 096d24d..f00a9b1 100644
--- a/backend/services/ollamaConfig.js
+++ b/backend/services/ollamaConfig.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/services/ragService.js b/backend/services/ragService.js
index 6cc4d2f..fb65144 100644
--- a/backend/services/ragService.js
+++ b/backend/services/ragService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/rpcProviderService.js b/backend/services/rpcProviderService.js
index 2178623..a9cec20 100644
--- a/backend/services/rpcProviderService.js
+++ b/backend/services/rpcProviderService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/secretStore.js b/backend/services/secretStore.js
index 9d74ba7..60156b5 100644
--- a/backend/services/secretStore.js
+++ b/backend/services/secretStore.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/services/session-service.js b/backend/services/session-service.js
index 9be8ea3..b28402d 100644
--- a/backend/services/session-service.js
+++ b/backend/services/session-service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/services/telegramBot.js b/backend/services/telegramBot.js
index a74db22..007b0b1 100644
--- a/backend/services/telegramBot.js
+++ b/backend/services/telegramBot.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { Telegraf } = require('telegraf');
diff --git a/backend/services/testNewBots.js b/backend/services/testNewBots.js
index b5e4579..d06b6bd 100644
--- a/backend/services/testNewBots.js
+++ b/backend/services/testNewBots.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/services/tokenBalanceService.js b/backend/services/tokenBalanceService.js
index c320efc..1a183b0 100644
--- a/backend/services/tokenBalanceService.js
+++ b/backend/services/tokenBalanceService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/services/unifiedMessageProcessor.js b/backend/services/unifiedMessageProcessor.js
index e28fc20..2047274 100644
--- a/backend/services/unifiedMessageProcessor.js
+++ b/backend/services/unifiedMessageProcessor.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/userDeleteService.js b/backend/services/userDeleteService.js
index d56a186..ff2dabf 100644
--- a/backend/services/userDeleteService.js
+++ b/backend/services/userDeleteService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/services/vectorSearchClient.js b/backend/services/vectorSearchClient.js
index c5ca538..bbe676c 100644
--- a/backend/services/vectorSearchClient.js
+++ b/backend/services/vectorSearchClient.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const axios = require('axios');
diff --git a/backend/services/verification-service.js b/backend/services/verification-service.js
index a5aa43c..9e38c80 100644
--- a/backend/services/verification-service.js
+++ b/backend/services/verification-service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/wallet-service.js b/backend/services/wallet-service.js
index 4441a50..82adb47 100644
--- a/backend/services/wallet-service.js
+++ b/backend/services/wallet-service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const encryptedDb = require('./encryptedDatabaseService');
diff --git a/backend/services/webBot.js b/backend/services/webBot.js
index 4c1848c..d0fcfe2 100644
--- a/backend/services/webBot.js
+++ b/backend/services/webBot.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('../utils/logger');
diff --git a/backend/shared/permissions.js b/backend/shared/permissions.js
index 087f590..c338d75 100644
--- a/backend/shared/permissions.js
+++ b/backend/shared/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/tests/ragService.test.js b/backend/tests/ragService.test.js
index c838d8e..13f3708 100644
--- a/backend/tests/ragService.test.js
+++ b/backend/tests/ragService.test.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Принудительно устанавливаем URL для Docker-сети
diff --git a/backend/tests/ragServiceFull.test.js b/backend/tests/ragServiceFull.test.js
index 8a384bb..543fd02 100644
--- a/backend/tests/ragServiceFull.test.js
+++ b/backend/tests/ragServiceFull.test.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Временно устанавливаем URL для локального тестирования
diff --git a/backend/tests/vectorSearchClient.test.js b/backend/tests/vectorSearchClient.test.js
index 35438a5..53387b7 100644
--- a/backend/tests/vectorSearchClient.test.js
+++ b/backend/tests/vectorSearchClient.test.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const vectorSearch = require('../services/vectorSearchClient');
diff --git a/backend/utils/checkMail.js b/backend/utils/checkMail.js
index ee207eb..278ec42 100644
--- a/backend/utils/checkMail.js
+++ b/backend/utils/checkMail.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const dns = require('dns');
diff --git a/backend/utils/constants.js b/backend/utils/constants.js
index daec534..1a48721 100644
--- a/backend/utils/constants.js
+++ b/backend/utils/constants.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Типы идентификаторов
diff --git a/backend/utils/constructorArgsGenerator.js b/backend/utils/constructorArgsGenerator.js
index ceed863..520a12d 100644
--- a/backend/utils/constructorArgsGenerator.js
+++ b/backend/utils/constructorArgsGenerator.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Централизованный генератор параметров конструктора для DLE контракта
* Обеспечивает одинаковые параметры для деплоя и верификации
diff --git a/backend/utils/create2.js b/backend/utils/create2.js
index 85a840e..9b429c2 100644
--- a/backend/utils/create2.js
+++ b/backend/utils/create2.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { keccak256, getAddress } = require('ethers').utils || require('ethers');
diff --git a/backend/utils/deploymentTracker.js b/backend/utils/deploymentTracker.js
index 081238e..caa9e61 100644
--- a/backend/utils/deploymentTracker.js
+++ b/backend/utils/deploymentTracker.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const crypto = require('crypto');
diff --git a/backend/utils/encryptionUtils.js b/backend/utils/encryptionUtils.js
index c619b5d..8221e46 100644
--- a/backend/utils/encryptionUtils.js
+++ b/backend/utils/encryptionUtils.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/utils/error.js b/backend/utils/error.js
index 91a0af7..3d64fa8 100644
--- a/backend/utils/error.js
+++ b/backend/utils/error.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/backend/utils/helpers.js b/backend/utils/helpers.js
index d95640d..502972a 100644
--- a/backend/utils/helpers.js
+++ b/backend/utils/helpers.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/utils/languageFilter.js b/backend/utils/languageFilter.js
index fc58bac..bc47418 100644
--- a/backend/utils/languageFilter.js
+++ b/backend/utils/languageFilter.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Фильтр сообщений по языку
* AI ассистент работает только на русском языке
diff --git a/backend/utils/memoryMonitor.js b/backend/utils/memoryMonitor.js
index a291e4e..edec330 100644
--- a/backend/utils/memoryMonitor.js
+++ b/backend/utils/memoryMonitor.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('./logger');
diff --git a/backend/utils/nonceManager.js b/backend/utils/nonceManager.js
index b9e5414..f065c39 100644
--- a/backend/utils/nonceManager.js
+++ b/backend/utils/nonceManager.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Менеджер nonce для управления транзакциями в разных сетях
* Решает проблему "nonce too low" при деплое в нескольких сетях
diff --git a/backend/utils/operationDecoder.js b/backend/utils/operationDecoder.js
index 4708834..b841f69 100644
--- a/backend/utils/operationDecoder.js
+++ b/backend/utils/operationDecoder.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const { ethers } = require('ethers');
diff --git a/backend/utils/userUtils.js b/backend/utils/userUtils.js
index a999e51..08288f2 100644
--- a/backend/utils/userUtils.js
+++ b/backend/utils/userUtils.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const db = require('../db');
diff --git a/backend/utils/waitForOllama.js b/backend/utils/waitForOllama.js
index 771e20b..47b6b13 100644
--- a/backend/utils/waitForOllama.js
+++ b/backend/utils/waitForOllama.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const logger = require('./logger');
diff --git a/backend/wsHub.js b/backend/wsHub.js
index 9e074d1..b7b7326 100644
--- a/backend/wsHub.js
+++ b/backend/wsHub.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
const WebSocket = require('ws');
diff --git a/docs/application-description.md b/docs/application-description.md
index c449cef..d92a819 100644
--- a/docs/application-description.md
+++ b/docs/application-description.md
@@ -321,7 +321,7 @@ AI без лимитов: $0
- 📧 **Email**: info@hb3-accelerator.com
- 🌐 **Сайт**: https://hb3-accelerator.com
- 💬 **Чат поддержки**: https://hb3-accelerator.com/
-- 🐙 **GitHub**: https://github.com/HB3-ACCELERATOR
+- 🐙 **GitHub**: https://github.com/VC-HB3-Accelerator
---
**© 2024-2025 Тарабанов Александр Викторович. Все права защищены.**
diff --git a/docs/blockchain-integration-technical.md b/docs/blockchain-integration-technical.md
index ea02e28..fccccb2 100644
--- a/docs/blockchain-integration-technical.md
+++ b/docs/blockchain-integration-technical.md
@@ -1039,7 +1039,7 @@ function vote(uint256 _proposalId, bool _support) external {
- 🌐 **Портал**: https://hb3-accelerator.com/
- 📧 **Email**: info@hb3-accelerator.com
-- 🐙 **GitHub**: https://github.com/HB3-ACCELERATOR
+- 🐙 **GitHub**: https://github.com/VC-HB3-Accelerator
---
diff --git a/docs/service-terms.md b/docs/service-terms.md
index ed8a56d..f80aa36 100644
--- a/docs/service-terms.md
+++ b/docs/service-terms.md
@@ -1,3 +1,15 @@
+
+
# Условия приобретения и обслуживания Digital Legal Entity — краткое резюме
> Важно: это краткое резюме условий. Канонический и юридически значимый полный текст находится здесь: [legal/service-terms.md](../legal/service-terms.md).
@@ -27,4 +39,4 @@
- 📧 **Email**: info@hb3-accelerator.com
- 🌐 **Сайт**: https://hb3-accelerator.com
- 💬 **Чат поддержки**: https://hb3-accelerator.com/
-- 🐙 **GitHub**: https://github.com/HB3-ACCELERATOR
+- 🐙 **GitHub**: https://github.com/VC-HB3-Accelerator
diff --git a/docs/setup-instruction.md b/docs/setup-instruction.md
index 3e01ba9..b8bb628 100644
--- a/docs/setup-instruction.md
+++ b/docs/setup-instruction.md
@@ -1,3 +1,15 @@
+
+
# Инструкция по настройке приложения Digital Legal Entity
## 🚀 Полный процесс инициализации системы
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 0265b0d..d700769 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/api/axios.js b/frontend/src/api/axios.js
index 0e9e051..0556e26 100644
--- a/frontend/src/api/axios.js
+++ b/frontend/src/api/axios.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import axios from 'axios';
diff --git a/frontend/src/assets/styles/README.md b/frontend/src/assets/styles/README.md
index fef7951..b125ccd 100644
--- a/frontend/src/assets/styles/README.md
+++ b/frontend/src/assets/styles/README.md
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
# Структура стилей проекта
diff --git a/frontend/src/assets/styles/base.css b/frontend/src/assets/styles/base.css
index b18bd82..2ad69f3 100644
--- a/frontend/src/assets/styles/base.css
+++ b/frontend/src/assets/styles/base.css
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* frontend/src/assets/styles/base.css */
diff --git a/frontend/src/assets/styles/global.css b/frontend/src/assets/styles/global.css
index 248cfda..c07f91a 100644
--- a/frontend/src/assets/styles/global.css
+++ b/frontend/src/assets/styles/global.css
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* frontend/src/assets/styles/global.css */
diff --git a/frontend/src/assets/styles/layout.css b/frontend/src/assets/styles/layout.css
index fd3e530..279bfff 100644
--- a/frontend/src/assets/styles/layout.css
+++ b/frontend/src/assets/styles/layout.css
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* frontend/src/assets/styles/app-layout.css */
diff --git a/frontend/src/assets/styles/variables.css b/frontend/src/assets/styles/variables.css
index 22f77bf..05eb63f 100644
--- a/frontend/src/assets/styles/variables.css
+++ b/frontend/src/assets/styles/variables.css
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/* frontend/src/assets/styles/variables.css */
diff --git a/frontend/src/components/AIQueueMonitor.vue b/frontend/src/components/AIQueueMonitor.vue
index d8bc527..6ee3221 100644
--- a/frontend/src/components/AIQueueMonitor.vue
+++ b/frontend/src/components/AIQueueMonitor.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/BaseLayout.vue b/frontend/src/components/BaseLayout.vue
index b06ce45..1c22e3f 100644
--- a/frontend/src/components/BaseLayout.vue
+++ b/frontend/src/components/BaseLayout.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/BroadcastModal.vue b/frontend/src/components/BroadcastModal.vue
index e594246..1d99605 100644
--- a/frontend/src/components/BroadcastModal.vue
+++ b/frontend/src/components/BroadcastModal.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/ChatInterface.vue b/frontend/src/components/ChatInterface.vue
index 2ca9531..ec0145c 100644
--- a/frontend/src/components/ChatInterface.vue
+++ b/frontend/src/components/ChatInterface.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/ContactTable.vue b/frontend/src/components/ContactTable.vue
index 3910f2d..26fa7a7 100644
--- a/frontend/src/components/ContactTable.vue
+++ b/frontend/src/components/ContactTable.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/EmbeddedDLEInterface.vue b/frontend/src/components/EmbeddedDLEInterface.vue
index 763910f..83a0d5f 100644
--- a/frontend/src/components/EmbeddedDLEInterface.vue
+++ b/frontend/src/components/EmbeddedDLEInterface.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/Header.vue b/frontend/src/components/Header.vue
index 3bf60a7..6cc669e 100644
--- a/frontend/src/components/Header.vue
+++ b/frontend/src/components/Header.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/ImportContactsModal.vue b/frontend/src/components/ImportContactsModal.vue
index de05198..5ded730 100644
--- a/frontend/src/components/ImportContactsModal.vue
+++ b/frontend/src/components/ImportContactsModal.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/Message.vue b/frontend/src/components/Message.vue
index b512304..023177d 100644
--- a/frontend/src/components/Message.vue
+++ b/frontend/src/components/Message.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/MessagesTable.vue b/frontend/src/components/MessagesTable.vue
index f198119..7f31ed4 100644
--- a/frontend/src/components/MessagesTable.vue
+++ b/frontend/src/components/MessagesTable.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/NetworkSwitchNotification.vue b/frontend/src/components/NetworkSwitchNotification.vue
index 9327e86..94680e6 100644
--- a/frontend/src/components/NetworkSwitchNotification.vue
+++ b/frontend/src/components/NetworkSwitchNotification.vue
@@ -1,3 +1,15 @@
+
+
diff --git a/frontend/src/components/NotificationDisplay.vue b/frontend/src/components/NotificationDisplay.vue
index d0f4a9c..3061030 100644
--- a/frontend/src/components/NotificationDisplay.vue
+++ b/frontend/src/components/NotificationDisplay.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/OllamaModelManager.vue b/frontend/src/components/OllamaModelManager.vue
index 36a5ffa..03389d9 100644
--- a/frontend/src/components/OllamaModelManager.vue
+++ b/frontend/src/components/OllamaModelManager.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/RpcTestModal.vue b/frontend/src/components/RpcTestModal.vue
index 6d5bd11..daa9a2b 100644
--- a/frontend/src/components/RpcTestModal.vue
+++ b/frontend/src/components/RpcTestModal.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/Sidebar.vue b/frontend/src/components/Sidebar.vue
index 7e7d8cd..7072978 100644
--- a/frontend/src/components/Sidebar.vue
+++ b/frontend/src/components/Sidebar.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
@@ -141,7 +141,7 @@
2024-2025. Все права защищены.
diff --git a/frontend/src/components/WebSshForm.vue b/frontend/src/components/WebSshForm.vue
index a8d0451..02ad484 100644
--- a/frontend/src/components/WebSshForm.vue
+++ b/frontend/src/components/WebSshForm.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/ai-assistant/RuleEditor.vue b/frontend/src/components/ai-assistant/RuleEditor.vue
index 969780a..e74d6b8 100644
--- a/frontend/src/components/ai-assistant/RuleEditor.vue
+++ b/frontend/src/components/ai-assistant/RuleEditor.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/ai-assistant/SystemMonitoring.vue b/frontend/src/components/ai-assistant/SystemMonitoring.vue
index 34d6a3d..458c787 100644
--- a/frontend/src/components/ai-assistant/SystemMonitoring.vue
+++ b/frontend/src/components/ai-assistant/SystemMonitoring.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/deployment/DeploymentWizard.vue b/frontend/src/components/deployment/DeploymentWizard.vue
index 2650e9a..c78d620 100644
--- a/frontend/src/components/deployment/DeploymentWizard.vue
+++ b/frontend/src/components/deployment/DeploymentWizard.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/identity/EmailConnect.vue b/frontend/src/components/identity/EmailConnect.vue
index 4bbadc5..e87dc8f 100644
--- a/frontend/src/components/identity/EmailConnect.vue
+++ b/frontend/src/components/identity/EmailConnect.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/identity/TelegramConnect.vue b/frontend/src/components/identity/TelegramConnect.vue
index 40417cb..14860cc 100644
--- a/frontend/src/components/identity/TelegramConnect.vue
+++ b/frontend/src/components/identity/TelegramConnect.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/identity/WalletConnection.vue b/frontend/src/components/identity/WalletConnection.vue
index 1f570fd..5691279 100644
--- a/frontend/src/components/identity/WalletConnection.vue
+++ b/frontend/src/components/identity/WalletConnection.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/identity/index.js b/frontend/src/components/identity/index.js
index 2492cc3..ce0acfe 100644
--- a/frontend/src/components/identity/index.js
+++ b/frontend/src/components/identity/index.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import TelegramConnect from './TelegramConnect.vue';
diff --git a/frontend/src/components/permissions.js b/frontend/src/components/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/components/permissions.js
+++ b/frontend/src/components/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/components/tables/TableCell.vue b/frontend/src/components/tables/TableCell.vue
index 6875dc6..413bd34 100644
--- a/frontend/src/components/tables/TableCell.vue
+++ b/frontend/src/components/tables/TableCell.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/tables/TableRow.vue b/frontend/src/components/tables/TableRow.vue
index 43d067a..adcbad4 100644
--- a/frontend/src/components/tables/TableRow.vue
+++ b/frontend/src/components/tables/TableRow.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/tables/UserTableView.vue b/frontend/src/components/tables/UserTableView.vue
index ac2d7b3..a6b839b 100644
--- a/frontend/src/components/tables/UserTableView.vue
+++ b/frontend/src/components/tables/UserTableView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/components/tables/UserTablesList.vue b/frontend/src/components/tables/UserTablesList.vue
index 54663bf..b8589ed 100644
--- a/frontend/src/components/tables/UserTablesList.vue
+++ b/frontend/src/components/tables/UserTablesList.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/composables/permissions.js b/frontend/src/composables/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/composables/permissions.js
+++ b/frontend/src/composables/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/composables/useAuth.js b/frontend/src/composables/useAuth.js
index 044ae43..80ef0e2 100644
--- a/frontend/src/composables/useAuth.js
+++ b/frontend/src/composables/useAuth.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, onMounted, onUnmounted, provide, inject } from 'vue';
diff --git a/frontend/src/composables/useAuthFlow.js b/frontend/src/composables/useAuthFlow.js
index bb859f8..c61d911 100644
--- a/frontend/src/composables/useAuthFlow.js
+++ b/frontend/src/composables/useAuthFlow.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useChat.js b/frontend/src/composables/useChat.js
index 1f94a2d..c100292 100644
--- a/frontend/src/composables/useChat.js
+++ b/frontend/src/composables/useChat.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, computed, watch, onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useContactsWebSocket.js b/frontend/src/composables/useContactsWebSocket.js
index 56a7a3f..3c60c08 100644
--- a/frontend/src/composables/useContactsWebSocket.js
+++ b/frontend/src/composables/useContactsWebSocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useDeploymentWebSocket.js b/frontend/src/composables/useDeploymentWebSocket.js
index e86df28..23c6dc5 100644
--- a/frontend/src/composables/useDeploymentWebSocket.js
+++ b/frontend/src/composables/useDeploymentWebSocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, reactive, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useDleContract.js b/frontend/src/composables/useDleContract.js
index a10fd4d..4eb692c 100644
--- a/frontend/src/composables/useDleContract.js
+++ b/frontend/src/composables/useDleContract.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
import { ref, computed } from 'vue';
import { ethers } from 'ethers';
import { DLE_ABI, TOKEN_ABI } from '@/utils/dle-abi';
diff --git a/frontend/src/composables/useNotifications.js b/frontend/src/composables/useNotifications.js
index ecc0504..75c1432 100644
--- a/frontend/src/composables/useNotifications.js
+++ b/frontend/src/composables/useNotifications.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref } from 'vue';
diff --git a/frontend/src/composables/usePermissions.js b/frontend/src/composables/usePermissions.js
index 390d4f7..dd7c7b6 100644
--- a/frontend/src/composables/usePermissions.js
+++ b/frontend/src/composables/usePermissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { computed } from 'vue';
diff --git a/frontend/src/composables/useProposalValidation.js b/frontend/src/composables/useProposalValidation.js
index a480b85..b28be25 100644
--- a/frontend/src/composables/useProposalValidation.js
+++ b/frontend/src/composables/useProposalValidation.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Composable для валидации предложений DLE
* Проверяет реальность предложений по хешам транзакций
diff --git a/frontend/src/composables/useProposals.js b/frontend/src/composables/useProposals.js
index 4a9f4ba..522c600 100644
--- a/frontend/src/composables/useProposals.js
+++ b/frontend/src/composables/useProposals.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
import { ref, computed } from 'vue';
import { getProposals } from '@/services/proposalsService';
import { ethers } from 'ethers';
diff --git a/frontend/src/composables/useRoles.js b/frontend/src/composables/useRoles.js
index c77e84c..c798bb4 100644
--- a/frontend/src/composables/useRoles.js
+++ b/frontend/src/composables/useRoles.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
import { ref, computed, onMounted, onUnmounted } from 'vue'
import api from '../api/axios'
diff --git a/frontend/src/composables/useTablesWebSocket.js b/frontend/src/composables/useTablesWebSocket.js
index bf438d7..ad2ce6f 100644
--- a/frontend/src/composables/useTablesWebSocket.js
+++ b/frontend/src/composables/useTablesWebSocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useTagsWebSocket.js b/frontend/src/composables/useTagsWebSocket.js
index 48fec54..908759f 100644
--- a/frontend/src/composables/useTagsWebSocket.js
+++ b/frontend/src/composables/useTagsWebSocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useTokenBalances.js b/frontend/src/composables/useTokenBalances.js
index 41587f7..5de38fa 100644
--- a/frontend/src/composables/useTokenBalances.js
+++ b/frontend/src/composables/useTokenBalances.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, watch, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useTokenBalancesWebSocket.js b/frontend/src/composables/useTokenBalancesWebSocket.js
index b4c8ba1..ff69852 100644
--- a/frontend/src/composables/useTokenBalancesWebSocket.js
+++ b/frontend/src/composables/useTokenBalancesWebSocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, computed, onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/composables/useWebSshLogs.js b/frontend/src/composables/useWebSshLogs.js
index 5781062..3ffa687 100644
--- a/frontend/src/composables/useWebSshLogs.js
+++ b/frontend/src/composables/useWebSshLogs.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref, onMounted, onUnmounted } from 'vue';
diff --git a/frontend/src/main.js b/frontend/src/main.js
index 03f0f3e..0d22085 100644
--- a/frontend/src/main.js
+++ b/frontend/src/main.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { Buffer } from 'buffer';
diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js
index 7bb565a..69e00f9 100644
--- a/frontend/src/router/index.js
+++ b/frontend/src/router/index.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { createRouter, createWebHistory } from 'vue-router';
diff --git a/frontend/src/router/permissions.js b/frontend/src/router/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/router/permissions.js
+++ b/frontend/src/router/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/services/adminChatService.js b/frontend/src/services/adminChatService.js
index e80e954..844bd76 100644
--- a/frontend/src/services/adminChatService.js
+++ b/frontend/src/services/adminChatService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '../api/axios';
diff --git a/frontend/src/services/analyticsService.js b/frontend/src/services/analyticsService.js
index c6181b5..b03103c 100644
--- a/frontend/src/services/analyticsService.js
+++ b/frontend/src/services/analyticsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с аналитикой DLE
diff --git a/frontend/src/services/contactsService.js b/frontend/src/services/contactsService.js
index 62203d6..4a77db1 100644
--- a/frontend/src/services/contactsService.js
+++ b/frontend/src/services/contactsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '../api/axios';
diff --git a/frontend/src/services/dleV2Service.js b/frontend/src/services/dleV2Service.js
index adf3913..ccd67de 100644
--- a/frontend/src/services/dleV2Service.js
+++ b/frontend/src/services/dleV2Service.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с DLE v2 - основные функции
diff --git a/frontend/src/services/index.js b/frontend/src/services/index.js
index b78375a..4d8f6e5 100644
--- a/frontend/src/services/index.js
+++ b/frontend/src/services/index.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Индексный файл для экспорта всех сервисов DLE
diff --git a/frontend/src/services/messagesService.js b/frontend/src/services/messagesService.js
index 60c6826..44134c1 100644
--- a/frontend/src/services/messagesService.js
+++ b/frontend/src/services/messagesService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '@/api/axios';
diff --git a/frontend/src/services/moduleOperationsService.js b/frontend/src/services/moduleOperationsService.js
index ff7911b..0186cc2 100644
--- a/frontend/src/services/moduleOperationsService.js
+++ b/frontend/src/services/moduleOperationsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с операциями модулей DLE
diff --git a/frontend/src/services/modulesService.js b/frontend/src/services/modulesService.js
index 055c0d7..c933532 100644
--- a/frontend/src/services/modulesService.js
+++ b/frontend/src/services/modulesService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с модулями DLE
diff --git a/frontend/src/services/multichainExecutionService.js b/frontend/src/services/multichainExecutionService.js
index db9cb7d..dbd93b2 100644
--- a/frontend/src/services/multichainExecutionService.js
+++ b/frontend/src/services/multichainExecutionService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '@/api/axios';
diff --git a/frontend/src/services/multichainService.js b/frontend/src/services/multichainService.js
index f65eafe..b1ad06d 100644
--- a/frontend/src/services/multichainService.js
+++ b/frontend/src/services/multichainService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с мульти-чейн функциональностью DLE
diff --git a/frontend/src/services/pagesService.js b/frontend/src/services/pagesService.js
index b3fdd5d..01a4bb6 100644
--- a/frontend/src/services/pagesService.js
+++ b/frontend/src/services/pagesService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '../api/axios';
diff --git a/frontend/src/services/proposalsService.js b/frontend/src/services/proposalsService.js
index 3ddf465..aa89774 100644
--- a/frontend/src/services/proposalsService.js
+++ b/frontend/src/services/proposalsService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с предложениями DLE
diff --git a/frontend/src/services/tablesService.js b/frontend/src/services/tablesService.js
index 14dcba4..c03dd8e 100644
--- a/frontend/src/services/tablesService.js
+++ b/frontend/src/services/tablesService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '../api/axios';
diff --git a/frontend/src/services/tokens.js b/frontend/src/services/tokens.js
index b764adc..95c4280 100644
--- a/frontend/src/services/tokens.js
+++ b/frontend/src/services/tokens.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с токенами DLE
diff --git a/frontend/src/services/tokensService.js b/frontend/src/services/tokensService.js
index 815a245..8fdc056 100644
--- a/frontend/src/services/tokensService.js
+++ b/frontend/src/services/tokensService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Сервис для работы с токенами DLE
diff --git a/frontend/src/services/wallet.js b/frontend/src/services/wallet.js
index 3e2b153..8d3c339 100644
--- a/frontend/src/services/wallet.js
+++ b/frontend/src/services/wallet.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ethers } from 'ethers';
diff --git a/frontend/src/services/webSshService.js b/frontend/src/services/webSshService.js
index d8095d1..25e191f 100644
--- a/frontend/src/services/webSshService.js
+++ b/frontend/src/services/webSshService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/services/websocketService.js b/frontend/src/services/websocketService.js
index 3c6db40..7c05d7e 100644
--- a/frontend/src/services/websocketService.js
+++ b/frontend/src/services/websocketService.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/shared/permissions.js b/frontend/src/shared/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/shared/permissions.js
+++ b/frontend/src/shared/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/utils/api.js b/frontend/src/utils/api.js
index 36edb5c..b9f2511 100644
--- a/frontend/src/utils/api.js
+++ b/frontend/src/utils/api.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/utils/dle-abi.js b/frontend/src/utils/dle-abi.js
index ae3a971..217c8af 100644
--- a/frontend/src/utils/dle-abi.js
+++ b/frontend/src/utils/dle-abi.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* ABI для DLE смарт-контракта
* АВТОМАТИЧЕСКИ СГЕНЕРИРОВАНО - НЕ РЕДАКТИРОВАТЬ ВРУЧНУЮ
diff --git a/frontend/src/utils/dle-contract.js b/frontend/src/utils/dle-contract.js
index 1dc90b3..6555223 100644
--- a/frontend/src/utils/dle-contract.js
+++ b/frontend/src/utils/dle-contract.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import api from '@/api/axios';
diff --git a/frontend/src/utils/eventBus.js b/frontend/src/utils/eventBus.js
index 1aaf5c0..1aaf8f7 100644
--- a/frontend/src/utils/eventBus.js
+++ b/frontend/src/utils/eventBus.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import { ref } from 'vue';
diff --git a/frontend/src/utils/helpers.js b/frontend/src/utils/helpers.js
index 03dacfc..2abe8c6 100644
--- a/frontend/src/utils/helpers.js
+++ b/frontend/src/utils/helpers.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/utils/networkConfig.js b/frontend/src/utils/networkConfig.js
index 414bd29..11277f9 100644
--- a/frontend/src/utils/networkConfig.js
+++ b/frontend/src/utils/networkConfig.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Конфигурации сетей блокчейна для DLE
*
diff --git a/frontend/src/utils/networkSwitcher.js b/frontend/src/utils/networkSwitcher.js
index 78f12d1..b81a5c6 100644
--- a/frontend/src/utils/networkSwitcher.js
+++ b/frontend/src/utils/networkSwitcher.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
/**
* Утилиты для переключения сетей блокчейна
*
diff --git a/frontend/src/utils/storage.js b/frontend/src/utils/storage.js
index 709caa0..7d90d22 100644
--- a/frontend/src/utils/storage.js
+++ b/frontend/src/utils/storage.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
export const isLocalStorageAvailable = () => {
diff --git a/frontend/src/utils/wallet.js b/frontend/src/utils/wallet.js
index 88490ea..4d745b3 100644
--- a/frontend/src/utils/wallet.js
+++ b/frontend/src/utils/wallet.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
import axios from 'axios';
diff --git a/frontend/src/utils/websocket.js b/frontend/src/utils/websocket.js
index 2f977f9..b74fc32 100644
--- a/frontend/src/utils/websocket.js
+++ b/frontend/src/utils/websocket.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/views/AdminChatView.vue b/frontend/src/views/AdminChatView.vue
index ee44cb3..b11339e 100644
--- a/frontend/src/views/AdminChatView.vue
+++ b/frontend/src/views/AdminChatView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/ConnectWalletView.vue b/frontend/src/views/ConnectWalletView.vue
index a2bdef4..63c1206 100644
--- a/frontend/src/views/ConnectWalletView.vue
+++ b/frontend/src/views/ConnectWalletView.vue
@@ -1,3 +1,15 @@
+
+
diff --git a/frontend/src/views/ContactsView.vue b/frontend/src/views/ContactsView.vue
index 23f5da8..18a27ce 100644
--- a/frontend/src/views/ContactsView.vue
+++ b/frontend/src/views/ContactsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/ContentPageView.vue b/frontend/src/views/ContentPageView.vue
index 41f672b..fb59c0f 100644
--- a/frontend/src/views/ContentPageView.vue
+++ b/frontend/src/views/ContentPageView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/CrmView.vue b/frontend/src/views/CrmView.vue
index 2ecdd00..85118fe 100644
--- a/frontend/src/views/CrmView.vue
+++ b/frontend/src/views/CrmView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue
index 0161c85..40bd3a0 100644
--- a/frontend/src/views/HomeView.vue
+++ b/frontend/src/views/HomeView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/ManagementView.vue b/frontend/src/views/ManagementView.vue
index e264742..529616b 100644
--- a/frontend/src/views/ManagementView.vue
+++ b/frontend/src/views/ManagementView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/PersonalMessagesView.vue b/frontend/src/views/PersonalMessagesView.vue
index 58a7880..3e33856 100644
--- a/frontend/src/views/PersonalMessagesView.vue
+++ b/frontend/src/views/PersonalMessagesView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/SettingsView.vue b/frontend/src/views/SettingsView.vue
index f9a4835..efc176a 100644
--- a/frontend/src/views/SettingsView.vue
+++ b/frontend/src/views/SettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/VdsMockView.vue b/frontend/src/views/VdsMockView.vue
index 81b07da..2ad06d6 100644
--- a/frontend/src/views/VdsMockView.vue
+++ b/frontend/src/views/VdsMockView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/contacts/ContactDeleteConfirm.vue b/frontend/src/views/contacts/ContactDeleteConfirm.vue
index 7d681ab..a3df600 100644
--- a/frontend/src/views/contacts/ContactDeleteConfirm.vue
+++ b/frontend/src/views/contacts/ContactDeleteConfirm.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/contacts/ContactDetailsView.vue b/frontend/src/views/contacts/ContactDetailsView.vue
index 725929f..0412363 100644
--- a/frontend/src/views/contacts/ContactDetailsView.vue
+++ b/frontend/src/views/contacts/ContactDetailsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/contacts/permissions.js b/frontend/src/views/contacts/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/views/contacts/permissions.js
+++ b/frontend/src/views/contacts/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/views/content/ContentListView.vue b/frontend/src/views/content/ContentListView.vue
index 788d39d..009653a 100644
--- a/frontend/src/views/content/ContentListView.vue
+++ b/frontend/src/views/content/ContentListView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/content/ContentSettingsView.vue b/frontend/src/views/content/ContentSettingsView.vue
index 3c5a229..8338810 100644
--- a/frontend/src/views/content/ContentSettingsView.vue
+++ b/frontend/src/views/content/ContentSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/content/InternalListView.vue b/frontend/src/views/content/InternalListView.vue
index f5cff4c..d612bc6 100644
--- a/frontend/src/views/content/InternalListView.vue
+++ b/frontend/src/views/content/InternalListView.vue
@@ -1,3 +1,15 @@
+
+
diff --git a/frontend/src/views/content/PageView.vue b/frontend/src/views/content/PageView.vue
index d7c8e78..2b7e916 100644
--- a/frontend/src/views/content/PageView.vue
+++ b/frontend/src/views/content/PageView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/content/PublicPageView.vue b/frontend/src/views/content/PublicPageView.vue
index 397692e..c36aa55 100644
--- a/frontend/src/views/content/PublicPageView.vue
+++ b/frontend/src/views/content/PublicPageView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/content/PublicPagesView.vue b/frontend/src/views/content/PublicPagesView.vue
index e5a4d30..6520fec 100644
--- a/frontend/src/views/content/PublicPagesView.vue
+++ b/frontend/src/views/content/PublicPagesView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/content/PublishedListView.vue b/frontend/src/views/content/PublishedListView.vue
index bc96606..2e86a8a 100644
--- a/frontend/src/views/content/PublishedListView.vue
+++ b/frontend/src/views/content/PublishedListView.vue
@@ -1,3 +1,15 @@
+
+
diff --git a/frontend/src/views/content/permissions.js b/frontend/src/views/content/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/views/content/permissions.js
+++ b/frontend/src/views/content/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/views/groups/GroupsView.vue b/frontend/src/views/groups/GroupsView.vue
index ec2e916..d613457 100644
--- a/frontend/src/views/groups/GroupsView.vue
+++ b/frontend/src/views/groups/GroupsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/permissions.js b/frontend/src/views/permissions.js
index 087f590..c338d75 100644
--- a/frontend/src/views/permissions.js
+++ b/frontend/src/views/permissions.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
/**
diff --git a/frontend/src/views/settings/AI/AiAssistantSettings.vue b/frontend/src/views/settings/AI/AiAssistantSettings.vue
index 5b96871..6ceabca 100644
--- a/frontend/src/views/settings/AI/AiAssistantSettings.vue
+++ b/frontend/src/views/settings/AI/AiAssistantSettings.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AI/DatabaseSettingsView.vue b/frontend/src/views/settings/AI/DatabaseSettingsView.vue
index b06cb08..4fed718 100644
--- a/frontend/src/views/settings/AI/DatabaseSettingsView.vue
+++ b/frontend/src/views/settings/AI/DatabaseSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AI/EmailSettingsView.vue b/frontend/src/views/settings/AI/EmailSettingsView.vue
index d774536..e94ea55 100644
--- a/frontend/src/views/settings/AI/EmailSettingsView.vue
+++ b/frontend/src/views/settings/AI/EmailSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AI/OllamaSettingsView.vue b/frontend/src/views/settings/AI/OllamaSettingsView.vue
index d53e1c3..4559122 100644
--- a/frontend/src/views/settings/AI/OllamaSettingsView.vue
+++ b/frontend/src/views/settings/AI/OllamaSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AI/OpenAISettingsView.vue b/frontend/src/views/settings/AI/OpenAISettingsView.vue
index e2db266..ab2060e 100644
--- a/frontend/src/views/settings/AI/OpenAISettingsView.vue
+++ b/frontend/src/views/settings/AI/OpenAISettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AI/TelegramSettingsView.vue b/frontend/src/views/settings/AI/TelegramSettingsView.vue
index 04300f5..7cece37 100644
--- a/frontend/src/views/settings/AI/TelegramSettingsView.vue
+++ b/frontend/src/views/settings/AI/TelegramSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AIProviderSettings.vue b/frontend/src/views/settings/AIProviderSettings.vue
index 69b2e2c..443e10f 100644
--- a/frontend/src/views/settings/AIProviderSettings.vue
+++ b/frontend/src/views/settings/AIProviderSettings.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AiSettingsView.vue b/frontend/src/views/settings/AiSettingsView.vue
index ea1cfc8..2eb2bb5 100644
--- a/frontend/src/views/settings/AiSettingsView.vue
+++ b/frontend/src/views/settings/AiSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/AuthTokensSettings.vue b/frontend/src/views/settings/AuthTokensSettings.vue
index e91ddb2..b458232 100644
--- a/frontend/src/views/settings/AuthTokensSettings.vue
+++ b/frontend/src/views/settings/AuthTokensSettings.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/DleDeployFormView.vue b/frontend/src/views/settings/DleDeployFormView.vue
index a7e1923..055e06a 100644
--- a/frontend/src/views/settings/DleDeployFormView.vue
+++ b/frontend/src/views/settings/DleDeployFormView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/Interface/InterfaceSettingsView.vue b/frontend/src/views/settings/Interface/InterfaceSettingsView.vue
index 4d3cf64..96837e1 100644
--- a/frontend/src/views/settings/Interface/InterfaceSettingsView.vue
+++ b/frontend/src/views/settings/Interface/InterfaceSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/Interface/InterfaceWebSshView.vue b/frontend/src/views/settings/Interface/InterfaceWebSshView.vue
index 9d70c0d..0dfca44 100644
--- a/frontend/src/views/settings/Interface/InterfaceWebSshView.vue
+++ b/frontend/src/views/settings/Interface/InterfaceWebSshView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/RpcProvidersSettings.vue b/frontend/src/views/settings/RpcProvidersSettings.vue
index 3d361c0..4d67e7f 100644
--- a/frontend/src/views/settings/RpcProvidersSettings.vue
+++ b/frontend/src/views/settings/RpcProvidersSettings.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/SecuritySettingsView.vue b/frontend/src/views/settings/SecuritySettingsView.vue
index ddb769e..8aeb3de 100644
--- a/frontend/src/views/settings/SecuritySettingsView.vue
+++ b/frontend/src/views/settings/SecuritySettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/SettingsIndexView.vue b/frontend/src/views/settings/SettingsIndexView.vue
index 06ec20d..cab2264 100644
--- a/frontend/src/views/settings/SettingsIndexView.vue
+++ b/frontend/src/views/settings/SettingsIndexView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/settings/WebSshSettingsView.vue b/frontend/src/views/settings/WebSshSettingsView.vue
index dc3affa..64235cc 100644
--- a/frontend/src/views/settings/WebSshSettingsView.vue
+++ b/frontend/src/views/settings/WebSshSettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/AddModuleFormView.vue b/frontend/src/views/smartcontracts/AddModuleFormView.vue
index 7d6815f..05980df 100644
--- a/frontend/src/views/smartcontracts/AddModuleFormView.vue
+++ b/frontend/src/views/smartcontracts/AddModuleFormView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/AnalyticsView.vue b/frontend/src/views/smartcontracts/AnalyticsView.vue
index c718c6a..caf0efe 100644
--- a/frontend/src/views/smartcontracts/AnalyticsView.vue
+++ b/frontend/src/views/smartcontracts/AnalyticsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/CreateProposalView.vue b/frontend/src/views/smartcontracts/CreateProposalView.vue
index 6bec94d..c6ed32f 100644
--- a/frontend/src/views/smartcontracts/CreateProposalView.vue
+++ b/frontend/src/views/smartcontracts/CreateProposalView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/DleManagementView.vue b/frontend/src/views/smartcontracts/DleManagementView.vue
index 3b52e82..4fc3cf7 100644
--- a/frontend/src/views/smartcontracts/DleManagementView.vue
+++ b/frontend/src/views/smartcontracts/DleManagementView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/DleProposalsView.vue b/frontend/src/views/smartcontracts/DleProposalsView.vue
index 41edf7d..0e539fd 100644
--- a/frontend/src/views/smartcontracts/DleProposalsView.vue
+++ b/frontend/src/views/smartcontracts/DleProposalsView.vue
@@ -1,3 +1,15 @@
+
+
diff --git a/frontend/src/views/smartcontracts/ModulesView.vue b/frontend/src/views/smartcontracts/ModulesView.vue
index a08d579..5c5e124 100644
--- a/frontend/src/views/smartcontracts/ModulesView.vue
+++ b/frontend/src/views/smartcontracts/ModulesView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/SettingsView.vue b/frontend/src/views/smartcontracts/SettingsView.vue
index aadfbc9..7e4c5d6 100644
--- a/frontend/src/views/smartcontracts/SettingsView.vue
+++ b/frontend/src/views/smartcontracts/SettingsView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/smartcontracts/modules/index.js b/frontend/src/views/smartcontracts/modules/index.js
index a8638b5..38e4696 100644
--- a/frontend/src/views/smartcontracts/modules/index.js
+++ b/frontend/src/views/smartcontracts/modules/index.js
@@ -7,7 +7,7 @@
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
// Основные модули DLE
diff --git a/frontend/src/views/tables/CreateTableView.vue b/frontend/src/views/tables/CreateTableView.vue
index 7882ce8..7db9e63 100644
--- a/frontend/src/views/tables/CreateTableView.vue
+++ b/frontend/src/views/tables/CreateTableView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/tables/DeleteTableView.vue b/frontend/src/views/tables/DeleteTableView.vue
index 01a3e97..4b5f75e 100644
--- a/frontend/src/views/tables/DeleteTableView.vue
+++ b/frontend/src/views/tables/DeleteTableView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/tables/EditTableView.vue b/frontend/src/views/tables/EditTableView.vue
index b2d5414..26185ac 100644
--- a/frontend/src/views/tables/EditTableView.vue
+++ b/frontend/src/views/tables/EditTableView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/tables/TableView.vue b/frontend/src/views/tables/TableView.vue
index 905d465..5037c76 100644
--- a/frontend/src/views/tables/TableView.vue
+++ b/frontend/src/views/tables/TableView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/frontend/src/views/tables/TablesListView.vue b/frontend/src/views/tables/TablesListView.vue
index a2ca978..2665f27 100644
--- a/frontend/src/views/tables/TablesListView.vue
+++ b/frontend/src/views/tables/TablesListView.vue
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
diff --git a/scripts/README.md b/scripts/README.md
index fd774a7..7a5a725 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -7,7 +7,7 @@
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
# Скрипты миграции приложения
diff --git a/scripts/add-copyrights.js b/scripts/add-copyrights.js
index badd6ca..3ff401e 100755
--- a/scripts/add-copyrights.js
+++ b/scripts/add-copyrights.js
@@ -9,6 +9,15 @@
const fs = require('fs');
const path = require('path');
+// Нормализация ссылок/метаданных в уже существующих заголовках
+const GITHUB_OLD = 'https://github.com/VC-HB3-Accelerator';
+const GITHUB_NEW = 'https://github.com/VC-HB3-Accelerator';
+
+function normalizeHeaderContent(content) {
+ let updated = content.replaceAll(GITHUB_OLD, GITHUB_NEW);
+ return updated;
+}
+
// Копирайт заголовки для разных типов файлов
const copyrightHeaders = {
// JavaScript/TypeScript файлы
@@ -21,7 +30,7 @@ const copyrightHeaders = {
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
`,
@@ -36,7 +45,7 @@ const copyrightHeaders = {
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
`,
@@ -51,7 +60,7 @@ const copyrightHeaders = {
*
* For licensing inquiries: info@hb3-accelerator.com
* Website: https://hb3-accelerator.com
- * GitHub: https://github.com/HB3-ACCELERATOR
+ * GitHub: https://github.com/VC-HB3-Accelerator
*/
`,
@@ -66,7 +75,7 @@ const copyrightHeaders = {
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
`,
@@ -81,7 +90,7 @@ Unauthorized copying, modification, or distribution is prohibited.
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
-GitHub: https://github.com/HB3-ACCELERATOR
+GitHub: https://github.com/VC-HB3-Accelerator
"""
`,
@@ -96,7 +105,7 @@ GitHub: https://github.com/HB3-ACCELERATOR
//
// For licensing inquiries: info@hb3-accelerator.com
// Website: https://hb3-accelerator.com
-// GitHub: https://github.com/HB3-ACCELERATOR
+// GitHub: https://github.com/VC-HB3-Accelerator
`,
@@ -111,7 +120,7 @@ GitHub: https://github.com/HB3-ACCELERATOR
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
`,
@@ -125,7 +134,7 @@ GitHub: https://github.com/HB3-ACCELERATOR
For licensing inquiries: info@hb3-accelerator.com
Website: https://hb3-accelerator.com
- GitHub: https://github.com/HB3-ACCELERATOR
+ GitHub: https://github.com/VC-HB3-Accelerator
-->
`,
@@ -140,7 +149,7 @@ GitHub: https://github.com/HB3-ACCELERATOR
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
`
};
@@ -228,7 +237,14 @@ function addCopyrightToFile(filePath) {
// Проверяем, есть ли уже копирайт
if (hasCopyright(content)) {
- console.log(`⚠️ Копирайт уже есть: ${filePath}`);
+ // Нормализуем ссылки в существующем заголовке (например, GitHub организация)
+ const normalized = normalizeHeaderContent(content);
+ if (normalized !== content) {
+ fs.writeFileSync(filePath, normalized, 'utf8');
+ console.log(`🔧 Нормализован копирайт: ${filePath}`);
+ return true;
+ }
+ console.log(`⚠️ Копирайт уже есть (изменений нет): ${filePath}`);
return false;
}
diff --git a/scripts/create-iso.sh b/scripts/create-iso.sh
index c7cdc25..aec380e 100644
--- a/scripts/create-iso.sh
+++ b/scripts/create-iso.sh
@@ -1,3 +1,14 @@
+#!/bin/bash
+# Copyright (c) 2024-2025 Тарабанов Александр Викторович
+# All rights reserved.
+#
+# This software is proprietary and confidential.
+# Unauthorized copying, modification, or distribution is prohibited.
+#
+# For licensing inquiries: info@hb3-accelerator.com
+# Website: https://hb3-accelerator.com
+# GitHub: https://github.com/VC-HB3-Accelerator
+
#!/bin/bash
# Простой скрипт для создания ISO образа
diff --git a/scripts/internal/db/db_init_helper.sh b/scripts/internal/db/db_init_helper.sh
index 491d7dd..d76063d 100755
--- a/scripts/internal/db/db_init_helper.sh
+++ b/scripts/internal/db/db_init_helper.sh
@@ -7,7 +7,7 @@
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
#!/bin/bash
diff --git a/scripts/migrate-app.sh b/scripts/migrate-app.sh
index d84ab78..34af7a7 100755
--- a/scripts/migrate-app.sh
+++ b/scripts/migrate-app.sh
@@ -7,7 +7,7 @@
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
#!/bin/bash
diff --git a/scripts/setup-vds.sh b/scripts/setup-vds.sh
index 449a518..2253870 100644
--- a/scripts/setup-vds.sh
+++ b/scripts/setup-vds.sh
@@ -1,3 +1,14 @@
+#!/bin/bash
+# Copyright (c) 2024-2025 Тарабанов Александр Викторович
+# All rights reserved.
+#
+# This software is proprietary and confidential.
+# Unauthorized copying, modification, or distribution is prohibited.
+#
+# For licensing inquiries: info@hb3-accelerator.com
+# Website: https://hb3-accelerator.com
+# GitHub: https://github.com/VC-HB3-Accelerator
+
#!/bin/bash
# Упрощенный скрипт подготовки ISO образа для SSH туннелей
diff --git a/scripts/ssh-key-server.js b/scripts/ssh-key-server.js
index 6aaccf6..bd7cc0a 100644
--- a/scripts/ssh-key-server.js
+++ b/scripts/ssh-key-server.js
@@ -1,3 +1,15 @@
+/**
+ * Copyright (c) 2024-2025 Тарабанов Александр Викторович
+ * All rights reserved.
+ *
+ * This software is proprietary and confidential.
+ * Unauthorized copying, modification, or distribution is prohibited.
+ *
+ * For licensing inquiries: info@hb3-accelerator.com
+ * Website: https://hb3-accelerator.com
+ * GitHub: https://github.com/VC-HB3-Accelerator
+ */
+
#!/usr/bin/env node
const http = require('http');
const fs = require('fs');
diff --git a/scripts/update-dns.sh b/scripts/update-dns.sh
index e557b95..d86ef6b 100755
--- a/scripts/update-dns.sh
+++ b/scripts/update-dns.sh
@@ -7,7 +7,7 @@
#
# For licensing inquiries: info@hb3-accelerator.com
# Website: https://hb3-accelerator.com
-# GitHub: https://github.com/HB3-ACCELERATOR
+# GitHub: https://github.com/VC-HB3-Accelerator
#!/bin/bash