1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-21 16:05:25 +02:00

[cleanup] Fix Copyrights

This commit is contained in:
Martin Oberhuber 2008-06-04 12:05:43 +00:00
parent 35bbf33e9b
commit 6657b8bfd8
2 changed files with 14 additions and 12 deletions

View file

@ -1,8 +1,9 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 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
@ -10,7 +11,7 @@
* *
* Contributors: * Contributors:
* David McKnight (IBM) - [207100] decorated input stream * David McKnight (IBM) - [207100] decorated input stream
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.subsystems.files.core.servicesubsystem; package org.eclipse.rse.subsystems.files.core.servicesubsystem;
import java.io.IOException; import java.io.IOException;

View file

@ -1,8 +1,9 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 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
@ -10,7 +11,7 @@
* *
* Contributors: * Contributors:
* David McKnight (IBM) - [207100] decorated output stream * David McKnight (IBM) - [207100] decorated output stream
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.subsystems.files.core.servicesubsystem; package org.eclipse.rse.subsystems.files.core.servicesubsystem;
import java.io.IOException; import java.io.IOException;