From 44685efc26829e4d97311c4ef716cf8835cd058e Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Fri, 28 Nov 2025 11:28:12 +0400 Subject: [PATCH] IDEA-359334 Action Gradle.DownloadSources always visible in all AbstractExternalSystemToolWindowFactory implemetations (add copyright) (cherry picked from commit df6e7055157566c30c6aae9f46e97cde4ec458fc) --- .../plugins/gradle/action/GradleDownloadSourcesAction.kt | 3 +++ .../dependency/analyzer/GradleDependencyAnalyzerAction.kt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plugins/gradle/src/org/jetbrains/plugins/gradle/action/GradleDownloadSourcesAction.kt b/plugins/gradle/src/org/jetbrains/plugins/gradle/action/GradleDownloadSourcesAction.kt index e7b818e197e9..4e1489f71344 100644 --- a/plugins/gradle/src/org/jetbrains/plugins/gradle/action/GradleDownloadSourcesAction.kt +++ b/plugins/gradle/src/org/jetbrains/plugins/gradle/action/GradleDownloadSourcesAction.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. +// +// 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 org.jetbrains.plugins.gradle.action import com.intellij.openapi.actionSystem.AnActionEvent diff --git a/plugins/gradle/src/org/jetbrains/plugins/gradle/dependency/analyzer/GradleDependencyAnalyzerAction.kt b/plugins/gradle/src/org/jetbrains/plugins/gradle/dependency/analyzer/GradleDependencyAnalyzerAction.kt index 449c07f5d19d..758b6a3b2685 100644 --- a/plugins/gradle/src/org/jetbrains/plugins/gradle/dependency/analyzer/GradleDependencyAnalyzerAction.kt +++ b/plugins/gradle/src/org/jetbrains/plugins/gradle/dependency/analyzer/GradleDependencyAnalyzerAction.kt @@ -1,4 +1,7 @@ // Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// +// 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 org.jetbrains.plugins.gradle.dependency.analyzer import com.intellij.openapi.actionSystem.AnActionEvent