Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-22 13:41:51 +0000
committerLars Vogel2018-08-22 14:06:38 +0000
commit6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027 (patch)
tree1e91ffaa8c803a5982607a79f74db940031905d3 /org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
parentfbe99e2e4da55425ce6b8f66d9277017ccb44735 (diff)
downloadeclipse.platform.text-6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027.tar.gz
eclipse.platform.text-6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027.tar.xz
eclipse.platform.text-6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027.zip
Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 3
Change-Id: If633b00cd24e773039442b549f9e1698f2719578 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java')
-rw-r--r--org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
index b9de286d82d..aae59d3e55e 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2000, 2018 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * 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
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation

Back to the top