diff --git a/ci/os/internal/Modules/МетодыКаталогаAPI.os b/ci/os/internal/Modules/МетодыКаталогаAPI.os
index e9a7ad1e9e..7205d69da1 100644
--- a/ci/os/internal/Modules/МетодыКаталогаAPI.os
+++ b/ci/os/internal/Modules/МетодыКаталогаAPI.os
@@ -70,7 +70,7 @@
КонецЦикла;
- Если ЗначениеЗаполнено(ТекущийКлюч) Тогда
+ Если ЗначениеЗаполнено(ТекущийКлюч) И ЗначениеЗаполнено(ТекущееЗначение) Тогда
СоответствиеКаталога.Вставить(ТекущийКлюч, ТекущееЗначение);
КонецЕсли;
diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css
index 2b87576d5b..7c7f6d3b3f 100644
--- a/docs/docusaurus/src/css/custom.css
+++ b/docs/docusaurus/src/css/custom.css
@@ -131,7 +131,7 @@ li > a.menu__link {
.Slack a::before, .YandexDisk a::before, .Dropbox a::before, .Bitrix24 a::before, .Messenger a::before,
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
-.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before{
+.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -216,6 +216,9 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/RCON.png);
}
+.MySQL > div > a::before{
+ content: url(../../static/img/APIs/small/MySQL.png);
+}
.SQLite > div > a::before{
content: url(../../static/img/APIs/small/SQLite.png);
diff --git a/docs/docusaurus/static/img/APIs/MySQL.png b/docs/docusaurus/static/img/APIs/MySQL.png
new file mode 100644
index 0000000000..3c3c5897a9
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/MySQL.png differ
diff --git a/docs/docusaurus/static/img/APIs/small/MySQL.png b/docs/docusaurus/static/img/APIs/small/MySQL.png
new file mode 100644
index 0000000000..90c4c4e319
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/small/MySQL.png differ
diff --git a/docs/en/md/Instructions/MySQL.md b/docs/en/md/Instructions/MySQL.md
new file mode 100644
index 0000000000..c3e3814ede
--- /dev/null
+++ b/docs/en/md/Instructions/MySQL.md
@@ -0,0 +1,17 @@
+---
+id: MySQL
+sidebar_class_name: MySQL
+---
+
+
+
+# MySQL
+
+This section is dedicated to the PostMySQLgreSQL database library. On this page, all the steps necessary to start working are described
+
+## About implemented methods
+
+
+## Compatibility
+
+Technically, the client implementation is a Native component in Rust. It comes in a zip archive format, and, in theory, should work on all available platforms: x86 and x64 Windows and Linux. The actual testing was done on Windows x64 and, cossentially (via OneScript), on Linux x64
\ No newline at end of file
diff --git a/docs/ru/md/Instructions/MySQL.md b/docs/ru/md/Instructions/MySQL.md
new file mode 100644
index 0000000000..4a2b4de3ff
--- /dev/null
+++ b/docs/ru/md/Instructions/MySQL.md
@@ -0,0 +1,17 @@
+---
+id: MySQL
+sidebar_class_name: MySQL
+---
+
+
+
+# MySQL
+
+Этот раздел посвящен библиотеке для работы с базами данных MySQL. На данной странице описаны все действия, необходимые для полноценного начала работы
+
+## О реализованных методах
+
+
+## Совместимость
+
+Технически, реализация коннектора представляет из себя Native компоненту на Rust. Она поставляется в формате zip-архива со сборками для всех основных платформ: x86 и x64 Windows и Linux. Фактическое тестирование проводилось на Windows x64 и, косвенно (через OneScript), на Linux x64
\ No newline at end of file
diff --git a/media/MySQL.png b/media/MySQL.png
new file mode 100644
index 0000000000..ad6952e2df
Binary files /dev/null and b/media/MySQL.png differ
diff --git a/src/ru/OPI/src/CommonModules/OPI_Airtable/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Airtable/Module.bsl
index 132272dfa9..398c9dbd71 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Airtable/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Airtable/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Bitrix24/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Bitrix24/Module.bsl
index 0e306ff345..c9af62729b 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Bitrix24/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Bitrix24/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_CDEK/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_CDEK/Module.bsl
index d0c173b07e..4c4d582eba 100644
--- a/src/ru/OPI/src/CommonModules/OPI_CDEK/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_CDEK/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Dropbox/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Dropbox/Module.bsl
index 1ad17c1a81..cd72772118 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Dropbox/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Dropbox/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_GoogleCalendar/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_GoogleCalendar/Module.bsl
index fcda7e6b71..ff1dfda33d 100644
--- a/src/ru/OPI/src/CommonModules/OPI_GoogleCalendar/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_GoogleCalendar/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_GoogleDrive/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_GoogleDrive/Module.bsl
index 546c36454a..c16a061d72 100644
--- a/src/ru/OPI/src/CommonModules/OPI_GoogleDrive/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_GoogleDrive/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl
index e7a2b02e79..1250685e8d 100644
--- a/src/ru/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_GoogleSheets/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_GoogleWorkspace/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_GoogleWorkspace/Module.bsl
index 7c9670973d..5e1d1960b1 100644
--- a/src/ru/OPI/src/CommonModules/OPI_GoogleWorkspace/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_GoogleWorkspace/Module.bsl
@@ -4,7 +4,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_GreenAPI/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_GreenAPI/Module.bsl
index 041bc4b6ff..b04ed86891 100644
--- a/src/ru/OPI/src/CommonModules/OPI_GreenAPI/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_GreenAPI/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_MySQL/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_MySQL/Module.bsl
index 9e5954fd84..4690a1329f 100644
--- a/src/ru/OPI/src/CommonModules/OPI_MySQL/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_MySQL/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Neocities/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Neocities/Module.bsl
index 4b9f0074bc..1cd40cab68 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Neocities/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Neocities/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Notion/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Notion/Module.bsl
index 10cb28e97b..1b0644421a 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Notion/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Notion/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Ozon/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Ozon/Module.bsl
index fb79a246c7..4d2e23244c 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Ozon/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Ozon/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_PostgreSQL/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_PostgreSQL/Module.bsl
index e6e6e43554..5ff92cbba4 100644
--- a/src/ru/OPI/src/CommonModules/OPI_PostgreSQL/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_PostgreSQL/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_RCON/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_RCON/Module.bsl
index 4b98ae6165..22a8a10ceb 100644
--- a/src/ru/OPI/src/CommonModules/OPI_RCON/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_RCON/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_S3/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_S3/Module.bsl
index e7e677b30d..8826e1de5b 100644
--- a/src/ru/OPI/src/CommonModules/OPI_S3/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_S3/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_SQLite/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_SQLite/Module.bsl
index 54975cf916..e3b748715a 100644
--- a/src/ru/OPI/src/CommonModules/OPI_SQLite/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_SQLite/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Slack/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Slack/Module.bsl
index 4048003966..0c254d5c41 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Slack/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Slack/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_TCP/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_TCP/Module.bsl
index 3876dfb5f1..694baf7f6f 100644
--- a/src/ru/OPI/src/CommonModules/OPI_TCP/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_TCP/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Telegram/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Telegram/Module.bsl
index de35e54dae..7df123e90b 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Telegram/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Telegram/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Twitter/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Twitter/Module.bsl
index d55b6beed8..5cd34b0c15 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Twitter/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Twitter/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_VK/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_VK/Module.bsl
index d8f3913dba..c36b5d421d 100644
--- a/src/ru/OPI/src/CommonModules/OPI_VK/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_VK/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_VKTeams/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_VKTeams/Module.bsl
index fb4d83c13c..9fc23d8cb2 100644
--- a/src/ru/OPI/src/CommonModules/OPI_VKTeams/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_VKTeams/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Viber/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Viber/Module.bsl
index e59c41f9a3..58f12a6d1d 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Viber/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Viber/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_YandexDisk/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_YandexDisk/Module.bsl
index 4d790b7824..ee450111c2 100644
--- a/src/ru/OPI/src/CommonModules/OPI_YandexDisk/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_YandexDisk/Module.bsl
@@ -5,7 +5,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_YandexID/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_YandexID/Module.bsl
index 36f0a219bc..6b439a994e 100644
--- a/src/ru/OPI/src/CommonModules/OPI_YandexID/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_YandexID/Module.bsl
@@ -4,7 +4,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_YandexMarket/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_YandexMarket/Module.bsl
index 2dc7786b69..765fb550ef 100644
--- a/src/ru/OPI/src/CommonModules/OPI_YandexMarket/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_YandexMarket/Module.bsl
@@ -4,7 +4,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_YandexMetrika/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_YandexMetrika/Module.bsl
index c24cfcabac..a260f2701e 100644
--- a/src/ru/OPI/src/CommonModules/OPI_YandexMetrika/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_YandexMetrika/Module.bsl
@@ -4,7 +4,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_ЗапросыSQL/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_ЗапросыSQL/Module.bsl
index 27b6d5fbeb..e78356594e 100644
--- a/src/ru/OPI/src/CommonModules/OPI_ЗапросыSQL/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_ЗапросыSQL/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Инструменты/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Инструменты/Module.bsl
index 1f0ff8fac8..41698662d0 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Инструменты/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Инструменты/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Компоненты/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Компоненты/Module.bsl
index 9fbc9fe89b..b3201b2ff8 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Компоненты/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Компоненты/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Криптография/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Криптография/Module.bsl
index 4b9b1ce929..3a1977a640 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Криптография/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Криптография/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl
index 3fb1e5f152..581d3aff87 100644
--- a/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_ПреобразованиеТипов/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_ПреобразованиеТипов/Module.bsl
index b4cb9cc443..4a3ab9ccb7 100644
--- a/src/ru/OPI/src/CommonModules/OPI_ПреобразованиеТипов/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_ПреобразованиеТипов/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl
index 53ab7f61b3..59e955d6d5 100644
--- a/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
diff --git a/src/ru/OPI/src/CommonModules/OPI_ТестыCLI/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_ТестыCLI/Module.bsl
index 0b3812dcac..5fc05f75c7 100644
--- a/src/ru/OPI/src/CommonModules/OPI_ТестыCLI/Module.bsl
+++ b/src/ru/OPI/src/CommonModules/OPI_ТестыCLI/Module.bsl
@@ -2,7 +2,7 @@
// MIT License
-// Copyright (c) 2023 Anton Tsitavets
+// Copyright (c) 2023-2025 Anton Tsitavets
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal