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 @@ + +