1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

[releng] Fix copyright-to-year 2009

This commit is contained in:
Martin Oberhuber 2009-02-01 16:20:29 +00:00
parent 394e879b1b
commit 54ecb2b7e7
24 changed files with 73 additions and 84 deletions

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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
@ -28,7 +28,7 @@ tmUpdateSiteName=Target Management Updates
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 IBM Corporation and others.\n\
Copyright (c) 2000, 2009 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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
@ -28,7 +28,7 @@ tmUpdateSiteName=Target Management Updates
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved.\n\
Copyright (c) 2000, 2009 IBM Corporation and others. All rights reserved.\n\
\n\
This program and the accompanying materials are made available under the terms\n\
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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
@ -31,7 +31,7 @@ user documentation.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved.\n\
Copyright (c) 2000, 2009 IBM Corporation and others. All rights reserved.\n\
\n\
This program and the accompanying materials are made available under the terms\n\
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation and others.
# Copyright (c) 2000, 2009 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
@ -21,5 +21,5 @@ blurb=Remote System Explorer Core Source\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright IBM Corporation and others 2000, 2008. All rights reserved.\n\
(c) Copyright IBM Corporation and others 2000, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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
@ -28,7 +28,7 @@ tmUpdateSiteName=Target Management Updates
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2008 IBM Corporation and others.\n\
Copyright (c) 2000, 2009 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation and others.
# Copyright (c) 2000, 2009 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
@ -25,5 +25,5 @@ blurb=Remote System Explorer Core\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
(c) Copyright IBM Corporation and others 2000, 2008. All rights reserved.\n\
(c) Copyright IBM Corporation and others 2000, 2009. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm

View file

@ -16,8 +16,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.search,
org.eclipse.compare,
org.eclipse.rse.subsystems.shells.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.subsystems.files.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.subsystems.files.core;bundle-version="[3.1.0,4.0.0)",
org.eclipse.rse.ui;bundle-version="[3.1.0,4.0.0)",
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008 IBM Corporation and others. All rights reserved.
Copyright (c) 2006, 2009 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
@ -12,6 +12,12 @@ Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
Contributors:
Martin Oberhuber (Wind River) - [180519] declaratively register adapter factories
Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
Martin Oberhuber (Wind River) - [186748] Move ISubSystemConfigurationAdapter from UI/rse.core.subsystems.util
David McKnight (IBM) - [187711] Link with Editor action for System View
David McKnight (IBM) - [209593] [api] add support for "file permissions" and "owner" properties for unix files
Johnson Ma (Wind River) - [195402] Add tar.gz archive support
David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode
David McKnight (IBM) - [218227][usability] Contribute a "Show in RSE" action to Resource Navigator and Project Explorer
-->

View file

