Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-29 18:37:53 +0000
committerManoj Palat2018-09-04 05:48:25 +0000
commit0278892d5c9789b57dd0dd1289b1d15387b76ef7 (patch)
tree484472cbbd130dcd8b5d32d4fd066f690cfd7f4d /org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
parentb6ed9098b66bac655b6271956f0b0beaffbdd75a (diff)
downloadeclipse.jdt.core-0278892d5c9789b57dd0dd1289b1d15387b76ef7.tar.gz
eclipse.jdt.core-0278892d5c9789b57dd0dd1289b1d15387b76ef7.tar.xz
eclipse.jdt.core-0278892d5c9789b57dd0dd1289b1d15387b76ef7.zip
Bug 535802 - EPL 2.0 conversion for test plug-ins and one properties
file Change-Id: Ibd1a420d066c491a6a67aaf6ce5607d9a3209bc0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
index 36525946e6..3aa4f96a13 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2006, 2014 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