Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-29 12:16:32 +0000
committerLars Vogel2018-08-31 08:36:06 +0000
commitcc0f12b3939b670e3b1b92b013628ec204ccb510 (patch)
treea65c993a5d5b1712eeadc0998a61e9f28bb01ff3 /org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java
parent1791027464ca3ad10035e508174f2bfa21d3591b (diff)
downloadeclipse.jdt.core-cc0f12b3939b670e3b1b92b013628ec204ccb510.tar.gz
eclipse.jdt.core-cc0f12b3939b670e3b1b92b013628ec204ccb510.tar.xz
eclipse.jdt.core-cc0f12b3939b670e3b1b92b013628ec204ccb510.zip
Bug 535802 - EPL 2.0 conversion for apt plug-ins and tests
Change-Id: I0b8b255c01516ced6bcc54ff52bbb74abbe43522 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java')
-rw-r--r--org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java b/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java
index 44c343eb9f..3203638062 100644
--- a/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java
+++ b/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/type/ErrorType.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2005, 2007 BEA Systems, Inc.
- * 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:
* tyeung@bea.com - initial API and implementation

Back to the top