1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[cleanup] Update Copyrights

This commit is contained in:
Martin Oberhuber 2007-06-05 11:04:01 +00:00
parent de734b6298
commit 30c91936d2
53 changed files with 345 additions and 309 deletions

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# Copyright (c) 2000, 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

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# Copyright (c) 2000, 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

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui;
@ -76,4 +77,4 @@ public class ShellResources extends NLS
NLS.initializeMessages(BUNDLE_NAME, ShellResources.class);
}
}
}

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
@ -72,4 +73,4 @@ ACTION_EXPORT_SHELL_HISTORY_LABEL=Export Shell History...
ACTION_EXPORT_SHELL_HISTORY_TOOLTIP=Export the command history for the selected shell to a file
ACTION_OPEN_OUTPUT_LABEL= Goto
ACTION_OPEN_OUTPUT_TOOLTIP= Open the selected output object in an editor or view
ACTION_OPEN_OUTPUT_TOOLTIP= Open the selected output object in an editor or view

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui.actions;
@ -82,4 +83,4 @@ public abstract class SystemBaseShellAction extends SystemBaseAction
{
return true;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2004, 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
*
/*******************************************************************************
* Copyright (c) 2004, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui.actions;
@ -54,4 +55,4 @@ public class SystemShowInShellViewAction extends SystemBaseShellAction
viewPart.updateOutput(cmdShell);
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui.view;
@ -251,4 +252,4 @@ public class CommandsViewWorkbook extends Composite
}
}
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui.view;
@ -34,4 +35,4 @@ public class SystemCommandsViewProvider extends SystemTableViewProvider
}
return result;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.shells.ui.view;
@ -119,4 +120,4 @@ public class SystemViewRemoteErrorAdapter extends SystemViewRemoteOutputAdapter
return null;
}
}
}

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.core;
@ -30,4 +31,4 @@ public interface IJavaLanguageUtility extends ILanguageUtility {
* @return the qualified class name.
*/
public String getQualifiedClassName(IRemoteFile remoteFile);
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.files.core.subsystems;
@ -25,4 +26,4 @@ public interface IHostFileToRemoteFileAdapter
{
public IRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes);
public IRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node);
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.files.core.subsystems;
@ -208,4 +209,4 @@ public class RemoteSearchResultConfiguration implements IHostSearchResultConfigu
{
return _searchHandler;
}
}
}

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.dstore;
@ -73,4 +74,4 @@ public class DStoreSearchResult extends RemoteSearchResult
_element.getParent().removeNestedData(_element);
_element = null;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.dstore;
@ -73,4 +74,4 @@ public class DStoreVirtualFile extends DStoreFile implements IVirtualRemoteFile
return _node.getComment();
}
}
}

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.local.model;
@ -71,4 +72,4 @@ public class LocalFile extends AbstractRemoteFile implements IRemoteFile
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.local.model;
@ -69,4 +70,4 @@ public class LocalFileAdapter implements IHostFileToRemoteFileAdapter
ss.cacheRemoteFile(file);
return file;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2003, 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
*
/*******************************************************************************
* Copyright (c) 2003, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.files.local.model;
@ -185,4 +186,4 @@ public class LocalVirtualFile extends LocalFile implements IVirtualRemoteFile
{
return _node.getChild().isDirectory;
}
}
}

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# Copyright (c) 2000, 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

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.processes.core.subsystem;
@ -31,4 +32,4 @@ public class SystemProcessesCoreResources extends NLS
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, SystemProcessesCoreResources.class);
}
}
}

View file

@ -1,9 +1,10 @@
################################################################################
# Copyright (c) 2005, 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
#
###############################################################################
# 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,10 +13,10 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
RESID_PROPERTY_PROCESS_DEFAULTFILTER_LABEL=All Processes
RESID_PROPERTY_PROCESS_MYPROCESSESFILTER_LABEL=My Processes
RESID_PROPERTY_PROCESS_MYPROCESSESFILTER_LABEL=My Processes

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
@ -21,4 +22,4 @@ pluginName = RSE DStore Processes
providerName = Eclipse.org
Processes=Processes
ProcessesDescription=This configuration allows you to work with processes on local or remote systems using the DataStore protocol.
ProcessesDescription=This configuration allows you to work with processes on local or remote systems using the DataStore protocol.

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.processes.dstore;
@ -82,4 +83,4 @@ public class DStoreProcessAdapter implements IHostProcessToRemoteProcessAdapter
else return null;
}
}
}

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.processes.local;
@ -66,4 +67,4 @@ public class LocalProcessAdapter implements IHostProcessToRemoteProcessAdapter {
else return null;
}
}
}

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# Copyright (c) 2000, 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

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8
@ -23,4 +24,4 @@ RSESubSystemOperation_Remove_Shell_message = Remove Shell
RSESubSystemOperation_Run_command_message = Run command
RSESubSystemOperation_Run_Shell_message = Run Shell
RSESubSystemOperation_Send_command_to_Shell_message = Send command to Shell
RSESubSystemOperation_Refresh_Output = Refresh Output
RSESubSystemOperation_Refresh_Output = Refresh Output

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.shells.subsystems;
@ -162,4 +163,4 @@ public class RemoteSystemEnvVar implements IRemoteSystemEnvVar
return result.toString();
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.model;
@ -36,4 +37,4 @@ public class RemoteError extends RemoteOutput implements IRemoteError
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.model;
import org.eclipse.core.runtime.IAdaptable;
@ -205,4 +206,4 @@ public class RemoteOutput implements IAdaptable, IRemoteOutput
return _endOffset;
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2002, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.subsystems;
@ -153,4 +154,4 @@ public interface IRemoteCommandShell
* @return the list of possible commands
*/
public ICandidateCommand[] getCandidateCommands();
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.subsystems;
@ -160,4 +161,4 @@ public abstract class RemoteCmdSubSystemConfiguration extends SubSystemConfigura
return ";"; //$NON-NLS-1$
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem;
@ -109,4 +110,4 @@ public class ServiceCommandShell extends RemoteCommandShell implements IServiceC
{
_hostShell.writeToShell(cmd);
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem;
@ -70,4 +71,4 @@ public abstract class ShellServiceSubSystemConfiguration extends RemoteCmdSubSys
{
return new ServiceCommandShell(cmdSS, hostShell);
}
}
}

