Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.

        - Dave

Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/build.properties,v
retrieving revision 1.21
diff -u -r1.21 build.properties
--- build.properties	24 May 2004 17:18:29 -0000	1.21
+++ build.properties	23 Jun 2004 20:06:49 -0000
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2003, 2004 IBM Corporation 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:
+#     IBM Corporation - initial API and implementation
+###############################################################################
 bin.includes = plugin.xml,\
                plugin.properties,\
                about.html,\
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/plugin.properties,v
retrieving revision 1.21
diff -u -r1.21 plugin.properties
--- plugin.properties	21 Jun 2004 22:07:54 -0000	1.21
+++ plugin.properties	23 Jun 2004 20:06:49 -0000
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2003, 2004 IBM Corporation 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:
+#     IBM Corporation - initial API and implementation
+###############################################################################
 pluginName=C/C++ Development Tools Core
 providerName=Eclipse.org
 
Index: dependency/org/eclipse/cdt/internal/core/sourcedependency/Node.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/dependency/org/eclipse/cdt/internal/core/sourcedependency/Node.java,v
retrieving revision 1.2
diff -u -r1.2 Node.java
--- dependency/org/eclipse/cdt/internal/core/sourcedependency/Node.java	26 Feb 2004 23:10:24 -0000	1.2
+++ dependency/org/eclipse/cdt/internal/core/sourcedependency/Node.java	23 Jun 2004 20:06:49 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: dependency/org/eclipse/cdt/internal/core/sourcedependency/UpdateDependency.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/dependency/org/eclipse/cdt/internal/core/sourcedependency/UpdateDependency.java,v
retrieving revision 1.5
diff -u -r1.5 UpdateDependency.java
--- dependency/org/eclipse/cdt/internal/core/sourcedependency/UpdateDependency.java	18 May 2004 15:35:57 -0000	1.5
+++ dependency/org/eclipse/cdt/internal/core/sourcedependency/UpdateDependency.java	23 Jun 2004 20:06:49 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Oct 13, 2003
  *
Index: index/org/eclipse/cdt/core/index/Indexer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/core/index/Indexer.java,v
retrieving revision 1.2
diff -u -r1.2 Indexer.java
--- index/org/eclipse/cdt/core/index/Indexer.java	1 Jun 2004 04:37:02 -0000	1.2
+++ index/org/eclipse/cdt/core/index/Indexer.java	23 Jun 2004 20:06:49 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on May 28, 2004
  *
