From 995dd3b10cfa6c566c46d4b6b3956842391c4fcc Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Thu, 9 Nov 2006 14:18:20 +0000 Subject: [PATCH] [cleanup] add copyright --- .../framework/actions/ToggleRunInBackgroundDelegate.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rse/tests/org.eclipse.rse.tests.framework/src/org/eclipse/rse/tests/framework/actions/ToggleRunInBackgroundDelegate.java b/rse/tests/org.eclipse.rse.tests.framework/src/org/eclipse/rse/tests/framework/actions/ToggleRunInBackgroundDelegate.java index 5a4ed586232..8e06c642033 100644 --- a/rse/tests/org.eclipse.rse.tests.framework/src/org/eclipse/rse/tests/framework/actions/ToggleRunInBackgroundDelegate.java +++ b/rse/tests/org.eclipse.rse.tests.framework/src/org/eclipse/rse/tests/framework/actions/ToggleRunInBackgroundDelegate.java @@ -1,3 +1,12 @@ +/* ******************************************************************************* + * Copyright (c) 2006 IBM Corporation. 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: + * David Dykstal (IBM) - initial contribution. + * *******************************************************************************/ package org.eclipse.rse.tests.framework.actions; import org.eclipse.jface.action.IAction;