From b22978e1520bdbaae94f04360eb096ad232e40d0 Mon Sep 17 00:00:00 2001 From: Tomasz Zarna Date: Tue, 3 Jun 2008 13:36:11 +0000 Subject: bug 235330: Copyright update for 3.4 --- tests/org.eclipse.jsch.tests/build.properties | 10 ++++++++++ .../src/org/eclipse/jsch/tests/Activator.java | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'tests/org.eclipse.jsch.tests') 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; -- cgit v1.2.3