Index: index/org/eclipse/cdt/internal/core/Util.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/Util.java,v
retrieving revision 1.9
diff -u -r1.9 Util.java
--- index/org/eclipse/cdt/internal/core/Util.java	28 May 2004 14:54:57 -0000	1.9
+++ index/org/eclipse/cdt/internal/core/Util.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/messages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/messages.properties,v
retrieving revision 1.4
diff -u -r1.4 messages.properties
--- index/org/eclipse/cdt/internal/core/messages.properties	28 May 2004 20:18:29 -0000	1.4
+++ index/org/eclipse/cdt/internal/core/messages.properties	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 ###############################################################################
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials 
+# Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/IIndexer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/IIndexer.java,v
retrieving revision 1.3
diff -u -r1.3 IIndexer.java
--- index/org/eclipse/cdt/internal/core/index/IIndexer.java	27 May 2004 19:07:09 -0000	1.3
+++ index/org/eclipse/cdt/internal/core/index/IIndexer.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/BlocksIndexInput.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/BlocksIndexInput.java,v
retrieving revision 1.5
diff -u -r1.5 BlocksIndexInput.java
--- index/org/eclipse/cdt/internal/core/index/impl/BlocksIndexInput.java	10 Feb 2004 18:17:42 -0000	1.5
+++ index/org/eclipse/cdt/internal/core/index/impl/BlocksIndexInput.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/FileListBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/FileListBlock.java,v
retrieving revision 1.3
diff -u -r1.3 FileListBlock.java
--- index/org/eclipse/cdt/internal/core/index/impl/FileListBlock.java	3 Feb 2004 16:03:03 -0000	1.3
+++ index/org/eclipse/cdt/internal/core/index/impl/FileListBlock.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/InMemoryIndex.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/InMemoryIndex.java,v
retrieving revision 1.4
diff -u -r1.4 InMemoryIndex.java
--- index/org/eclipse/cdt/internal/core/index/impl/InMemoryIndex.java	28 May 2004 14:54:57 -0000	1.4
+++ index/org/eclipse/cdt/internal/core/index/impl/InMemoryIndex.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/IncludeEntry.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/IncludeEntry.java,v
retrieving revision 1.3
diff -u -r1.3 IncludeEntry.java
--- index/org/eclipse/cdt/internal/core/index/impl/IncludeEntry.java	26 Feb 2004 23:10:24 -0000	1.3
+++ index/org/eclipse/cdt/internal/core/index/impl/IncludeEntry.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/MergeFactory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/MergeFactory.java,v
retrieving revision 1.4
diff -u -r1.4 MergeFactory.java
--- index/org/eclipse/cdt/internal/core/index/impl/MergeFactory.java	15 Feb 2004 23:30:53 -0000	1.4
+++ index/org/eclipse/cdt/internal/core/index/impl/MergeFactory.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/index/impl/WordEntry.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/index/impl/WordEntry.java,v
retrieving revision 1.4
diff -u -r1.4 WordEntry.java
--- index/org/eclipse/cdt/internal/core/index/impl/WordEntry.java	3 Feb 2004 16:03:03 -0000	1.4
+++ index/org/eclipse/cdt/internal/core/index/impl/WordEntry.java	23 Jun 2004 20:06:50 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/AbstractIndexer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/AbstractIndexer.java,v
retrieving revision 1.26
diff -u -r1.26 AbstractIndexer.java
--- index/org/eclipse/cdt/internal/core/search/indexing/AbstractIndexer.java	14 Jun 2004 03:31:51 -0000	1.26
+++ index/org/eclipse/cdt/internal/core/search/indexing/AbstractIndexer.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/AddCompilationUnitToIndex.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/AddCompilationUnitToIndex.java,v
retrieving revision 1.5
diff -u -r1.5 AddCompilationUnitToIndex.java
--- index/org/eclipse/cdt/internal/core/search/indexing/AddCompilationUnitToIndex.java	13 Apr 2004 03:52:56 -0000	1.5
+++ index/org/eclipse/cdt/internal/core/search/indexing/AddCompilationUnitToIndex.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/AddFileToIndex.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/AddFileToIndex.java,v
retrieving revision 1.6
diff -u -r1.6 AddFileToIndex.java
--- index/org/eclipse/cdt/internal/core/search/indexing/AddFileToIndex.java	26 Feb 2004 23:10:24 -0000	1.6
+++ index/org/eclipse/cdt/internal/core/search/indexing/AddFileToIndex.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/AddFolderToIndex.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/AddFolderToIndex.java,v
retrieving revision 1.7
diff -u -r1.7 AddFolderToIndex.java
--- index/org/eclipse/cdt/internal/core/search/indexing/AddFolderToIndex.java	27 May 2004 19:07:08 -0000	1.7
+++ index/org/eclipse/cdt/internal/core/search/indexing/AddFolderToIndex.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/IIndexConstants.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/IIndexConstants.java,v
retrieving revision 1.11
diff -u -r1.11 IIndexConstants.java
--- index/org/eclipse/cdt/internal/core/search/indexing/IIndexConstants.java	6 May 2004 18:33:01 -0000	1.11
+++ index/org/eclipse/cdt/internal/core/search/indexing/IIndexConstants.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/IndexAllProject.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/IndexAllProject.java,v
retrieving revision 1.11
diff -u -r1.11 IndexAllProject.java
--- index/org/eclipse/cdt/internal/core/search/indexing/IndexAllProject.java	28 May 2004 14:54:57 -0000	1.11
+++ index/org/eclipse/cdt/internal/core/search/indexing/IndexAllProject.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/IndexManager.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/IndexManager.java,v
retrieving revision 1.27
diff -u -r1.27 IndexManager.java
--- index/org/eclipse/cdt/internal/core/search/indexing/IndexManager.java	21 Jun 2004 17:56:37 -0000	1.27
+++ index/org/eclipse/cdt/internal/core/search/indexing/IndexManager.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/IndexProblemHandler.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/IndexProblemHandler.java,v
retrieving revision 1.1
diff -u -r1.1 IndexProblemHandler.java
--- index/org/eclipse/cdt/internal/core/search/indexing/IndexProblemHandler.java	28 May 2004 19:44:48 -0000	1.1
+++ index/org/eclipse/cdt/internal/core/search/indexing/IndexProblemHandler.java	23 Jun 2004 20:06:51 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on May 27, 2004
  *
Index: index/org/eclipse/cdt/internal/core/search/indexing/IndexRequest.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/IndexRequest.java,v
retrieving revision 1.4
diff -u -r1.4 IndexRequest.java
--- index/org/eclipse/cdt/internal/core/search/indexing/IndexRequest.java	18 Jun 2004 23:15:25 -0000	1.4
+++ index/org/eclipse/cdt/internal/core/search/indexing/IndexRequest.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
@@ -67,4 +67,4 @@
 	protected Integer updatedIndexState() {
 		return IndexManager.UPDATING_STATE;
 	}
-}
\ No newline at end of file
+}
Index: index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexer.java,v
retrieving revision 1.36
diff -u -r1.36 SourceIndexer.java
--- index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexer.java	23 Jun 2004 03:32:16 -0000	1.36
+++ index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexer.java	23 Jun 2004 20:06:51 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexerRequestor.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexerRequestor.java,v
retrieving revision 1.41
diff -u -r1.41 SourceIndexerRequestor.java
--- index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexerRequestor.java	22 Jun 2004 18:13:03 -0000	1.41
+++ index/org/eclipse/cdt/internal/core/search/indexing/SourceIndexerRequestor.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: model/org/eclipse/cdt/internal/core/model/DestroyWorkingCopyOperation.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/DestroyWorkingCopyOperation.java,v
retrieving revision 1.1
diff -u -r1.1 DestroyWorkingCopyOperation.java
--- model/org/eclipse/cdt/internal/core/model/DestroyWorkingCopyOperation.java	30 Apr 2004 00:07:29 -0000	1.1
+++ model/org/eclipse/cdt/internal/core/model/DestroyWorkingCopyOperation.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: model/org/eclipse/cdt/internal/core/model/ReconcileWorkingCopyOperation.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/ReconcileWorkingCopyOperation.java,v
retrieving revision 1.4
diff -u -r1.4 ReconcileWorkingCopyOperation.java
--- model/org/eclipse/cdt/internal/core/model/ReconcileWorkingCopyOperation.java	19 Jun 2004 02:42:32 -0000	1.4
+++ model/org/eclipse/cdt/internal/core/model/ReconcileWorkingCopyOperation.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/core/parser/IFilenameProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/IFilenameProvider.java,v
retrieving revision 1.2
diff -u -r1.2 IFilenameProvider.java
--- parser/org/eclipse/cdt/core/parser/IFilenameProvider.java	27 Apr 2004 21:56:53 -0000	1.2
+++ parser/org/eclipse/cdt/core/parser/IFilenameProvider.java	23 Jun 2004 20:06:52 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 package org.eclipse.cdt.core.parser;
 
 /**
Index: parser/org/eclipse/cdt/core/parser/IProblem.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/IProblem.java,v
retrieving revision 1.10
diff -u -r1.10 IProblem.java
--- parser/org/eclipse/cdt/core/parser/IProblem.java	3 Jun 2004 18:48:17 -0000	1.10
+++ parser/org/eclipse/cdt/core/parser/IProblem.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/core/parser/IScanner.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/IScanner.java,v
retrieving revision 1.24
diff -u -r1.24 IScanner.java
--- parser/org/eclipse/cdt/core/parser/IScanner.java	22 Apr 2004 02:56:52 -0000	1.24
+++ parser/org/eclipse/cdt/core/parser/IScanner.java	23 Jun 2004 20:06:52 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.core.parser;
 
 import java.util.Map;
Index: parser/org/eclipse/cdt/core/parser/NullSourceElementRequestor.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/NullSourceElementRequestor.java,v
retrieving revision 1.8
diff -u -r1.8 NullSourceElementRequestor.java
--- parser/org/eclipse/cdt/core/parser/NullSourceElementRequestor.java	4 Jun 2004 21:01:48 -0000	1.8
+++ parser/org/eclipse/cdt/core/parser/NullSourceElementRequestor.java	23 Jun 2004 20:06:52 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.core.parser;
 
 
Index: parser/org/eclipse/cdt/core/parser/ast/IASTCodeScope.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTCodeScope.java,v
retrieving revision 1.3
diff -u -r1.3 IASTCodeScope.java
--- parser/org/eclipse/cdt/core/parser/ast/IASTCodeScope.java	9 Feb 2004 04:19:06 -0000	1.3
+++ parser/org/eclipse/cdt/core/parser/ast/IASTCodeScope.java	23 Jun 2004 20:06:52 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Sep 2, 2003
  *
Index: parser/org/eclipse/cdt/core/parser/ast/IASTTemplateParameterReference.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/ast/IASTTemplateParameterReference.java,v
retrieving revision 1.1
diff -u -r1.1 IASTTemplateParameterReference.java
--- parser/org/eclipse/cdt/core/parser/ast/IASTTemplateParameterReference.java	15 Mar 2004 16:17:32 -0000	1.1
+++ parser/org/eclipse/cdt/core/parser/ast/IASTTemplateParameterReference.java	23 Jun 2004 20:06:52 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Mar 8, 2004
  *
Index: parser/org/eclipse/cdt/core/parser/extension/ExtensionDialect.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/extension/ExtensionDialect.java,v
retrieving revision 1.1
diff -u -r1.1 ExtensionDialect.java
--- parser/org/eclipse/cdt/core/parser/extension/ExtensionDialect.java	28 Jan 2004 19:59:20 -0000	1.1
+++ parser/org/eclipse/cdt/core/parser/extension/ExtensionDialect.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/core/parser/extension/IParserExtension.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/extension/IParserExtension.java,v
retrieving revision 1.7
diff -u -r1.7 IParserExtension.java
--- parser/org/eclipse/cdt/core/parser/extension/IParserExtension.java	6 Jun 2004 17:20:54 -0000	1.7
+++ parser/org/eclipse/cdt/core/parser/extension/IParserExtension.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/core/parser/extension/IParserExtensionFactory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser/extension/IParserExtensionFactory.java,v
retrieving revision 1.2
diff -u -r1.2 IParserExtensionFactory.java
--- parser/org/eclipse/cdt/core/parser/extension/IParserExtensionFactory.java	20 Apr 2004 17:36:41 -0000	1.2
+++ parser/org/eclipse/cdt/core/parser/extension/IParserExtensionFactory.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ContextualParser.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ContextualParser.java,v
retrieving revision 1.31
diff -u -r1.31 ContextualParser.java
--- parser/org/eclipse/cdt/internal/core/parser/ContextualParser.java	6 Jun 2004 17:20:54 -0000	1.31
+++ parser/org/eclipse/cdt/internal/core/parser/ContextualParser.java	23 Jun 2004 20:06:52 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ExpressionParser.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ExpressionParser.java,v
retrieving revision 1.54
diff -u -r1.54 ExpressionParser.java
--- parser/org/eclipse/cdt/internal/core/parser/ExpressionParser.java	23 Jun 2004 00:18:14 -0000	1.54
+++ parser/org/eclipse/cdt/internal/core/parser/ExpressionParser.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
@@ -2851,4 +2851,4 @@
 	    // eat the SEMI/RBRACE as well
 	    consume();
 	}
-}
\ No newline at end of file
+}
Index: parser/org/eclipse/cdt/internal/core/parser/IExpressionParser.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/IExpressionParser.java,v
retrieving revision 1.6
diff -u -r1.6 IExpressionParser.java
--- parser/org/eclipse/cdt/internal/core/parser/IExpressionParser.java	6 Jun 2004 17:20:54 -0000	1.6
+++ parser/org/eclipse/cdt/internal/core/parser/IExpressionParser.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/InternalParserUtil.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/InternalParserUtil.java,v
retrieving revision 1.4
diff -u -r1.4 InternalParserUtil.java
--- parser/org/eclipse/cdt/internal/core/parser/InternalParserUtil.java	4 Jun 2004 21:01:47 -0000	1.4
+++ parser/org/eclipse/cdt/internal/core/parser/InternalParserUtil.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ParserExtensionFactory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserExtensionFactory.java,v
retrieving revision 1.4
diff -u -r1.4 ParserExtensionFactory.java
--- parser/org/eclipse/cdt/internal/core/parser/ParserExtensionFactory.java	8 Jun 2004 19:23:47 -0000	1.4
+++ parser/org/eclipse/cdt/internal/core/parser/ParserExtensionFactory.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTCodeScope.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTCodeScope.java,v
retrieving revision 1.10
diff -u -r1.10 ASTCodeScope.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTCodeScope.java	10 Jun 2004 18:51:47 -0000	1.10
+++ parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTCodeScope.java	23 Jun 2004 20:06:54 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Sep 2, 2003
  *
Index: parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTNode.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTNode.java,v
retrieving revision 1.18
diff -u -r1.18 ASTNode.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTNode.java	7 May 2004 19:46:45 -0000	1.18
+++ parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTNode.java	23 Jun 2004 20:06:54 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 package org.eclipse.cdt.internal.core.parser.ast.complete;
 
 import java.util.Iterator;
@@ -172,4 +172,4 @@
 		public int getResultsSize() { return resultsNumber; }
 		public int getIndexOfNextParameter() { return parameterIndex; }
 	}
-}
\ No newline at end of file
+}
Index: parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTTemplateParameter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTTemplateParameter.java,v
retrieving revision 1.4
diff -u -r1.4 ASTTemplateParameter.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTTemplateParameter.java	1 Jun 2004 21:11:08 -0000	1.4
+++ parser/org/eclipse/cdt/internal/core/parser/ast/complete/ASTTemplateParameter.java	23 Jun 2004 20:06:54 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Mar 3, 2004
  *
Index: parser/org/eclipse/cdt/internal/core/parser/ast/expression/ASTExpression.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/expression/ASTExpression.java,v
retrieving revision 1.10
diff -u -r1.10 ASTExpression.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/expression/ASTExpression.java	2 Jun 2004 14:53:20 -0000	1.10
+++ parser/org/eclipse/cdt/internal/core/parser/ast/expression/ASTExpression.java	23 Jun 2004 20:06:54 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Jun 26, 2003
  *
Index: parser/org/eclipse/cdt/internal/core/parser/ast/expression/ExpressionParseASTFactory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/expression/ExpressionParseASTFactory.java,v
retrieving revision 1.23
diff -u -r1.23 ExpressionParseASTFactory.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/expression/ExpressionParseASTFactory.java	8 Jun 2004 19:23:47 -0000	1.23
+++ parser/org/eclipse/cdt/internal/core/parser/ast/expression/ExpressionParseASTFactory.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedExpressionInitializerClause.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedExpressionInitializerClause.java,v
retrieving revision 1.1
diff -u -r1.1 ASTDesignatedExpressionInitializerClause.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedExpressionInitializerClause.java	10 May 2004 21:25:38 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedExpressionInitializerClause.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedInitializerListInitializerClause.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedInitializerListInitializerClause.java,v
retrieving revision 1.1
diff -u -r1.1 ASTDesignatedInitializerListInitializerClause.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedInitializerListInitializerClause.java	10 May 2004 21:25:38 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTDesignatedInitializerListInitializerClause.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTExpressionInitializerClause.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTExpressionInitializerClause.java,v
retrieving revision 1.1
diff -u -r1.1 ASTExpressionInitializerClause.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTExpressionInitializerClause.java	10 May 2004 21:25:38 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTExpressionInitializerClause.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTInitializerListInitializerClause.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTInitializerListInitializerClause.java,v
retrieving revision 1.1
diff -u -r1.1 ASTInitializerListInitializerClause.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTInitializerListInitializerClause.java	10 May 2004 21:25:38 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTInitializerListInitializerClause.java	23 Jun 2004 20:06:54 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTNode.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTNode.java,v
retrieving revision 1.4
diff -u -r1.4 ASTNode.java
--- parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTNode.java	7 May 2004 19:46:45 -0000	1.4
+++ parser/org/eclipse/cdt/internal/core/parser/ast/quick/ASTNode.java	23 Jun 2004 20:06:54 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on 17/12/2003
  *
Index: parser/org/eclipse/cdt/internal/core/parser/pst/IUsingDeclarationSymbol.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/IUsingDeclarationSymbol.java,v
retrieving revision 1.1
diff -u -r1.1 IUsingDeclarationSymbol.java
--- parser/org/eclipse/cdt/internal/core/parser/pst/IUsingDeclarationSymbol.java	18 Feb 2004 21:03:41 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/pst/IUsingDeclarationSymbol.java	23 Jun 2004 20:06:54 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Feb 18, 2004
  *
Index: parser/org/eclipse/cdt/internal/core/parser/pst/TemplateSymbolExtension.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/TemplateSymbolExtension.java,v
retrieving revision 1.1
diff -u -r1.1 TemplateSymbolExtension.java
--- parser/org/eclipse/cdt/internal/core/parser/pst/TemplateSymbolExtension.java	18 Mar 2004 23:20:09 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/pst/TemplateSymbolExtension.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Mar 15, 2004
  *
Index: parser/org/eclipse/cdt/internal/core/parser/pst/TypeFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/pst/TypeFilter.java,v
retrieving revision 1.11
diff -u -r1.11 TypeFilter.java
--- parser/org/eclipse/cdt/internal/core/parser/pst/TypeFilter.java	19 May 2004 18:17:14 -0000	1.11
+++ parser/org/eclipse/cdt/internal/core/parser/pst/TypeFilter.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 
 package org.eclipse.cdt.internal.core.parser.pst;
 
@@ -136,4 +136,4 @@
     private Set acceptedKinds = new HashSet();
     
     private boolean lookingInThis = false;
-}
\ No newline at end of file
+}
Index: parser/org/eclipse/cdt/internal/core/parser/scanner/BranchTracker.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/BranchTracker.java,v
retrieving revision 1.4
diff -u -r1.4 BranchTracker.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner/BranchTracker.java	17 May 2004 18:16:43 -0000	1.4
+++ parser/org/eclipse/cdt/internal/core/parser/scanner/BranchTracker.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.core.parser.scanner;
 
 import java.util.EmptyStackException;
Index: parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroDescriptor.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroDescriptor.java,v
retrieving revision 1.5
diff -u -r1.5 DynamicMacroDescriptor.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroDescriptor.java	28 May 2004 03:25:16 -0000	1.5
+++ parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroDescriptor.java	23 Jun 2004 20:06:55 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroEvaluator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroEvaluator.java,v
retrieving revision 1.1
diff -u -r1.1 DynamicMacroEvaluator.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroEvaluator.java	28 Jan 2004 19:59:20 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/scanner/DynamicMacroEvaluator.java	23 Jun 2004 20:06:55 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000 - 2004 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2003, 2004 IBM Corporation 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
Index: parser/org/eclipse/cdt/internal/core/parser/scanner/ScannerStringBuffer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner/ScannerStringBuffer.java,v
retrieving revision 1.2
diff -u -r1.2 ScannerStringBuffer.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner/ScannerStringBuffer.java	19 May 2004 18:17:14 -0000	1.2
+++ parser/org/eclipse/cdt/internal/core/parser/scanner/ScannerStringBuffer.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.core.parser.scanner;
 
 import org.eclipse.cdt.core.parser.IToken;
Index: parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayPool.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayPool.java,v
retrieving revision 1.1
diff -u -r1.1 CharArrayPool.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayPool.java	14 Jun 2004 16:04:28 -0000	1.1
+++ parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayPool.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on May 28, 2004
  *
Index: parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayUtils.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayUtils.java,v
retrieving revision 1.2
diff -u -r1.2 CharArrayUtils.java
--- parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayUtils.java	22 Jun 2004 14:34:37 -0000	1.2
+++ parser/org/eclipse/cdt/internal/core/parser/scanner2/CharArrayUtils.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on May 28, 2004
  *
Index: search/org/eclipse/cdt/core/search/BasicSearchMatch.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/BasicSearchMatch.java,v
retrieving revision 1.12
diff -u -r1.12 BasicSearchMatch.java
--- search/org/eclipse/cdt/core/search/BasicSearchMatch.java	19 Apr 2004 20:08:41 -0000	1.12
+++ search/org/eclipse/cdt/core/search/BasicSearchMatch.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jul 29, 2003
  */
