[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] Spawner copyright patch
|
Hi folks,
the patch below re-applies the standard CPL notice to the source files in
org.eclipse.cdt.core.win32/library.
Those source files still had confidential QNX copyright headers. While they
were in the CDT repository
and hence were implicitely licensed under the CPL, the old copyright headers
made things ambiguous.
Alex or Alain, do you want to check this over and check it in?
Thanks,
Sebastien
Index: StdAfx.c
===================================================================
retrieving revision 1.1
diff -u -r1.1 StdAfx.c
--- StdAfx.c 3 Sep 2002 16:16:20 -0000 1.1
+++ StdAfx.c 7 Jan 2004 13:38:25 -0000
@@ -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
Index: StdAfx.h
===================================================================
retrieving revision 1.1
diff -u -r1.1 StdAfx.h
--- StdAfx.h 3 Sep 2002 16:16:20 -0000 1.1
+++ StdAfx.h 7 Jan 2004 13:38:25 -0000
@@ -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.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
Index: Win32ProcessEx.c
===================================================================
retrieving revision 1.12
diff -u -r1.12 Win32ProcessEx.c
--- Win32ProcessEx.c 29 Aug 2003 14:25:01 -0000 1.12
+++ Win32ProcessEx.c 7 Jan 2004 13:38:26 -0000
@@ -1,13 +1,14 @@
-/* Copyright, 2002, QNX Software Systems Ltd. All Rights Reserved
-
- * This source code has been published by QNX Software Systems
- * Ltd. (QSSL). However, any use, reproduction, modification, distribution
- * or transfer of this software, or any software which includes or is based
- * upon any of this code, is only permitted if expressly authorized by a
- * written license agreement from QSSL. Contact the QNX Developer's Network
- * or contact QSSL's legal department for more information.
- *
- *
+/**********************************************************************
+ * 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
+***********************************************************************/
+/*
* Win32ProcessEx.c
*
* This is a JNI implementation of spawner
Index: iostream.c
===================================================================
retrieving revision 1.1
diff -u -r1.1 iostream.c
--- iostream.c 3 Sep 2002 16:16:20 -0000 1.1
+++ iostream.c 7 Jan 2004 13:38:26 -0000
@@ -1,16 +1,15 @@
-/* Copyright, 2002, QNX Software Systems Ltd. All Rights Reserved
-
- * This source code has been published by QNX Software Systems
- * Ltd. (QSSL). However, any use, reproduction, modification, distribution
- * or transfer of this software, or any software which includes or is based
- * upon any of this code, is only permitted if expressly authorized by a
- * written license agreement from QSSL. Contact the QNX Developer's Network
- * or contact QSSL's legal department for more information.
- *
- *
- * Win32ProcessEx.c
- *
- * This is a JNI implementation of access to standard i/o streams
+/**********************************************************************
+ * 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
+***********************************************************************/
+/*
+ * This is a JNI implementation of access to standard i/o streams
*/
#include "stdafx.h"
#include <string.h>
Index: raise.c
===================================================================
retrieving revision 1.1
diff -u -r1.1 raise.c
--- raise.c 24 Apr 2003 21:15:25 -0000 1.1
+++ raise.c 7 Jan 2004 13:38:26 -0000
@@ -1,15 +1,14 @@
-/* Copyright, 2002, QNX Software Systems Ltd. All Rights Reserved
-
- * This source code has been published by QNX Software Systems
- * Ltd. (QSSL). However, any use, reproduction, modification, distribution
- * or transfer of this software, or any software which includes or is based
- * upon any of this code, is only permitted if expressly authorized by a
- * written license agreement from QSSL. Contact the QNX Developer's Network
- * or contact QSSL's legal department for more information.
- *
- *
- * Win32ProcessEx.c
- *
+/**********************************************************************
+ * 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
+***********************************************************************/
+/*
* This is a JNI implementation of spawner
*/
#include "stdafx.h"
Index: spawner.c
===================================================================
retrieving revision 1.1
diff -u -r1.1 spawner.c
--- spawner.c 3 Sep 2002 16:16:20 -0000 1.1
+++ spawner.c 7 Jan 2004 13:38:26 -0000
@@ -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
+***********************************************************************/
// spawner.cpp : Defines the entry point for the DLL application.
//
Index: listtasks/StdAfx.h
===================================================================
retrieving revision 1.1
diff -u -r1.1 StdAfx.h
--- listtasks/StdAfx.h 30 Apr 2003 18:07:43 -0000 1.1
+++ listtasks/StdAfx.h 7 Jan 2004 13:38:26 -0000
@@ -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.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
Index: listtasks/listtasks.cpp
===================================================================
retrieving revision 1.1
diff -u -r1.1 listtasks.cpp
--- listtasks/listtasks.cpp 30 Apr 2003 18:07:43 -0000 1.1
+++ listtasks/listtasks.cpp 7 Jan 2004 13:38:26 -0000
@@ -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
+***********************************************************************/
// ProcList.cpp : Defines the entry point for the console application.
//
Index: starter/starter.cpp
===================================================================
retrieving revision 1.6
diff -u -r1.6 starter.cpp
--- starter/starter.cpp 29 Aug 2003 14:25:01 -0000 1.6
+++ starter/starter.cpp 7 Jan 2004 13:38:26 -0000
@@ -1,13 +1,14 @@
-/* Copyright, 2002, QNX Software Systems Ltd. All Rights Reserved
-
- * This source code has been published by QNX Software Systems
- * Ltd. (QSSL). However, any use, reproduction, modification, distribution
- * or transfer of this software, or any software which includes or is based
- * upon any of this code, is only permitted if expressly authorized by a
- * written license agreement from QSSL. Contact the QNX Developer's Network
- * or contact QSSL's legal department for more information.
- *
- *
+/**********************************************************************
+ * 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
+***********************************************************************/
+/*
* starter.c
*
* This is a small utility for windows spawner