1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[cleanup] Fix Copyright dates

This commit is contained in:
Martin Oberhuber 2009-05-14 05:09:09 +00:00
parent 68e848f70f
commit 8f7d8f618e
5 changed files with 79 additions and 75 deletions

View file

@ -1,8 +1,9 @@
################################################################################ ###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation. All rights reserved. # Copyright (c) 2000, 2009 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
@ -12,7 +13,7 @@
# #
# Contributors: # Contributors:
# {Name} (company) - description of contribution. # {Name} (company) - description of contribution.
################################################################################ ###############################################################################
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8

View file

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2006, 2008 IBM Corporation and others. All rights reserved. Copyright (c) 2006, 2009 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,
Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors: Contributors:
Kushal Munir (IBM) - Changed paths to reflect internal packages Kushal Munir (IBM) - Changed paths to reflect internal packages
Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem Martin Oberhuber (Wind River) - [188360] renamed from plugin org.eclipse.rse.eclipse.filesystem
Martin Oberhuber (Wind River) - [235145] Add comments how to hide "Create Remote Project" action by means of Activity Martin Oberhuber (Wind River) - [235145] Add comments how to hide "Create Remote Project" action by means of Activity
--> -->
<?eclipse version="3.0"?> <?eclipse version="3.0"?>
<plugin> <plugin>
<extension <extension

View file

@ -1,27 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. Copyright (c) 2006, 2009 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,
Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors: Contributors:
Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems
Martin Oberhuber (Wind River) - add FTP Only system type Martin Oberhuber (Wind River) - add FTP Only system type
Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser
Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
Martin Oberhuber (Wind River) - [198692] Use FTP LIST -a to list UNIX hidden files Martin Oberhuber (Wind River) - [198692] Use FTP LIST -a to list UNIX hidden files
Javier Montalvo Orus (Symbian) - [225821] [ftp] opening "/home" fails on OS/400 IFS Javier Montalvo Orus (Symbian) - [225821] [ftp] opening "/home" fails on OS/400 IFS
Martin Oberhuber (Wind River) - [214141] Avoid NPE if missing SYST command Martin Oberhuber (Wind River) - [214141] Avoid NPE if missing SYST command
--> -->
<?eclipse version="3.1"?> <?eclipse version="3.1"?>
<plugin> <plugin>
<extension point="org.eclipse.rse.core.systemTypes"> <extension point="org.eclipse.rse.core.systemTypes">

View file

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

View file

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
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,
Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors: Contributors:
{Name} (company) - description of contribution. {Name} (company) - description of contribution.
--> -->
<?eclipse version="3.1"?> <?eclipse version="3.1"?>
<plugin> <plugin>