Index: search/org/eclipse/cdt/core/search/BasicSearchResultCollector.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/BasicSearchResultCollector.java,v
retrieving revision 1.15
diff -u -r1.15 BasicSearchResultCollector.java
--- search/org/eclipse/cdt/core/search/BasicSearchResultCollector.java	28 May 2004 14:54:57 -0000	1.15
+++ search/org/eclipse/cdt/core/search/BasicSearchResultCollector.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jul 29, 2003
  */
Index: search/org/eclipse/cdt/core/search/ICSearchConstants.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/ICSearchConstants.java,v
retrieving revision 1.11
diff -u -r1.11 ICSearchConstants.java
--- search/org/eclipse/cdt/core/search/ICSearchConstants.java	16 Jun 2004 05:47:37 -0000	1.11
+++ search/org/eclipse/cdt/core/search/ICSearchConstants.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on May 31, 2003
  */
Index: search/org/eclipse/cdt/core/search/ICSearchResultCollector.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/ICSearchResultCollector.java,v
retrieving revision 1.9
diff -u -r1.9 ICSearchResultCollector.java
--- search/org/eclipse/cdt/core/search/ICSearchResultCollector.java	24 Mar 2004 15:29:07 -0000	1.9
+++ search/org/eclipse/cdt/core/search/ICSearchResultCollector.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jun 11, 2003
  */
