Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-06-03 13:36:11 +0000
committerTomasz Zarna2008-06-03 13:36:11 +0000
commitb22978e1520bdbaae94f04360eb096ad232e40d0 (patch)
treee8905ff0bd810ced4d3e4451381c09343573b1ac /tests/org.eclipse.jsch.tests
parentd95f2318cdd0d6b407c7a5daa429b6d470fa2d18 (diff)
downloadeclipse.platform.team-b22978e1520bdbaae94f04360eb096ad232e40d0.tar.gz
eclipse.platform.team-b22978e1520bdbaae94f04360eb096ad232e40d0.tar.xz
eclipse.platform.team-b22978e1520bdbaae94f04360eb096ad232e40d0.zip
bug 235330: Copyright update for 3.4
Diffstat (limited to 'tests/org.eclipse.jsch.tests')
-rw-r--r--tests/org.eclipse.jsch.tests/build.properties10
-rw-r--r--tests/org.eclipse.jsch.tests/src/org/eclipse/jsch/tests/Activator.java10
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/org.eclipse.jsch.tests/build.properties b/tests/org.eclipse.jsch.tests/build.properties
index 34d2e4d2d..ad40ab407 100644
--- a/tests/org.eclipse.jsch.tests/build.properties
+++ b/tests/org.eclipse.jsch.tests/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# 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
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
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 bb43ab197..90e253674 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,3 +1,13 @@
+/*******************************************************************************
+ * 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
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.jsch.tests;
import org.eclipse.core.runtime.Plugin;

Back to the top