View file

@ -1,10 +1,10 @@
###############################################################################
# Copyright (c) 2001, 2006 IBM Corporation and others.
# Copyright (c) 2001, 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
###############################################################################

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
@ -21,4 +22,4 @@ pluginName = RSE DStore Shells
providerName = Eclipse.org
Shells=Shells
ShellsDescription=This configuration allows you to work with shells and commands on local or remote systems using the DataStore protocol.
ShellsDescription=This configuration allows you to work with shells and commands on local or remote systems using the DataStore protocol.

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.shells.dstore;

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.dstore;
@ -108,4 +109,4 @@ public class DStoreShellSubSystemConfiguration extends ShellServiceSubSystemConf
{
return IDStoreService.class;
}
}
}

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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

View file

@ -1,9 +1,10 @@
################################################################################
# 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
#
###############################################################################
# Copyright (c) 2006, 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
#
# Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
#
# Contributors:
# {Name} (company) - description of contribution.
################################################################################
###############################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
@ -21,4 +22,4 @@ pluginName = RSE Local Shells
providerName = Eclipse.org
Shells=Local Shells
ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running.
ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running.

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.subsystems.shells.local.model;
@ -161,4 +162,4 @@ public class LocalServiceCommandShell extends ServiceCommandShell
}
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* 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
*
/*******************************************************************************
* Copyright (c) 2006, 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
*
* Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
*
* Contributors:
* {Name} (company) - description of contribution.
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.subsystems.shells.local;
@ -130,4 +131,4 @@ public class LocalShellSubSystemConfiguration extends ShellServiceSubSystemConfi
return new LocalServiceCommandShell(cmdSS, hostShell);
}
}
}

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# 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