From ab02d3d665998901dd58934a90194f80345e6831 Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Mon, 21 Apr 2025 14:16:36 +0400 Subject: [PATCH] OPENIDE add missing copyrights (cherry picked from commit b729986736034c65fd008b1b049a21c2cf33cc80) (cherry picked from commit 1eb3edbbbad9c4812cd8d38074d9cb231dcc0df1) (cherry picked from commit 51375259d71473b055bef22bd1adce9c3593fe85) (cherry picked from commit 134890a7bf264cfc067a1f47ccd6cf7d5fda058a) --- community-resources/resources/openide-eap.svg | 6 ++++-- community-resources/resources/openide-eap_16.svg | 6 ++++-- community-resources/resources/openide-eap_32.svg | 6 ++++-- community-resources/resources/openide.svg | 6 ++++-- community-resources/resources/openide_16.svg | 6 ++++-- community-resources/resources/openide_32.svg | 6 ++++-- .../base/resources/intellij.idea.customization.base.xml | 4 ++++ .../resources/messages/JavaCompilerBundle.properties | 4 ++++ java/idea-ui/resources/messages/JavaUiBundle.properties | 4 ++++ java/java-backend/resources/META-INF/JavaPlugin.xml | 4 ++++ .../resources/messages/JavaLessonsBundle.properties | 4 ++++ .../java-promo/resources/META-INF/community-integration.xml | 4 ++++ java/openapi/resources/messages/JavaBundle.properties | 4 ++++ platform/analysis-impl/resources/META-INF/AnalysisImpl.xml | 4 ++++ .../resources/messages/ApplicationBundle.properties | 4 ++++ .../platform-api/resources/messages/IdeBundle.properties | 4 ++++ .../resources/messages/LanguageAndRegionBundle.properties | 4 ++++ .../resources/messages/DiagnosticBundle.properties | 4 ++++ .../src/com/intellij/diagnostic/WindowsDefenderChecker.java | 3 +++ .../src/messages/ActionsBundle.properties | 5 +++++ .../platform-resources/src/META-INF/PlatformExtensions.xml | 5 +++++ platform/platform-resources/src/idea/PlatformActions.xml | 5 +++++ .../resources/messages/ProjectModelBundle.properties | 4 ++++ plugins/ant/resources/tips/CreateTargetTag.html | 4 ++++ .../devkit-core/resources/messages/DevKitBundle.properties | 4 ++++ plugins/eclipse/resources/META-INF/plugin.xml | 4 ++++ plugins/eclipse/resources/messages/EclipseBundle.properties | 4 ++++ plugins/editorconfig/resources/META-INF/plugin.xml | 5 ++++- plugins/git4idea/resources/intellij.vcs.git.xml | 4 ++++ plugins/gradle/plugin-resources/intellij.gradle.xml | 4 ++++ .../res/messages/LearnBundle.properties | 4 ++++ plugins/ide-features-trainer/src/training/dsl/LessonUtil.kt | 5 ++++- plugins/ide-features-trainer/src/training/util/Utils.kt | 5 ++++- .../resources/messages/KotlinLessonsBundle.properties | 4 ++++ .../messages/KotlinFormatterMinimalBundle.properties | 4 ++++ .../resources/messages/GradleFeedbackBundle.properties | 4 ++++ plugins/markdown/core/resources/META-INF/plugin.xml | 4 ++++ .../resources/messages/MavenConfigurableBundle.properties | 4 ++++ .../src/main/resources/messages/MavenSyncBundle.properties | 4 ++++ .../resources/messages/UIDesignerBundle.properties | 4 ++++ 40 files changed, 162 insertions(+), 15 deletions(-) diff --git a/community-resources/resources/openide-eap.svg b/community-resources/resources/openide-eap.svg index fc93798afde7..2ea094b8245b 100644 --- a/community-resources/resources/openide-eap.svg +++ b/community-resources/resources/openide-eap.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/community-resources/resources/openide-eap_16.svg b/community-resources/resources/openide-eap_16.svg index 180b5ee6298d..be78ffb3805e 100644 --- a/community-resources/resources/openide-eap_16.svg +++ b/community-resources/resources/openide-eap_16.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/community-resources/resources/openide-eap_32.svg b/community-resources/resources/openide-eap_32.svg index 9c5edbb92c18..3dcdd175810e 100644 --- a/community-resources/resources/openide-eap_32.svg +++ b/community-resources/resources/openide-eap_32.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/community-resources/resources/openide.svg b/community-resources/resources/openide.svg index 95bd2631f17a..39695c368268 100644 --- a/community-resources/resources/openide.svg +++ b/community-resources/resources/openide.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/community-resources/resources/openide_16.svg b/community-resources/resources/openide_16.svg index 74f977821594..ff67d45bb811 100644 --- a/community-resources/resources/openide_16.svg +++ b/community-resources/resources/openide_16.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/community-resources/resources/openide_32.svg b/community-resources/resources/openide_32.svg index 6024c479d457..4e9ec1f1e515 100644 --- a/community-resources/resources/openide_32.svg +++ b/community-resources/resources/openide_32.svg @@ -1,5 +1,7 @@ - - + + + + diff --git a/idea/customization/base/resources/intellij.idea.customization.base.xml b/idea/customization/base/resources/intellij.idea.customization.base.xml index eb338115a76a..98698dbdc372 100644 --- a/idea/customization/base/resources/intellij.idea.customization.base.xml +++ b/idea/customization/base/resources/intellij.idea.customization.base.xml @@ -1,3 +1,7 @@ + + + + diff --git a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties index fc43fdf326b0..208ea1258c5a 100644 --- a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties +++ b/java/compiler/openapi/resources/messages/JavaCompilerBundle.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. message.category.error=ERROR message.category.warning=WARNING message.category.information=INFORMATION diff --git a/java/idea-ui/resources/messages/JavaUiBundle.properties b/java/idea-ui/resources/messages/JavaUiBundle.properties index ae4ec212df6b..b2997146ccea 100644 --- a/java/idea-ui/resources/messages/JavaUiBundle.properties +++ b/java/idea-ui/resources/messages/JavaUiBundle.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. build.script.found.notification={0} build {1,choice,1#script|1 + + + diff --git a/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties b/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties index 9a6b25aea4f7..f425ba821263 100644 --- a/java/java-features-trainer/resources/messages/JavaLessonsBundle.properties +++ b/java/java-features-trainer/resources/messages/JavaLessonsBundle.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. #Need to translate in pair with action.EditorToggleCase.text key! toggle.case.part=case diff --git a/java/java-promo/resources/META-INF/community-integration.xml b/java/java-promo/resources/META-INF/community-integration.xml index 3cb09cf94d57..82814be31a82 100644 --- a/java/java-promo/resources/META-INF/community-integration.xml +++ b/java/java-promo/resources/META-INF/community-integration.xml @@ -1,3 +1,7 @@ + + + + diff --git a/java/openapi/resources/messages/JavaBundle.properties b/java/openapi/resources/messages/JavaBundle.properties index 621b8c27a559..8968837c2574 100644 --- a/java/openapi/resources/messages/JavaBundle.properties +++ b/java/openapi/resources/messages/JavaBundle.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. abstract.class.not.allowed=Abstract class is not allowed access.static.via.instance=Access static member via instance reference action.analyzing.cyclic.dependencies.in.scope=Cyclic Dependencies of {0} diff --git a/platform/analysis-impl/resources/META-INF/AnalysisImpl.xml b/platform/analysis-impl/resources/META-INF/AnalysisImpl.xml index c007c704ada6..116911dfb391 100644 --- a/platform/analysis-impl/resources/META-INF/AnalysisImpl.xml +++ b/platform/analysis-impl/resources/META-INF/AnalysisImpl.xml @@ -1,3 +1,7 @@ + + + + diff --git a/platform/ide-core/resources/messages/ApplicationBundle.properties b/platform/ide-core/resources/messages/ApplicationBundle.properties index 673001ea5d6c..2ac5c59ecd98 100644 --- a/platform/ide-core/resources/messages/ApplicationBundle.properties +++ b/platform/ide-core/resources/messages/ApplicationBundle.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. app.command.exec.error=Error executing command ''{0}'': {1} app.command.exec.error.title=Command ''{0}'' title.screen.reader.support=Screen Reader Support diff --git a/platform/platform-api/resources/messages/IdeBundle.properties b/platform/platform-api/resources/messages/IdeBundle.properties index 6447184bec48..2e90a51c1680 100644 --- a/platform/platform-api/resources/messages/IdeBundle.properties +++ b/platform/platform-api/resources/messages/IdeBundle.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. notification.group.ide.errors=IDE errors notification.group.browser.config.problems=Browser configuration problems diff --git a/platform/platform-api/resources/messages/LanguageAndRegionBundle.properties b/platform/platform-api/resources/messages/LanguageAndRegionBundle.properties index 704500f39f8a..8bd374d68873 100644 --- a/platform/platform-api/resources/messages/LanguageAndRegionBundle.properties +++ b/platform/platform-api/resources/messages/LanguageAndRegionBundle.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. title.language.and.region=Language and Region description.language.and.region=

Select a region to ensure that licensing, marketplace, and other region-specific features and links work correctly. See the documentation (TODO: change link to OpenIDE) for details

diff --git a/platform/platform-impl/resources/messages/DiagnosticBundle.properties b/platform/platform-impl/resources/messages/DiagnosticBundle.properties index 087bfa940a50..6fed29e6a1da 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 29cef892a313..9595bff1c02b 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-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 f5dec370cee0..0ce015beeecf 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 277ad9783f4c..e4bae13e377b 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/platform-resources/src/idea/PlatformActions.xml b/platform/platform-resources/src/idea/PlatformActions.xml index e68ab047820b..de0c8000790e 100644 --- a/platform/platform-resources/src/idea/PlatformActions.xml +++ b/platform/platform-resources/src/idea/PlatformActions.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 7f042685baed..8c386d5db211 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 e1a7d96356ee..4ad2bf08f854 100644 --- a/plugins/eclipse/resources/META-INF/plugin.xml +++ b/plugins/eclipse/resources/META-INF/plugin.xml @@ -1,3 +1,7 @@ + + + + Eclipse Interoperability org.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 03cd38ca7aed..280c7ccccc9e 100644 --- a/plugins/editorconfig/resources/META-INF/plugin.xml +++ b/plugins/editorconfig/resources/META-INF/plugin.xml @@ -1,4 +1,7 @@ - + + + + org.editorconfig.editorconfigjetbrains EditorConfig diff --git a/plugins/git4idea/resources/intellij.vcs.git.xml b/plugins/git4idea/resources/intellij.vcs.git.xml index 5870cb5d842f..1ed5a96a9c45 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/intellij.gradle.xml b/plugins/gradle/plugin-resources/intellij.gradle.xml index 6b04844f201e..daf9a128fb05 100644 --- a/plugins/gradle/plugin-resources/intellij.gradle.xml +++ b/plugins/gradle/plugin-resources/intellij.gradle.xml @@ -1,3 +1,7 @@ + + + + diff --git a/plugins/ide-features-trainer/res/messages/LearnBundle.properties b/plugins/ide-features-trainer/res/messages/LearnBundle.properties index 57bc8aef38b3..bf89aefd50f1 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 c0013fa09312..7daa759e85ac 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 bb45e6ada15c..69e99550c881 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 82189c1e979f..eb6fdb9a2591 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 7f350b03b2ba..b28e9587ab46 100644 --- a/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.properties +++ b/plugins/kotlin/formatter/minimal/resources-en/messages/KotlinFormatterMinimalBundle.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. ide.defaults.title= 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 f22b06aa4495..f7f931c21dc5 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 9c1a2ee5dc93..c44c84ca468b 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.markdown Markdown diff --git a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties index 9306224f60bd..e65104db517e 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 3d5dde38eb24..fc790eab04c9 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 a9b263541a58..ba01084205b0 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