Index: search/org/eclipse/cdt/core/search/IMatch.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/IMatch.java,v
retrieving revision 1.4
diff -u -r1.4 IMatch.java
--- search/org/eclipse/cdt/core/search/IMatch.java	24 Mar 2004 15:29:07 -0000	1.4
+++ search/org/eclipse/cdt/core/search/IMatch.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jul 10, 2003
  */
Index: search/org/eclipse/cdt/core/search/IMatchLocator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/IMatchLocator.java,v
retrieving revision 1.2
diff -u -r1.2 IMatchLocator.java
--- search/org/eclipse/cdt/core/search/IMatchLocator.java	17 May 2004 18:06:33 -0000	1.2
+++ search/org/eclipse/cdt/core/search/IMatchLocator.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Apr 29, 2004
  *
Index: search/org/eclipse/cdt/core/search/OrPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/OrPattern.java,v
retrieving revision 1.1
diff -u -r1.1 OrPattern.java
--- search/org/eclipse/cdt/core/search/OrPattern.java	16 Feb 2004 20:46:12 -0000	1.1
+++ search/org/eclipse/cdt/core/search/OrPattern.java	23 Jun 2004 20:06:55 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Aug 6, 2003
  */
Index: search/org/eclipse/cdt/core/search/SearchEngine.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchEngine.java,v
retrieving revision 1.20
diff -u -r1.20 SearchEngine.java
--- search/org/eclipse/cdt/core/search/SearchEngine.java	14 Jun 2004 14:39:52 -0000	1.20
+++ search/org/eclipse/cdt/core/search/SearchEngine.java	23 Jun 2004 20:06:55 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: search/org/eclipse/cdt/internal/core/search/AcceptMatchOperation.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/AcceptMatchOperation.java,v
retrieving revision 1.3
diff -u -r1.3 AcceptMatchOperation.java
--- search/org/eclipse/cdt/internal/core/search/AcceptMatchOperation.java	17 May 2004 18:06:33 -0000	1.3
+++ search/org/eclipse/cdt/internal/core/search/AcceptMatchOperation.java	23 Jun 2004 20:06:55 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Oct 20, 2003
  *
