Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-22 15:11:59 +0000
committerLars Vogel2018-08-22 15:11:59 +0000
commita970af90f0c8aa42321e06784d91a5b307e48dfd (patch)
treef9df2f3fcba7b3b8677bd6a1abf7c44f1ca37066 /org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java
parent6097f0f54c46fe5a144ad3a4f2dbb3670bbf3027 (diff)
downloadeclipse.platform.text-I20180823-0100.tar.gz
eclipse.platform.text-I20180823-0100.tar.xz
eclipse.platform.text-I20180823-0100.zip
Bug 530393 - EPL 2.0 update for platform.text plug-ins - Part 2Y20180822-2200I20180823-0100I20180822-2000
Change-Id: Ib43818885bc5b36db7d4fc0625a125402c595b2f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java
index ac1920453bf..2ab5a846de6 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/templates/TemplateTranslator.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2000, 2015 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