Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help/src/org/eclipse/help/ICommandLink.java')
-rw-r--r--org.eclipse.help/src/org/eclipse/help/ICommandLink.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/ICommandLink.java b/org.eclipse.help/src/org/eclipse/help/ICommandLink.java
index 15d9f6696..1a37c347e 100644
--- a/org.eclipse.help/src/org/eclipse/help/ICommandLink.java
+++ b/org.eclipse.help/src/org/eclipse/help/ICommandLink.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2007, 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
*
* Contributors:
* IBM Corporation - initial API and implementation

Back to the top