Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-23 14:29:43 +0000
committerLars Vogel2018-08-27 10:40:59 +0000
commit997c65a4dcb69246b153b4d6e7714db154496b3d (patch)
treed654733071dac776c3ea1a86d01c5f1f762d9468 /tests/org.eclipse.jsch.tests
parentf38ab90270c87d0579b6d4646ea5366ace022b81 (diff)
downloadeclipse.platform.team-997c65a4dcb69246b153b4d6e7714db154496b3d.tar.gz
eclipse.platform.team-997c65a4dcb69246b153b4d6e7714db154496b3d.tar.xz
eclipse.platform.team-997c65a4dcb69246b153b4d6e7714db154496b3d.zip
Bug 535802 - EPL 2.0 conversion for team test
Change-Id: I9462dd48724ce842454cf6e63dbdbba554838697 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/build.properties9
-rw-r--r--tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java9
2 files changed, 12 insertions, 6 deletions
diff --git a/tests/org.eclipse.jsch.tests/build.properties b/tests/org.eclipse.jsch.tests/build.properties
index 611da4423..a55ae8043 100644
--- a/tests/org.eclipse.jsch.tests/build.properties
+++ b/tests/org.eclipse.jsch.tests/build.properties
@@ -1,9 +1,12 @@
###############################################################################
# Copyright (c) 2005, 2007 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
diff --git a/tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java b/tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java
index 90e253674..12d72c8dc 100644
--- a/tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java
+++ b/tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2007 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