Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Marineau2004-01-08 12:06:08 +0000
committerSebastien Marineau2004-01-08 12:06:08 +0000
commitc2090121417a9e628a6e5ac40e6c1ededf090e48 (patch)
tree5a6a9c21b84472b44a657beb2a95f630e7cba276 /core/org.eclipse.cdt.core.win32/library/StdAfx.c
parent208055cbb32246d520684970fe29cb4bfc2fcbb4 (diff)
downloadorg.eclipse.cdt-c2090121417a9e628a6e5ac40e6c1ededf090e48.tar.gz
org.eclipse.cdt-c2090121417a9e628a6e5ac40e6c1ededf090e48.tar.xz
org.eclipse.cdt-c2090121417a9e628a6e5ac40e6c1ededf090e48.zip
Replace QNX copyright with standard CPL copyright.
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/library/StdAfx.c')
-rw-r--r--core/org.eclipse.cdt.core.win32/library/StdAfx.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/library/StdAfx.c b/core/org.eclipse.cdt.core.win32/library/StdAfx.c
index f932277afe3..dc7550edf6d 100644
--- a/core/org.eclipse.cdt.core.win32/library/StdAfx.c
+++ b/core/org.eclipse.cdt.core.win32/library/StdAfx.c
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2002,2003 QNX Software Systems and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v0.5
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v05.html
+ *
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
// stdafx.cpp : source file that includes just the standard includes
// spawner.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

Back to the top