@ -1,8 +1,9 @@
/********************************************************************************
* Copyright (c) 2006, 2008 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
/*******************************************************************************
* Copyright (c) 2006, 2009 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
@ -51,7 +52,7 @@
* David McKnight (IBM) - [236723] UniversalFileTransferUtility..uploadResourcesFromWorkspace should query remote folder encoding
* Radoslav Gerganov (ProSyst) - [231428] [files] NPE on canceling copy operation from remote host
* David McKnight (IBM) - [262092] Special characters are missing when pasting a file on a different connection
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.files.ui.resources;

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others.
* Copyright (c) 2006, 2009 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) 2006, 2008 IBM Corporation and others.
# Copyright (c) 2006, 2009 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) 2002, 2008 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
*
/*******************************************************************************
* Copyright (c) 2002, 2009 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,
@ -25,7 +26,7 @@
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option
* David Dykstal (IBM) [230821] fix IRemoteFileSubSystem API to be consistent with IFileService
* David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions;
import java.util.Iterator;

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others.
* Copyright (c) 2002, 2009 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) 2002, 2007 IBM Corporation and others.
* Copyright (c) 2002, 2009 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) 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
*
/*******************************************************************************
* Copyright (c) 2002, 2009 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,
@ -13,7 +14,7 @@
* Contributors:
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [261019] New File/Folder actions available in Work Offline mode
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions;

View file

@ -37,8 +37,6 @@ import org.eclipse.rse.ui.SystemBasePlugin;
import org.eclipse.rse.ui.SystemWidgetHelpers;
import org.eclipse.rse.ui.propertypages.SystemBasePropertyPage;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Composite;
@ -52,7 +50,7 @@ import org.eclipse.swt.widgets.Text;
* Property page for viewing and changing the user, group and permissions
* for a particular file.
* */
public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage implements SelectionListener {
public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage {
private Button _userRead;
private Button _userWrite;
@ -130,59 +128,50 @@ public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage im
data = new GridData();
data.horizontalIndent = 20;
_userRead.setLayoutData(data);
_userRead.addSelectionListener(this);
_userWrite = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_userWrite.setLayoutData(data);
_userWrite.addSelectionListener(this);
_userExecute = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_userExecute.setLayoutData(data);
_userExecute.addSelectionListener(this);
Label groupLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_GROUP_LABEL);
_groupRead = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_groupRead.setLayoutData(data);
_groupRead.addSelectionListener(this);
_groupWrite = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_groupWrite.setLayoutData(data);
_groupWrite.addSelectionListener(this);
_groupExecute = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_groupExecute.setLayoutData(data);
_groupExecute.addSelectionListener(this);
Label otherLabel = SystemWidgetHelpers.createLabel(permissionsGroup, FileResources.RESID_PREF_PERMISSIONS_OTHERS_LABEL);
_otherRead = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_otherRead.setLayoutData(data);
_otherRead.addSelectionListener(this);
_otherWrite = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_otherWrite.setLayoutData(data);
_otherWrite.addSelectionListener(this);
_otherExecute = new Button(permissionsGroup, SWT.CHECK);
data = new GridData();
data.horizontalIndent = 20;
_otherExecute.setLayoutData(data);
_otherExecute.addSelectionListener(this);
Group ownerGroup = SystemWidgetHelpers.createGroupComposite(composite_prompts, 2, FileResources.RESID_PREF_PERMISSIONS_OWNERSHIP_LABEL);
data = new GridData();
data.horizontalSpan = 1;
@ -199,13 +188,13 @@ public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage im
data.widthHint = 100;
_userEntry.setLayoutData(data);
Label groupOwnerLabel = SystemWidgetHelpers.createLabel(ownerGroup, FileResources.RESID_PREF_PERMISSIONS_GROUP_LABEL);
_groupEntry = new Text(ownerGroup, SWT.BORDER);
data = new GridData();
data.widthHint = 100;
_groupEntry.setLayoutData(data);
initFields();
}
@ -319,7 +308,7 @@ public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage im
}
catch (SystemMessageException e)
{
setErrorMessage(e.getSystemMessage());
setMessage(e.getSystemMessage());
}
return Status.OK_STATUS;
}
@ -424,12 +413,11 @@ public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage im
}
}
catch (SystemMessageException e){
setErrorMessage(e.getSystemMessage());
performDefaults();
setMessage(e.getSystemMessage());
}
catch (CloneNotSupportedException e){
// unexpected, not showing but logging
SystemBasePlugin.logError(e.getMessage());
SystemBasePlugin.logError(e.getMessage());
}
}
}
@ -483,13 +471,4 @@ public class SystemFilePermissionsPropertyPage extends SystemBasePropertyPage im
}
super.setVisible(visible);
}
public void widgetDefaultSelected(SelectionEvent e) {
// TODO Auto-generated method stub
}
public void widgetSelected(SelectionEvent e) {
clearErrorMessage();
}
}

View file

@ -1,9 +1,10 @@
/********************************************************************************
* Copyright (c) 2002, 2008 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
*
/*******************************************************************************
* Copyright (c) 2002, 2009 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,
@ -20,7 +21,7 @@
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others
* David McKnight (IBM) - [245260] Different user's connections on a single host are mapped to the same temp files cache
********************************************************************************/
*******************************************************************************/
package org.eclipse.rse.internal.files.ui.propertypages;

View file

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

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.importexport; singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.rse.internal.importexport.RemoteImportExportPlugin
Bundle-Localization: plugin
Export-Package: org.eclipse.rse.internal.importexport;x-internal:=true,

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008 IBM Corporation and others. All rights reserved.
Copyright (c) 2007, 2009 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

View file

@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources,
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)"
org.eclipse.rse.ui;bundle-version="[3.1.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: org.eclipse.rse.internal.subsystems.files.core;x-friends:="org.eclipse.rse.subsystems.files.dstore,org.eclipse.rse.subsystems.files.local",

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
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at