Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java')
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java8
1 files changed, 5 insertions, 3 deletions
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java b/wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java
index 6b7a560f5..f4126bbda 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.ui/src/org/eclipse/mylyn/internal/wikitext/ui/editor/syntax/EditFileHyperlink.java
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2010, 2011 David Green and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.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:
* David Green - initial API and implementation
@@ -57,4 +59,4 @@ public class EditFileHyperlink implements IHyperlink {
NLS.bind(Messages.MarkupHyperlinkDetector_openException, file.getName(), e.getMessage()));
}
}
-} \ No newline at end of file
+}

Back to the top