diff --git a/rse/plugins/org.eclipse.dstore.core/build.properties b/rse/plugins/org.eclipse.dstore.core/build.properties index fa5f6c718b7..41b67724f41 100644 --- a/rse/plugins/org.eclipse.dstore.core/build.properties +++ b/rse/plugins/org.eclipse.dstore.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = .,\ dstore_core.jar,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/DataElementRemover.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/DataElementRemover.java index 6deccb6dd8c..2b45af6a542 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/DataElementRemover.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/util/DataElementRemover.java @@ -1,3 +1,19 @@ +/******************************************************************************** + * Copyright (c) 2002, 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 to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.dstore.core.util; import java.util.LinkedList; diff --git a/rse/plugins/org.eclipse.dstore.extra/build.properties b/rse/plugins/org.eclipse.dstore.extra/build.properties index ab638f3c2ce..505946d143f 100644 --- a/rse/plugins/org.eclipse.dstore.extra/build.properties +++ b/rse/plugins/org.eclipse.dstore.extra/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = .,\ about.html,\ META-INF/,\ diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties b/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties index cd3628329e6..a3d40201a5d 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = .,\ META-INF/,\ about.html,\ diff --git a/rse/plugins/org.eclipse.rse.core/build.properties b/rse/plugins/org.eclipse.rse.core/build.properties index 3d4b284c0ef..d717d175b96 100644 --- a/rse/plugins/org.eclipse.rse.core/build.properties +++ b/rse/plugins/org.eclipse.rse.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.rse.dstore.security/build.properties b/rse/plugins/org.eclipse.rse.dstore.security/build.properties index e43469490c3..506cac9fd48 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/build.properties +++ b/rse/plugins/org.eclipse.rse.dstore.security/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = about.html,\ icons/,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties index 7cfa7f68032..4eeb1202be5 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ about.html,\ diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/FileStoreConversionUtility.java b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/FileStoreConversionUtility.java index 0fbfb73c187..c70d66d7233 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/FileStoreConversionUtility.java +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/FileStoreConversionUtility.java @@ -11,7 +11,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * IBM Corporation - initial API and implementation ********************************************************************************/ package org.eclipse.rse.eclipse.filesystem; diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/RSEFileSystemContributor.java b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/RSEFileSystemContributor.java index c6674504bcb..77c09484fc0 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/RSEFileSystemContributor.java +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/RSEFileSystemContributor.java @@ -1,3 +1,20 @@ +/******************************************************************************** + * Copyright (c) 2002, 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 to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + + package org.eclipse.rse.eclipse.filesystem; import java.net.URI; diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/ui/actions/CreateRemoteProjectActionDelegate.java b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/ui/actions/CreateRemoteProjectActionDelegate.java index 0c346f36241..a1206ffc86d 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/ui/actions/CreateRemoteProjectActionDelegate.java +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/eclipse/filesystem/ui/actions/CreateRemoteProjectActionDelegate.java @@ -1,3 +1,19 @@ +/******************************************************************************** + * 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 to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * IBM Corporation - initial API and implementation + ********************************************************************************/ + package org.eclipse.rse.eclipse.filesystem.ui.actions; import java.net.URI; diff --git a/rse/plugins/org.eclipse.rse.files.ui/build.properties b/rse/plugins/org.eclipse.rse.files.ui/build.properties index 6202e32fd94..03a717010e4 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ about.html,\ diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java index f731b7c96a9..6a98add4c89 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/view/DownloadJob.java @@ -1,6 +1,19 @@ -/** +/******************************************************************************** + * Copyright (c) 2002, 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 to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.rse.files.ui.view; import org.eclipse.core.resources.IFile; diff --git a/rse/plugins/org.eclipse.rse.logging/build.properties b/rse/plugins/org.eclipse.rse.logging/build.properties index 125d3f96f42..d469e8ab93b 100644 --- a/rse/plugins/org.eclipse.rse.logging/build.properties +++ b/rse/plugins/org.eclipse.rse.logging/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = HelpContexts.xml,\ plugin.properties,\ plugin.xml,\ diff --git a/rse/plugins/org.eclipse.rse.processes.ui/build.properties b/rse/plugins/org.eclipse.rse.processes.ui/build.properties index 1de380f8b81..7f3c7ce07f0 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.processes.ui/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ HelpContexts.xml,\ diff --git a/rse/plugins/org.eclipse.rse.services.dstore/build.properties b/rse/plugins/org.eclipse.rse.services.dstore/build.properties index 8297803ace4..dfeb2269065 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ about.properties,\ diff --git a/rse/plugins/org.eclipse.rse.services/build.properties b/rse/plugins/org.eclipse.rse.services/build.properties index c9751d41381..b665c773599 100644 --- a/rse/plugins/org.eclipse.rse.services/build.properties +++ b/rse/plugins/org.eclipse.rse.services/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ clientserver.jar,\ diff --git a/rse/plugins/org.eclipse.rse.shells.ui/build.properties b/rse/plugins/org.eclipse.rse.shells.ui/build.properties index 6202e32fd94..03a717010e4 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.shells.ui/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ plugin.xml,\ about.html,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties index f0ff6f5a13a..686ff4c33f4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties index fb2d817a6ca..4ab720d9204 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ icons/,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/subsystem/DStoreWindowsFileSubSystemConfiguration.java b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/subsystem/DStoreWindowsFileSubSystemConfiguration.java index fa61baf37e1..a6c971489ef 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/subsystem/DStoreWindowsFileSubSystemConfiguration.java +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/src/org/eclipse/rse/subsystems/files/dstore/subsystem/DStoreWindowsFileSubSystemConfiguration.java @@ -1,3 +1,19 @@ +/******************************************************************************** + * Copyright (c) 2002, 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 to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * {Name} (company) - description of contribution. + ********************************************************************************/ + package org.eclipse.rse.subsystems.files.dstore.subsystem; import java.util.Vector; diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties index bde64bd247c..737bcabbe6a 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ .,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties index 297cdc8c611..cbb0844a9e4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties index f0ff6f5a13a..686ff4c33f4 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ plugin.properties,\ diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties index fb2d817a6ca..4ab720d9204 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = META-INF/,\ about.html,\ icons/,\ diff --git a/rse/plugins/org.eclipse.rse.ui/build.properties b/rse/plugins/org.eclipse.rse.ui/build.properties index 995813718a1..21f51937288 100644 --- a/rse/plugins/org.eclipse.rse.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.ui/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2001, 2006 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 +############################################################################### bin.includes = HelpContexts.xml,\ messageFile.dtd,\ plugin.properties,\