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