[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Patch to update copyrights in cdt.core
|
Thanks Alain,
Here is a patch to add the QNX copyright
notice to cdt.core. files...
-
Dave
"Alain Magloire"
<alain@xxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx
06/23/2004 04:43 PM
Please respond to
cdt-patch |
|
To
| cdt-patch@xxxxxxxxxxx
|
cc
|
|
Subject
| Re: [cdt-patch] Patch to
update copyrights in cdt.core |
|
>
> Here is a patch that updates the copyrights in the core package.
>
> All files that were copyright IBM 2003 that were changed this year
are now
> copyright IBM 2003, 2004
> All IBM contributed files with no copyright have the copyright added.
>
> If someone at QNX would send me their preferred copyright notice,
I can
> also tag the new QNX contributed files with that notice.
>
I've been using this one lately:
/**********************************************************************
* 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
***********************************************************************/
_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-patch
Index: model/org/eclipse/cdt/internal/core/model/LibraryReference.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryReference.java,v
retrieving revision 1.6
diff -u -r1.6 LibraryReference.java
--- model/org/eclipse/cdt/internal/core/model/LibraryReference.java 19 Jun 2004 02:42:32 -0000 1.6
+++ model/org/eclipse/cdt/internal/core/model/LibraryReference.java 23 Jun 2004 21:18:32 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2002,2004 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 v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
/*
* Created on Apr 2, 2003
*
Index: model/org/eclipse/cdt/internal/core/model/LibraryReferenceArchive.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryReferenceArchive.java,v
retrieving revision 1.7
diff -u -r1.7 LibraryReferenceArchive.java
--- model/org/eclipse/cdt/internal/core/model/LibraryReferenceArchive.java 28 Apr 2004 21:11:26 -0000 1.7
+++ model/org/eclipse/cdt/internal/core/model/LibraryReferenceArchive.java 23 Jun 2004 21:18:32 -0000
@@ -1,4 +1,13 @@
-/*
+/**********************************************************************
+ * Copyright (c) 2002,2004 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 v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************//*
* Created on Apr 2, 2003
*
* To change this generated comment go to
Index: model/org/eclipse/cdt/internal/core/model/LibraryReferenceShared.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/LibraryReferenceShared.java,v
retrieving revision 1.7
diff -u -r1.7 LibraryReferenceShared.java
--- model/org/eclipse/cdt/internal/core/model/LibraryReferenceShared.java 28 Apr 2004 21:11:26 -0000 1.7
+++ model/org/eclipse/cdt/internal/core/model/LibraryReferenceShared.java 23 Jun 2004 21:18:32 -0000
@@ -1,4 +1,13 @@
-/*
+/**********************************************************************
+ * Copyright (c) 2002,2004 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 v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************//*
* Created on Apr 2, 2003
*
* To change this generated comment go to
Index: utils/org/eclipse/cdt/utils/pty/PTY.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/pty/PTY.java,v
retrieving revision 1.6
diff -u -r1.6 PTY.java
--- utils/org/eclipse/cdt/utils/pty/PTY.java 1 Mar 2004 22:16:48 -0000 1.6
+++ utils/org/eclipse/cdt/utils/pty/PTY.java 23 Jun 2004 21:18:33 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2002,2004 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 v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
package org.eclipse.cdt.utils.pty;
import java.io.IOException;