From 3cbae9bf2a4f0736eae24baea31f5592f7422e29 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Thu, 9 Nov 2006 14:38:37 +0000 Subject: [PATCH] added copyrights --- .../services/dstore/shells/DStoreHostOutput.java | 14 ++++++++++++++ .../eclipse/rse/services/shells/IHostOutput.java | 14 ++++++++++++++ .../rse/services/shells/SimpleHostOutput.java | 13 +++++++++++++ .../SystemDeferredTableTreeContentManager.java | 16 ++++++++++++++-- 4 files changed, 55 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/shells/DStoreHostOutput.java b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/shells/DStoreHostOutput.java index 3a2855b4638..e369f663961 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/shells/DStoreHostOutput.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/shells/DStoreHostOutput.java @@ -1,3 +1,17 @@ +/******************************************************************************** + * 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 + * + * Initial Contributors: + * The following IBM employees contributed the initial implementation: + * David McKnight. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.rse.services.dstore.shells; import org.eclipse.dstore.core.model.DataElement; diff --git a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IHostOutput.java b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IHostOutput.java index fefff6207eb..2cc4126d383 100644 --- a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IHostOutput.java +++ b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IHostOutput.java @@ -1,3 +1,17 @@ +/******************************************************************************** + * 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 + * + * Initial Contributors: + * The following IBM employees contributed the initial implementation: + * David McKnight. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.rse.services.shells; public interface IHostOutput diff --git a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/SimpleHostOutput.java b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/SimpleHostOutput.java index 56df2589222..c957910083b 100644 --- a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/SimpleHostOutput.java +++ b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/SimpleHostOutput.java @@ -1,3 +1,16 @@ +/******************************************************************************** + * 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 + * + * Initial Contributors: + * The following IBM employees contributed the initial implementation: + * David McKnight. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ package org.eclipse.rse.services.shells; public class SimpleHostOutput implements IHostOutput diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemDeferredTableTreeContentManager.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemDeferredTableTreeContentManager.java index ed6d235a476..b09b72d7452 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemDeferredTableTreeContentManager.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemDeferredTableTreeContentManager.java @@ -1,3 +1,17 @@ +/******************************************************************************** + * 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 + * + * Initial Contributors: + * The following IBM employees contributed the initial implementation: + * David McKnight. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.rse.ui.view; import org.eclipse.core.runtime.IProgressMonitor; @@ -31,10 +45,8 @@ public class SystemDeferredTableTreeContentManager extends public class RelayoutView implements Runnable { - private Object _parent; public RelayoutView(Object parent) { - _parent = parent; } public void run()