Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-29 12:16:32 +0000
committerManoj Palat2018-09-05 03:15:43 +0000
commit3037b7de4ca97516a212ef08fe9385271d91d6c1 (patch)
treed023e32db74dc1d3da588d0c59b7378506c952c9 /org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java
parent3666283cf97c02bb52bd8711d999401be178b81d (diff)
downloadeclipse.jdt.core-3037b7de4ca97516a212ef08fe9385271d91d6c1.tar.gz
eclipse.jdt.core-3037b7de4ca97516a212ef08fe9385271d91d6c1.tar.xz
eclipse.jdt.core-3037b7de4ca97516a212ef08fe9385271d91d6c1.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.compiler.apt.tests/resources/targets/errors/pa/Outer.java')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java b/org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java
index b197fdc07e..7e544ee27c 100644
--- a/org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java
+++ b/org.eclipse.jdt.compiler.apt.tests/resources/targets/errors/pa/Outer.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 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
*******************************************************************************/
package target.errors.pa;

Back to the top