Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-29 13:48:37 +0000
committerLars Vogel2018-09-03 07:37:13 +0000
commitf6792492f110837cda3b566a10e36beea4e54b03 (patch)
tree3ac795b52ecb9a865e5f043a74660b7ab3e8a39c /org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java
parentcc0f12b3939b670e3b1b92b013628ec204ccb510 (diff)
downloadeclipse.jdt.core-f6792492f110837cda3b566a10e36beea4e54b03.tar.gz
eclipse.jdt.core-f6792492f110837cda3b566a10e36beea4e54b03.tar.xz
eclipse.jdt.core-f6792492f110837cda3b566a10e36beea4e54b03.zip
Bug 535802 - EPL 2.0 conversion for org.eclipse.jdt.core
Change-Id: I8fda0c26b89262930100d52390eb6726bee45250 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java
index 506a3d82d9..5987709196 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2000, 2009 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