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

[cleanup] Fix Copyright

This commit is contained in:
Martin Oberhuber 2008-04-04 16:22:14 +00:00
parent dc360b86c0
commit 3f754c0fc3

View file

@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2007, 2008 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
* Michael Scharf (Wind River) - [200541] Extract from TerminalConnectorExtension.TerminalConnectorProxy
*******************************************************************************/
package org.eclipse.tm.internal.terminal.connector;
import java.io.OutputStream;