diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/AbstractPyCodeCompletion.java b/python/pydevSrc/com/jetbrains/python/console/pydev/AbstractPyCodeCompletion.java index 9ab5e03499b8..78e067209a6c 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/AbstractPyCodeCompletion.java +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/AbstractPyCodeCompletion.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.console.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/IPydevXmlRpcClient.java b/python/pydevSrc/com/jetbrains/python/console/pydev/IPydevXmlRpcClient.java index 622e14a2f49e..2f1647cca782 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/IPydevXmlRpcClient.java +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/IPydevXmlRpcClient.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.console.pydev; import org.apache.xmlrpc.XmlRpcException; diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/IToken.java b/python/pydevSrc/com/jetbrains/python/console/pydev/IToken.java index fc7f6f631c94..5555001aa304 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/IToken.java +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/IToken.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). /* * Created on Nov 18, 2004 * diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/PyCodeCompletionImages.java b/python/pydevSrc/com/jetbrains/python/console/pydev/PyCodeCompletionImages.java index a72da343c915..4e69e9abb83a 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/PyCodeCompletionImages.java +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/PyCodeCompletionImages.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.console.pydev; import com.intellij.util.PlatformIcons; diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/PydevCompletionVariant.java b/python/pydevSrc/com/jetbrains/python/console/pydev/PydevCompletionVariant.java index 60c2e86613b8..927578c6f570 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/PydevCompletionVariant.java +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/PydevCompletionVariant.java @@ -1,4 +1,4 @@ -// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.console.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/console/pydev/PydevXmlRpcClient.kt b/python/pydevSrc/com/jetbrains/python/console/pydev/PydevXmlRpcClient.kt index d764294ebf91..764e309b8f41 100644 --- a/python/pydevSrc/com/jetbrains/python/console/pydev/PydevXmlRpcClient.kt +++ b/python/pydevSrc/com/jetbrains/python/console/pydev/PydevXmlRpcClient.kt @@ -1,4 +1,4 @@ -// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.console.pydev import com.intellij.openapi.diagnostic.Logger diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyDebuggerException.java b/python/pydevSrc/com/jetbrains/python/debugger/PyDebuggerException.java index 1aa43ff32eec..a98360c5ad4e 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyDebuggerException.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyDebuggerException.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyFrameAccessor.java b/python/pydevSrc/com/jetbrains/python/debugger/PyFrameAccessor.java index d126a89b2872..b3c1706cca83 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyFrameAccessor.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyFrameAccessor.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; import com.intellij.openapi.diagnostic.Logger; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyFrameListener.java b/python/pydevSrc/com/jetbrains/python/debugger/PyFrameListener.java index 5c77d950acb9..b5516dc5ae3d 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyFrameListener.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyFrameListener.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; public interface PyFrameListener { diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyLockEvent.java b/python/pydevSrc/com/jetbrains/python/debugger/PyLockEvent.java index 6aa10e52361c..4f61af09426a 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyLockEvent.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyLockEvent.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyPositionConverter.java b/python/pydevSrc/com/jetbrains/python/debugger/PyPositionConverter.java index ac1dc98568bc..4643310d6ad5 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyPositionConverter.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyPositionConverter.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; import com.intellij.xdebugger.XSourcePosition; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PySourcePosition.java b/python/pydevSrc/com/jetbrains/python/debugger/PySourcePosition.java index a8a0b4d30beb..f9fc52629781 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PySourcePosition.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PySourcePosition.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; import com.intellij.openapi.util.io.FileUtil; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyStackFrameInfo.java b/python/pydevSrc/com/jetbrains/python/debugger/PyStackFrameInfo.java index 577af15da7d7..2a5724105473 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyStackFrameInfo.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyStackFrameInfo.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyThreadEvent.java b/python/pydevSrc/com/jetbrains/python/debugger/PyThreadEvent.java index 259c22a3a5af..e4bcdc070a64 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyThreadEvent.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyThreadEvent.java @@ -1,4 +1,4 @@ - +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyThreadInfo.java b/python/pydevSrc/com/jetbrains/python/debugger/PyThreadInfo.java index 7805d379c5ad..b29796f9b127 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyThreadInfo.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyThreadInfo.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; import com.jetbrains.python.debugger.pydev.AbstractCommand; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/PyValueModifier.java b/python/pydevSrc/com/jetbrains/python/debugger/PyValueModifier.java index bb629699ec99..8f135b389cd9 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/PyValueModifier.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/PyValueModifier.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger; import com.intellij.openapi.application.ApplicationManager; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractCommand.java index c19e312fe72d..7a64e6ce5c05 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.intellij.openapi.application.ApplicationManager; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractFrameCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractFrameCommand.java index d3800b710899..1dc309475bb0 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractFrameCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractFrameCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractThreadCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractThreadCommand.java index b235b78bbf96..f2adff67ec9a 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractThreadCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/AbstractThreadCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ChangeVariableCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ChangeVariableCommand.java index 54591c11a268..eaa6b4b303ad 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ChangeVariableCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ChangeVariableCommand.java @@ -1,4 +1,4 @@ -// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ConsoleExecCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ConsoleExecCommand.java index 81521261cd8a..c70e6ec07bc5 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ConsoleExecCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ConsoleExecCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.PyDebugValue; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/EvaluateCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/EvaluateCommand.java index ef069194d73a..d41addf002ad 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/EvaluateCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/EvaluateCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.IPyDebugProcess; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetArrayCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetArrayCommand.java index 71bd4d50c479..e922a87d3fae 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetArrayCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetArrayCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.ArrayChunk; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetFrameCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetFrameCommand.java index cde8df61097d..980f5ad1e8d8 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetFrameCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetFrameCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.intellij.xdebugger.frame.XValueChildrenList; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetVariableCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetVariableCommand.java index 2e90f45e5ef8..058fc52a8b7b 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetVariableCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/GetVariableCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.PyDebugValue; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/LoadFullValueCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/LoadFullValueCommand.java index 04270d1a3ca4..7072a15cf05b 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/LoadFullValueCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/LoadFullValueCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.IPyDebugProcess; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProcessCreatedCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProcessCreatedCommand.java index 8bc9a8a7cec4..a2f192f6da50 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProcessCreatedCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProcessCreatedCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import org.jetbrains.annotations.NotNull; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolFrame.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolFrame.java index 8fa190dbc536..53ee1e7c7433 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolFrame.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolFrame.java @@ -1,4 +1,4 @@ -// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.intellij.util.io.URLUtil; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolParser.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolParser.java index 610c6cee7ed5..ba3437596ca6 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolParser.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ProtocolParser.java @@ -1,4 +1,4 @@ -// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.intellij.openapi.util.Pair; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/PyVariableLocator.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/PyVariableLocator.java index 293f71dc5363..df802f5609f6 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/PyVariableLocator.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/PyVariableLocator.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; /** diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/RemoveBreakpointCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/RemoveBreakpointCommand.java index 2d933ad01670..280d2d7adaeb 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/RemoveBreakpointCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/RemoveBreakpointCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ResumeOrStepCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ResumeOrStepCommand.java index 707c37ef702d..3473da88f8f6 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ResumeOrStepCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ResumeOrStepCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/RunCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/RunCommand.java index 37313ab86b8d..99eeffb5248a 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/RunCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/RunCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetBreakpointCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetBreakpointCommand.java index 9df9a33f6443..7690331cd0a7 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetBreakpointCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetBreakpointCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetNextStatementCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetNextStatementCommand.java index 2c0229f834d3..6e3e6716ac64 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetNextStatementCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SetNextStatementCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import com.intellij.openapi.util.Pair; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ShowReturnValuesCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ShowReturnValuesCommand.java index d9d498399571..d367c4b05f4d 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/ShowReturnValuesCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/ShowReturnValuesCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; import org.jetbrains.annotations.NotNull; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SmartStepIntoCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SmartStepIntoCommand.java index 795fb25b8806..3a7250f4b709 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/SmartStepIntoCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/SmartStepIntoCommand.java @@ -1,3 +1,4 @@ +// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.jetbrains.python.debugger.pydev; diff --git a/python/pydevSrc/com/jetbrains/python/debugger/pydev/VersionCommand.java b/python/pydevSrc/com/jetbrains/python/debugger/pydev/VersionCommand.java index 362b10d3d831..bdb5316efc4e 100644 --- a/python/pydevSrc/com/jetbrains/python/debugger/pydev/VersionCommand.java +++ b/python/pydevSrc/com/jetbrains/python/debugger/pydev/VersionCommand.java @@ -1,3 +1,4 @@ +// Licensed under the terms of the Eclipse Public License (EPL). package com.jetbrains.python.debugger.pydev; import com.jetbrains.python.debugger.PyDebuggerException;