Index: search/org/eclipse/cdt/internal/core/search/CSearchScope.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/CSearchScope.java,v
retrieving revision 1.7
diff -u -r1.7 CSearchScope.java
--- search/org/eclipse/cdt/internal/core/search/CSearchScope.java	10 Jun 2004 20:46:57 -0000	1.7
+++ search/org/eclipse/cdt/internal/core/search/CSearchScope.java	23 Jun 2004 20:06:55 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: search/org/eclipse/cdt/internal/core/search/CWorkspaceScope.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/CWorkspaceScope.java,v
retrieving revision 1.3
diff -u -r1.3 CWorkspaceScope.java
--- search/org/eclipse/cdt/internal/core/search/CWorkspaceScope.java	20 Apr 2004 00:05:25 -0000	1.3
+++ search/org/eclipse/cdt/internal/core/search/CWorkspaceScope.java	23 Jun 2004 20:06:55 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: search/org/eclipse/cdt/internal/core/search/matching/CSearchPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/CSearchPattern.java,v
retrieving revision 1.44
diff -u -r1.44 CSearchPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/CSearchPattern.java	11 Jun 2004 18:29:03 -0000	1.44
+++ search/org/eclipse/cdt/internal/core/search/matching/CSearchPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: search/org/eclipse/cdt/internal/core/search/matching/ClassDeclarationPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/ClassDeclarationPattern.java,v
retrieving revision 1.17
diff -u -r1.17 ClassDeclarationPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/ClassDeclarationPattern.java	21 May 2004 18:15:04 -0000	1.17
+++ search/org/eclipse/cdt/internal/core/search/matching/ClassDeclarationPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
Index: search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java,v
retrieving revision 1.2
diff -u -r1.2 DerivedTypesPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java	28 May 2004 14:54:57 -0000	1.2
+++ search/org/eclipse/cdt/internal/core/search/matching/DerivedTypesPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on Apr 8, 2004
  *
