1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

[releng] Fix copyright year

This commit is contained in:
Martin Oberhuber 2010-05-22 00:52:07 +00:00
parent dec15bf045
commit d0e0ec6893
12 changed files with 30 additions and 20 deletions

View file

@ -1,3 +1,13 @@
###############################################################################
# Copyright (c) 2010 Mirko Raner 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:
# Mirko Raner - initial implementation for Eclipse Bug 196337
###############################################################################
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = plugin.xml,\ bin.includes = plugin.xml,\

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner and others. * Copyright (c) 2008, 2010 Mirko Raner 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
@ -50,7 +50,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.provider.TerminalConnect
* <code>vi</code> editor). * <code>vi</code> editor).
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalConnector extends TerminalConnectorImpl public class LocalTerminalConnector extends TerminalConnectorImpl
implements IDebugEventSetListener { implements IDebugEventSetListener {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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,7 +26,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* Those launch configurations can be used to start a new session in the Terminal View. * Those launch configurations can be used to start a new session in the Terminal View.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalLaunchListProvider implements IStructuredContentProvider { public class LocalTerminalLaunchListProvider implements IStructuredContentProvider {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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
@ -18,7 +18,7 @@ import org.eclipse.osgi.util.NLS;
* messages used by the Local Terminal Connector. * messages used by the Local Terminal Connector.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalMessages extends NLS { public class LocalTerminalMessages extends NLS {

View file

@ -1,5 +1,5 @@
#################################################################################################### ####################################################################################################
# Copyright (c) 2008 Mirko Raner. # Copyright (c) 2008, 2010 Mirko Raner.
# 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,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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
@ -47,7 +47,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* local program connections. * local program connections.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalSettingsPage public class LocalTerminalSettingsPage
implements ISettingsPage, ISelectionChangedListener, SelectionListener { implements ISettingsPage, ISelectionChangedListener, SelectionListener {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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
@ -28,7 +28,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* methods. * methods.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalUtilities { public class LocalTerminalUtilities {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner and others. * Copyright (c) 2008, 2010 Mirko Raner 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
@ -44,7 +44,7 @@ import org.eclipse.ui.PlatformUI;
* {@link ProcessFactory}, which allows the process to run with a pseudo-terminal ({@link PTY}). * {@link ProcessFactory}, which allows the process to run with a pseudo-terminal ({@link PTY}).
* *
* @author Mirko Raner and others * @author Mirko Raner and others
* @version $Revision: 1.2 $ * @version $Revision: 1.3 $
*/ */
public class LocalTerminalLaunchDelegate extends LaunchConfigurationDelegate { public class LocalTerminalLaunchDelegate extends LaunchConfigurationDelegate {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner and others. * Copyright (c) 2008, 2010 Mirko Raner 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
@ -39,7 +39,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* because the original class is not part of the public API of its plug-in. * because the original class is not part of the public API of its plug-in.
* *
* @author Mirko Raner and others * @author Mirko Raner and others
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
public class LocalTerminalLaunchUtilities { public class LocalTerminalLaunchUtilities {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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
@ -32,7 +32,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* which can be publicly accessed from the <code>org.eclipse.debug.ui</code> plug-in. * which can be publicly accessed from the <code>org.eclipse.debug.ui</code> plug-in.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
**/ **/
public class LocalTerminalLaunchTabGroup extends AbstractLaunchConfigurationTabGroup { public class LocalTerminalLaunchTabGroup extends AbstractLaunchConfigurationTabGroup {

View file

@ -1,5 +1,5 @@
/*************************************************************************************************** /***************************************************************************************************
* Copyright (c) 2008 Mirko Raner. * Copyright (c) 2008, 2010 Mirko Raner.
* 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
@ -38,7 +38,7 @@ import org.eclipse.tm.internal.terminal.provisional.api.Logger;
* and the line separator string. * and the line separator string.
* *
* @author Mirko Raner * @author Mirko Raner
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
**/ **/
public class LocalTerminalSettingsTab extends AbstractLaunchConfigurationTab public class LocalTerminalSettingsTab extends AbstractLaunchConfigurationTab
implements SelectionListener { implements SelectionListener {

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?> <?eclipse version="3.2"?>
<!-- <!--
# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. # Copyright (c) 2006, 2009 Wind River Systems, Inc. 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