Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2020-02-08 21:38:32 +0000
committerEugene Tarassov2020-02-08 22:11:32 +0000
commit0f649ea38f1d1408bb9641e67360df7880c8b91c (patch)
treed1b71a1ea23e346380d0ec1ced51979c0e02722b /plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java
parentc6613c9d100634bb509d93cd1a418d33749a559e (diff)
downloadorg.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.tar.gz
org.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.tar.xz
org.eclipse.tcf-0f649ea38f1d1408bb9641e67360df7880c8b91c.zip
Releng: update to EPL 2.0 (leave EDL 1.0 unchanged)
Diffstat (limited to 'plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java')
-rw-r--r--plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java
index b35cee394..55800eeb3 100644
--- a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java
+++ b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/launch/TCFLaunchProjectBuilder.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2016 Xilinx, Inc. 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 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/
*
* Contributors:
* Xilinx - initial API and implementation

Back to the top