Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-04-10 19:57:41 +0000
committerPaul Pazderski2019-04-10 21:45:17 +0000
commit83b847565d2cf40e995200950f8d4b9558b1ce91 (patch)
tree5c82c503c09cbcdd4a64a3ee21c504fac1b7ea2a /org.eclipse.debug.ui/ui
parent5a4f58b8ebd5410cd384dc74864c553e17d7df9a (diff)
downloadeclipse.platform.debug-83b847565d2cf40e995200950f8d4b9558b1ce91.tar.gz
eclipse.platform.debug-83b847565d2cf40e995200950f8d4b9558b1ce91.tar.xz
eclipse.platform.debug-83b847565d2cf40e995200950f8d4b9558b1ce91.zip
Change-Id: I463de4caa71ab86ad9a95592892c1072d1ba0f9b Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.debug.ui/ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.java23
1 files changed, 12 insertions, 11 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.java
index 66f43d4f8..fb6a10b66 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/StringSubstitutionMessages.java
@@ -1,16 +1,17 @@
-/**********************************************************************
-.
-. This
- * program and the accompanying materials are made available under the terms of
- * the Eclipse Public License 2.0 which accompanies this distribution, and is
-t https://www.eclipse.org/legal/epl-2.0/
-t
-t SPDX-License-Identifier: EPL-2.0
+/*******************************************************************************
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
- * IBM - Initial API and implementation
- * Johann Draschwandtner (Wind River) - [300988] Support filtering variables
- **********************************************************************/
+ * IBM Corporation - initial API and implementation
+ * Johann Draschwandtner (Wind River) - [300988] Support filtering variables
+ *******************************************************************************/
package org.eclipse.debug.internal.ui.stringsubstitution;
import org.eclipse.osgi.util.NLS;

Back to the top