Index: search/org/eclipse/cdt/internal/core/search/matching/FieldDeclarationPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/FieldDeclarationPattern.java,v
retrieving revision 1.13
diff -u -r1.13 FieldDeclarationPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/FieldDeclarationPattern.java	12 Apr 2004 17:43:20 -0000	1.13
+++ search/org/eclipse/cdt/internal/core/search/matching/FieldDeclarationPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jul 11, 2003
  */
Index: search/org/eclipse/cdt/internal/core/search/matching/FriendPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/FriendPattern.java,v
retrieving revision 1.3
diff -u -r1.3 FriendPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/FriendPattern.java	28 May 2004 14:54:57 -0000	1.3
+++ search/org/eclipse/cdt/internal/core/search/matching/FriendPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2003, 2004 IBM Corporation 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:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 /*
  * Created on May 5, 2004
  *
Index: search/org/eclipse/cdt/internal/core/search/matching/MacroDeclarationPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/MacroDeclarationPattern.java,v
retrieving revision 1.3
diff -u -r1.3 MacroDeclarationPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/MacroDeclarationPattern.java	16 Feb 2004 20:46:12 -0000	1.3
+++ search/org/eclipse/cdt/internal/core/search/matching/MacroDeclarationPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Aug 8, 2003
  */
Index: search/org/eclipse/cdt/internal/core/search/matching/MatchLocator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/MatchLocator.java,v
retrieving revision 1.62
diff -u -r1.62 MatchLocator.java
--- search/org/eclipse/cdt/internal/core/search/matching/MatchLocator.java	23 Jun 2004 03:32:16 -0000	1.62
+++ search/org/eclipse/cdt/internal/core/search/matching/MatchLocator.java	23 Jun 2004 20:06:56 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jun 13, 2003
  */
