Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2005-06-23 16:01:26 +0000
committerDavid Inglis2005-06-23 16:01:26 +0000
commit92cae3205af7d1fd606c5b4ad327930431baf3cb (patch)
treed6573ba3d2df36855cc13d672e6b56d7bb7fa78f /core/org.eclipse.cdt.core.linux/library/ptyio.c
parente470be863133ddccc100a4f060cbe7812f41fdc4 (diff)
downloadorg.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.tar.gz
org.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.tar.xz
org.eclipse.cdt-92cae3205af7d1fd606c5b4ad327930431baf3cb.zip
CPL to EPL transistion - license header update for QNX
Diffstat (limited to 'core/org.eclipse.cdt.core.linux/library/ptyio.c')
-rw-r--r--core/org.eclipse.cdt.core.linux/library/ptyio.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.linux/library/ptyio.c b/core/org.eclipse.cdt.core.linux/library/ptyio.c
index 67d7594154d..a9997875169 100644
--- a/core/org.eclipse.cdt.core.linux/library/ptyio.c
+++ b/core/org.eclipse.cdt.core.linux/library/ptyio.c
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2002 - 2005 QNX Software Systems 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:
+ * QNX Software Systems - initial API and implementation
+ *******************************************************************************/
#include <jni.h>
#include <stdio.h>
#include <PTYInputStream.h>

Back to the top