mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-06 16:45:25 +02:00
[cleanup] update copyright year 2007
This commit is contained in:
parent
2348207a15
commit
f6f19182d7
19 changed files with 110 additions and 78 deletions
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from LocalConnectorServiceManager.
|
* Martin Oberhuber (Wind River) - Adapted from LocalConnectorServiceManager.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.connectorservice.ssh;
|
package org.eclipse.rse.internal.connectorservice.ssh;
|
||||||
|
|
||||||
|
|
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2006 IBM Corporation, Wind River Systems, Inc. and others.
|
# Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -26,4 +26,4 @@ Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Wind River Systems, Inc. and others 2006. All rights reserved.\n\
|
(c) Copyright Wind River Systems, Inc. and others 2006. All rights reserved.\n\
|
||||||
Visit http://www.eclipse.org/dsdp/tm
|
Visit http://www.eclipse.org/dsdp/tm
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* {Name} (company) - description of contribution.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.internal.services.ssh;
|
package org.eclipse.rse.internal.services.ssh;
|
||||||
|
|
||||||
import com.jcraft.jsch.Session;
|
import com.jcraft.jsch.Session;
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2005, 2006 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2005, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from FTPHostFile.
|
* Martin Oberhuber (Wind River) - Adapted from FTPHostFile.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.services.ssh.files;
|
package org.eclipse.rse.internal.services.ssh.files;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from LocalHostShell.
|
* Martin Oberhuber (Wind River) - Adapted from LocalHostShell.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.services.ssh.shell;
|
package org.eclipse.rse.internal.services.ssh.shell;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from LocalShellOutputReader.
|
* Martin Oberhuber (Wind River) - Adapted from LocalShellOutputReader.
|
||||||
* Martin Oberhuber (Wind River) - Added vt100 escape sequence ignoring.
|
* Martin Oberhuber (Wind River) - Added vt100 escape sequence ignoring.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.services.ssh.shell;
|
package org.eclipse.rse.internal.services.ssh.shell;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation and others. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from LocalShellService.
|
* Martin Oberhuber (Wind River) - Adapted from LocalShellService.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.services.ssh.shell;
|
package org.eclipse.rse.internal.services.ssh.shell;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from FTPFileAdapter.
|
* Martin Oberhuber (Wind River) - Adapted from FTPFileAdapter.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.subsystems.files.ssh;
|
package org.eclipse.rse.internal.subsystems.files.ssh;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2005, 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2005, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from FTPRemoteFile.
|
* Martin Oberhuber (Wind River) - Adapted from FTPRemoteFile.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.subsystems.files.ssh;
|
package org.eclipse.rse.internal.subsystems.files.ssh;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted from LocalServiceCommandShell
|
* Martin Oberhuber (Wind River) - Adapted from LocalServiceCommandShell
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.subsystems.shells.ssh;
|
package org.eclipse.rse.internal.subsystems.shells.ssh;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/********************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2006 IBM Corporation. All rights reserved.
|
* Copyright (c) 2006, 2007 IBM Corporation and others.
|
||||||
* This program and the accompanying materials are made available under the terms
|
* All rights reserved. This program and the accompanying materials
|
||||||
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* available at http://www.eclipse.org/legal/epl-v10.html
|
* which accompanies this distribution, and is available at
|
||||||
*
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
*
|
||||||
* Initial Contributors:
|
* Initial Contributors:
|
||||||
* The following IBM employees contributed to the Remote System Explorer
|
* The following IBM employees contributed to the Remote System Explorer
|
||||||
* component that contains this file: David McKnight, Kushal Munir,
|
* component that contains this file: David McKnight, Kushal Munir,
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - Adapted template for ssh service.
|
* Martin Oberhuber (Wind River) - Adapted template for ssh service.
|
||||||
********************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.subsystems.shells.ssh;
|
package org.eclipse.rse.internal.subsystems.shells.ssh;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2006, 2007 Wind River Systems, Inc. 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:
|
||||||
|
* Michael Scharf (Wind River) - initial API and implementation
|
||||||
|
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.tm.internal.terminal.serial;
|
package org.eclipse.tm.internal.terminal.serial;
|
||||||
|
|
||||||
import org.eclipse.ui.plugin.AbstractUIPlugin;
|
import org.eclipse.ui.plugin.AbstractUIPlugin;
|
||||||
|
|
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -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
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
/*******************************************************************************
|
||||||
|
* Copyright (c) 2006, 2007 Wind River Systems, Inc. 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:
|
||||||
|
* Michael Scharf (Wind River) - initial API and implementation
|
||||||
|
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.tm.internal.terminal.view;
|
package org.eclipse.tm.internal.terminal.view;
|
||||||
|
|
||||||
import org.eclipse.core.runtime.Preferences;
|
import org.eclipse.core.runtime.Preferences;
|
||||||
|
|
Loading…
Add table
Reference in a new issue