diff --git a/platform/platform-impl/resources/messages/DiagnosticBundle.properties b/platform/platform-impl/resources/messages/DiagnosticBundle.properties
index f879b82f088a..5e010c86a0b2 100644
--- a/platform/platform-impl/resources/messages/DiagnosticBundle.properties
+++ b/platform/platform-impl/resources/messages/DiagnosticBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
error.monitor.too.many.errors=Too many IDE internal errors. Monitoring stopped.
error.report.title=Error Report
notification.group.error.report=Internal error report submitted
diff --git a/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java b/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java
index 3b65e76de2e3..b63c153961c1 100644
--- a/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java
+++ b/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java
@@ -1,4 +1,7 @@
-// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+//
+// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+// Any modifications are available on the same license terms as the original source code.
package com.intellij.diagnostic;
import com.intellij.execution.configurations.PathEnvironmentVariableUtil;
diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties
index 02c37d420417..1e92eb508cc9 100644
--- a/platform/platform-resources-en/src/messages/ActionsBundle.properties
+++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties
@@ -1,3 +1,8 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
+
# IDEA core action texts and descriptions go here.
# The key patterns are "action." + id + ".text" and "action." + id + ".description"
diff --git a/platform/platform-resources/src/META-INF/PlatformExtensions.xml b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
index 6d46a64d901d..588aa25d63fc 100644
--- a/platform/platform-resources/src/META-INF/PlatformExtensions.xml
+++ b/platform/platform-resources/src/META-INF/PlatformExtensions.xml
@@ -1,3 +1,8 @@
+
+
+
+
+
+
+
+
+
diff --git a/platform/projectModel-api/resources/messages/ProjectModelBundle.properties b/platform/projectModel-api/resources/messages/ProjectModelBundle.properties
index b52055df7735..55774f6a37ff 100644
--- a/platform/projectModel-api/resources/messages/ProjectModelBundle.properties
+++ b/platform/projectModel-api/resources/messages/ProjectModelBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
filetype.idea.module.description=IDEA module
filetype.idea.module.display.name=IDEA module
filetype.idea.project.description=IDEA project
diff --git a/plugins/ant/resources/tips/CreateTargetTag.html b/plugins/ant/resources/tips/CreateTargetTag.html
index 6035662b931e..951a1710df10 100644
--- a/plugins/ant/resources/tips/CreateTargetTag.html
+++ b/plugins/ant/resources/tips/CreateTargetTag.html
@@ -1,3 +1,7 @@
+
+
+
+
diff --git a/plugins/devkit/devkit-core/resources/messages/DevKitBundle.properties b/plugins/devkit/devkit-core/resources/messages/DevKitBundle.properties
index 9f3b16e5944a..330da8184359 100644
--- a/plugins/devkit/devkit-core/resources/messages/DevKitBundle.properties
+++ b/plugins/devkit/devkit-core/resources/messages/DevKitBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
#module type
module.title=IntelliJ Platform Plugin
module.description=Plugin modules are used for developing plugins for IntelliJ Platform-based IDEs. \
diff --git a/plugins/eclipse/resources/META-INF/plugin.xml b/plugins/eclipse/resources/META-INF/plugin.xml
index a09fc90f40a3..d9b3ed726409 100644
--- a/plugins/eclipse/resources/META-INF/plugin.xml
+++ b/plugins/eclipse/resources/META-INF/plugin.xml
@@ -1,3 +1,7 @@
+
+
+
+
Eclipse Interoperabilityorg.jetbrains.idea.eclipse
diff --git a/plugins/eclipse/resources/messages/EclipseBundle.properties b/plugins/eclipse/resources/messages/EclipseBundle.properties
index 79e9c5dfdf27..55f7757923a1 100644
--- a/plugins/eclipse/resources/messages/EclipseBundle.properties
+++ b/plugins/eclipse/resources/messages/EclipseBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
eclipse.name=Eclipse
eclipse.import.label.select.workspace=&Select Eclipse projects directory:
eclipse.import.title.select.workspace=Select Eclipse projects directory
diff --git a/plugins/editorconfig/resources/META-INF/plugin.xml b/plugins/editorconfig/resources/META-INF/plugin.xml
index fd7d7c2f7b46..7fc22adad826 100644
--- a/plugins/editorconfig/resources/META-INF/plugin.xml
+++ b/plugins/editorconfig/resources/META-INF/plugin.xml
@@ -1,4 +1,7 @@
-
+
+
+
+
org.editorconfig.editorconfigjetbrainsEditorConfig
diff --git a/plugins/git4idea/resources/intellij.vcs.git.xml b/plugins/git4idea/resources/intellij.vcs.git.xml
index db2413b02ff5..cfeddf8546ae 100644
--- a/plugins/git4idea/resources/intellij.vcs.git.xml
+++ b/plugins/git4idea/resources/intellij.vcs.git.xml
@@ -1,3 +1,7 @@
+
+
+
+
messages.GitBundle
diff --git a/plugins/gradle/plugin-resources/META-INF/plugin.xml b/plugins/gradle/plugin-resources/META-INF/plugin.xml
index 3afd13584c92..21d2c9a2c7b3 100644
--- a/plugins/gradle/plugin-resources/META-INF/plugin.xml
+++ b/plugins/gradle/plugin-resources/META-INF/plugin.xml
@@ -1,3 +1,7 @@
+
+
+
+
Gradlecom.intellij.gradle
diff --git a/plugins/ide-features-trainer/res/messages/LearnBundle.properties b/plugins/ide-features-trainer/res/messages/LearnBundle.properties
index c7650f80f15a..a1f78317380a 100755
--- a/plugins/ide-features-trainer/res/messages/LearnBundle.properties
+++ b/plugins/ide-features-trainer/res/messages/LearnBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
toolwindow.stripe.Learn=Learn
### Dialog messages ###
diff --git a/plugins/ide-features-trainer/src/training/dsl/LessonUtil.kt b/plugins/ide-features-trainer/src/training/dsl/LessonUtil.kt
index 481bd5a0ddf7..76e5ca74c7da 100644
--- a/plugins/ide-features-trainer/src/training/dsl/LessonUtil.kt
+++ b/plugins/ide-features-trainer/src/training/dsl/LessonUtil.kt
@@ -1,4 +1,7 @@
-// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+//
+// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+// Any modifications are available on the same license terms as the original source code.
package training.dsl
import com.intellij.codeInsight.daemon.LineMarkerInfo
diff --git a/plugins/ide-features-trainer/src/training/util/Utils.kt b/plugins/ide-features-trainer/src/training/util/Utils.kt
index 845b0016f7e9..93c3d4d334c3 100644
--- a/plugins/ide-features-trainer/src/training/util/Utils.kt
+++ b/plugins/ide-features-trainer/src/training/util/Utils.kt
@@ -1,4 +1,7 @@
-// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+//
+// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+// Any modifications are available on the same license terms as the original source code.
package training.util
import com.google.common.util.concurrent.ThreadFactoryBuilder
diff --git a/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties b/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
index b59d6d83e4ae..56891136dae6 100644
--- a/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
+++ b/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
configure.kotlin.progress.title=Configure Kotlin
welcome.promo.start.tour.java=Start Tour in Java
diff --git a/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.properties b/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.properties
index bc81060343d6..1c90c1dbd057 100644
--- a/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.properties
+++ b/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.properties
@@ -1,2 +1,6 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
kotlin.coding.conventions.title=Kotlin Coding Conventions
kotlin.obsolete.coding.conventions.title=Kotlin obsolete IDE codestyle
\ No newline at end of file
diff --git a/plugins/kotlin/onboarding-gradle/resources/messages/GradleFeedbackBundle.properties b/plugins/kotlin/onboarding-gradle/resources/messages/GradleFeedbackBundle.properties
index eea29ebfb518..812799805430 100644
--- a/plugins/kotlin/onboarding-gradle/resources/messages/GradleFeedbackBundle.properties
+++ b/plugins/kotlin/onboarding-gradle/resources/messages/GradleFeedbackBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
dialog.top.title=Feedback
dialog.title=Kotlin Feedback
dialog.description=You have been using Kotlin recently, share your feedback with us.
diff --git a/plugins/markdown/core/resources/META-INF/plugin.xml b/plugins/markdown/core/resources/META-INF/plugin.xml
index e2e5ceca0b20..56c41431983f 100644
--- a/plugins/markdown/core/resources/META-INF/plugin.xml
+++ b/plugins/markdown/core/resources/META-INF/plugin.xml
@@ -1,3 +1,7 @@
+
+
+
+
org.intellij.plugins.markdownMarkdown
diff --git a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties
index 855e83249b42..941a099407c8 100644
--- a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties
+++ b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
maven.settings.override=Override
maven.settings.environment.home.directory=Maven &home path
maven.settings.on.targets.environment.home.directory=Maven &home path on {0}
diff --git a/plugins/maven/src/main/resources/messages/MavenSyncBundle.properties b/plugins/maven/src/main/resources/messages/MavenSyncBundle.properties
index 69e16aa3ba11..e5d03f531b8f 100644
--- a/plugins/maven/src/main/resources/messages/MavenSyncBundle.properties
+++ b/plugins/maven/src/main/resources/messages/MavenSyncBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
# suppress inspection "UnusedProperty" for whole file
maven.sync.title=Sync
maven.sync.project.title=Sync {0}
diff --git a/plugins/ui-designer/resources/messages/UIDesignerBundle.properties b/plugins/ui-designer/resources/messages/UIDesignerBundle.properties
index d02e1287e932..faf8a2d918c1 100644
--- a/plugins/ui-designer/resources/messages/UIDesignerBundle.properties
+++ b/plugins/ui-designer/resources/messages/UIDesignerBundle.properties
@@ -1,3 +1,7 @@
+# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
+#
+# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
+# Any modifications are available on the same license terms as the original source code.
action.delete.column=Delete column
action.delete.columns=Delete columns
action.delete.row=Delete row