Index: search/org/eclipse/cdt/internal/core/search/matching/MethodDeclarationPattern.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/matching/MethodDeclarationPattern.java,v
retrieving revision 1.15
diff -u -r1.15 MethodDeclarationPattern.java
--- search/org/eclipse/cdt/internal/core/search/matching/MethodDeclarationPattern.java	28 May 2004 14:54:57 -0000	1.15
+++ search/org/eclipse/cdt/internal/core/search/matching/MethodDeclarationPattern.java	23 Jun 2004 20:06:56 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on Jul 11, 2003
  */
Index: search/org/eclipse/cdt/internal/core/search/processing/JobManager.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/search/org/eclipse/cdt/internal/core/search/processing/JobManager.java,v
retrieving revision 1.18
diff -u -r1.18 JobManager.java
--- search/org/eclipse/cdt/internal/core/search/processing/JobManager.java	22 Jun 2004 03:17:19 -0000	1.18
+++ search/org/eclipse/cdt/internal/core/search/processing/JobManager.java	23 Jun 2004 20:06:56 -0000
@@ -1,13 +1,13 @@
 /*******************************************************************************
- * Copyright (c) 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v0.5 
+ * Copyright (c) 2003, 2004 IBM Corporation 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-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
  * 
  * Contributors:
  *     IBM Corp. - Rational Software - initial implementation
- ******************************************************************************/
+ *******************************************************************************/
 /*
  * Created on May 30, 2003
  */
Index: src/org/eclipse/cdt/internal/core/CDTLogWriter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CDTLogWriter.java,v
retrieving revision 1.4
diff -u -r1.4 CDTLogWriter.java
--- src/org/eclipse/cdt/internal/core/CDTLogWriter.java	1 Mar 2004 22:16:48 -0000	1.4
+++ src/org/eclipse/cdt/internal/core/CDTLogWriter.java	23 Jun 2004 20:06:57 -0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials 
+ * Copyright (c) 2000, 2004 IBM Corporation 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
@@ -213,4 +213,4 @@
 		} catch (IOException e) {}
 	}
 
-}
\ No newline at end of file
+}

Back to the top