Add copyright notes to changed files

(cherry picked from commit 51062f99f7)
This commit is contained in:
Aleksandr Eliseev
2025-12-24 17:33:35 +03:00
committed by Nikita Iarychenko
parent 577a083c0f
commit e61c47c8f2
2 changed files with 6 additions and 0 deletions

View File

@@ -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.
//
// Modified by Aleksandr Eliseev 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.jetbrains.python.debugger;
import com.google.common.base.Strings;

View File

@@ -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.
//
// Modified by Aleksandr Eliseev 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.jetbrains.python.debugger;
import com.intellij.openapi.application.ApplicationManager;