Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] copyright notices for org.eclipse.cdt.ui


Here is a patch to add the copyright notices (both IBM and QNX) to org.eclipse.cdt.ui.

        - Dave
Index: build.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/build.properties,v
retrieving revision 1.12
diff -u -r1.12 build.properties
--- build.properties	24 May 2004 17:18:28 -0000	1.12
+++ build.properties	24 Jun 2004 15:18:18 -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 = about.html,\
                plugin.xml,\
                about.html,\
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/plugin.properties,v
retrieving revision 1.53
diff -u -r1.53 plugin.properties
--- plugin.properties	11 Jun 2004 18:38:39 -0000	1.53
+++ plugin.properties	24 Jun 2004 15:18:18 -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 UI
 providerName=Eclipse.org
 
Index: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/AppearanceAwareLabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/AppearanceAwareLabelProvider.java,v
retrieving revision 1.3
diff -u -r1.3 AppearanceAwareLabelProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/AppearanceAwareLabelProvider.java	8 Jun 2004 17:40:04 -0000	1.3
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/AppearanceAwareLabelProvider.java	24 Jun 2004 15:18:18 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java,v
retrieving revision 1.2
diff -u -r1.2 CBrowsingContentProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java	8 Jun 2004 15:32:18 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java	24 Jun 2004 15:18:18 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.java,v
retrieving revision 1.1
diff -u -r1.1 CBrowsingMessages.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.java	24 Jun 2004 15:18:18 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java,v
retrieving revision 1.5
diff -u -r1.5 CBrowsingPart.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java	21 Jun 2004 18:48:53 -0000	1.5
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java	24 Jun 2004 15:18:19 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CUILabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CUILabelProvider.java,v
retrieving revision 1.2
diff -u -r1.2 CUILabelProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CUILabelProvider.java	28 May 2004 15:41:35 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CUILabelProvider.java	24 Jun 2004 15:18:19 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/DecoratingCLabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/DecoratingCLabelProvider.java,v
retrieving revision 1.1
diff -u -r1.1 DecoratingCLabelProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/DecoratingCLabelProvider.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/DecoratingCLabelProvider.java	24 Jun 2004 15:18:19 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/FilterUpdater.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/FilterUpdater.java,v
retrieving revision 1.1
diff -u -r1.1 FilterUpdater.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/FilterUpdater.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/FilterUpdater.java	24 Jun 2004 15:18:19 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java,v
retrieving revision 1.2
diff -u -r1.2 LexicalSortingAction.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java	8 Jun 2004 15:39:24 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java	24 Jun 2004 15:18:19 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersView.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersView.java,v
retrieving revision 1.3
diff -u -r1.3 MembersView.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersView.java	21 Jun 2004 18:48:53 -0000	1.3
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersView.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersViewContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersViewContentProvider.java,v
retrieving revision 1.4
diff -u -r1.4 MembersViewContentProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersViewContentProvider.java	21 Jun 2004 22:00:30 -0000	1.4
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersViewContentProvider.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesView.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesView.java,v
retrieving revision 1.1
diff -u -r1.1 NamespacesView.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesView.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesView.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewContentProvider.java,v
retrieving revision 1.2
diff -u -r1.2 NamespacesViewContentProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewContentProvider.java	21 Jun 2004 18:48:53 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewContentProvider.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/OpenProjectAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/OpenProjectAction.java,v
retrieving revision 1.1
diff -u -r1.1 OpenProjectAction.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/OpenProjectAction.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/OpenProjectAction.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProblemsLabelDecorator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProblemsLabelDecorator.java,v
retrieving revision 1.2
diff -u -r1.2 ProblemsLabelDecorator.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProblemsLabelDecorator.java	8 Jun 2004 17:40:04 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProblemsLabelDecorator.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectActionGroup.java,v
retrieving revision 1.1
diff -u -r1.1 ProjectActionGroup.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectActionGroup.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectActionGroup.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsView.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsView.java,v
retrieving revision 1.1
diff -u -r1.1 ProjectsView.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsView.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsView.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsViewContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsViewContentProvider.java,v
retrieving revision 1.1
diff -u -r1.1 ProjectsViewContentProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsViewContentProvider.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsViewContentProvider.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StatusBarUpdater.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StatusBarUpdater.java,v
retrieving revision 1.2
diff -u -r1.2 StatusBarUpdater.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StatusBarUpdater.java	28 May 2004 15:41:35 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StatusBarUpdater.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StorageLabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StorageLabelProvider.java,v
retrieving revision 1.1
diff -u -r1.1 StorageLabelProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StorageLabelProvider.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/StorageLabelProvider.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoComparator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoComparator.java,v
retrieving revision 1.1
diff -u -r1.1 TypeInfoComparator.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoComparator.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoComparator.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoSorter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoSorter.java,v
retrieving revision 1.1
diff -u -r1.1 TypeInfoSorter.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoSorter.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoSorter.java	24 Jun 2004 15:18:20 -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 18, 2004
  *
Index: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java,v
retrieving revision 1.1
diff -u -r1.1 TypesView.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java	26 May 2004 14:49:48 -0000	1.1
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewContentProvider.java,v
retrieving revision 1.2
diff -u -r1.2 TypesViewContentProvider.java
--- browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewContentProvider.java	21 Jun 2004 18:48:53 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewContentProvider.java	24 Jun 2004 15:18:20 -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: browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties,v
retrieving revision 1.2
diff -u -r1.2 TypeHierarchyMessages.properties
--- browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties	17 Mar 2004 16:32:42 -0000	1.2
+++ browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties	24 Jun 2004 15:18:21 -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
+###############################################################################
 #*******************************************************************************
 # Copyright (c) 2004 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials 
Index: refactor/org/eclipse/cdt/internal/corext/refactoring/base/UndoManagerAdapter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/refactor/org/eclipse/cdt/internal/corext/refactoring/base/UndoManagerAdapter.java,v
retrieving revision 1.1
diff -u -r1.1 UndoManagerAdapter.java
--- refactor/org/eclipse/cdt/internal/corext/refactoring/base/UndoManagerAdapter.java	11 Mar 2004 20:15:28 -0000	1.1
+++ refactor/org/eclipse/cdt/internal/corext/refactoring/base/UndoManagerAdapter.java	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/corext/CorextMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/CorextMessages.properties,v
retrieving revision 1.1
diff -u -r1.1 CorextMessages.properties
--- src/org/eclipse/cdt/internal/corext/CorextMessages.properties	9 Mar 2004 19:50:00 -0000	1.1
+++ src/org/eclipse/cdt/internal/corext/CorextMessages.properties	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/corext/template/c/CFunctionContextType.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/CFunctionContextType.java,v
retrieving revision 1.2
diff -u -r1.2 CFunctionContextType.java
--- src/org/eclipse/cdt/internal/corext/template/c/CFunctionContextType.java	3 Mar 2004 19:19:36 -0000	1.2
+++ src/org/eclipse/cdt/internal/corext/template/c/CFunctionContextType.java	24 Jun 2004 15:18:21 -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 19/12/2003
  *
Index: src/org/eclipse/cdt/internal/corext/template/c/CStructureContextType.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/CStructureContextType.java,v
retrieving revision 1.2
diff -u -r1.2 CStructureContextType.java
--- src/org/eclipse/cdt/internal/corext/template/c/CStructureContextType.java	3 Mar 2004 19:19:36 -0000	1.2
+++ src/org/eclipse/cdt/internal/corext/template/c/CStructureContextType.java	24 Jun 2004 15:18:21 -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 19/12/2003
  *
Index: src/org/eclipse/cdt/internal/corext/template/c/CppFunctionContextType.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/CppFunctionContextType.java,v
retrieving revision 1.3
diff -u -r1.3 CppFunctionContextType.java
--- src/org/eclipse/cdt/internal/corext/template/c/CppFunctionContextType.java	3 Mar 2004 19:19:36 -0000	1.3
+++ src/org/eclipse/cdt/internal/corext/template/c/CppFunctionContextType.java	24 Jun 2004 15:18:21 -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 19/12/2003
  *
Index: src/org/eclipse/cdt/internal/corext/template/c/CppStructureContextType.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/corext/template/c/CppStructureContextType.java,v
retrieving revision 1.3
diff -u -r1.3 CppStructureContextType.java
--- src/org/eclipse/cdt/internal/corext/template/c/CppStructureContextType.java	3 Mar 2004 19:19:36 -0000	1.3
+++ src/org/eclipse/cdt/internal/corext/template/c/CppStructureContextType.java	24 Jun 2004 15:18:21 -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 19/12/2003
  *
Index: src/org/eclipse/cdt/internal/ui/ICElementPropertyConstants.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/ICElementPropertyConstants.java,v
retrieving revision 1.3
diff -u -r1.3 ICElementPropertyConstants.java
--- src/org/eclipse/cdt/internal/ui/ICElementPropertyConstants.java	16 Apr 2004 16:04:42 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/ICElementPropertyConstants.java	24 Jun 2004 15:18:21 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2003,2004 QNX Software Systems and others.
+ * All rights reserved.   This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ * 
+ * Contributors: 
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
 package org.eclipse.cdt.internal.ui;
 
 /**
Index: src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleEvent.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleEvent.java,v
retrieving revision 1.1
diff -u -r1.1 ConsoleEvent.java
--- src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleEvent.java	12 Mar 2004 16:24:08 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleEvent.java	24 Jun 2004 15:18:21 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2003,2004 QNX Software Systems and others.
+ * All rights reserved.   This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ * 
+ * Contributors: 
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
 package org.eclipse.cdt.internal.ui.buildconsole;
 
 import java.util.EventObject;
Index: src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties,v
retrieving revision 1.1
diff -u -r1.1 ConsoleMessages.properties
--- src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties	12 Mar 2004 16:07:50 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties	24 Jun 2004 15:18:21 -0000
@@ -1,3 +1,13 @@
+##############################################################################
+# Copyright (c) 2003,2004 QNX Software Systems and others.
+# All rights reserved.   This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+# 
+# Contributors: 
+# QNX Software Systems - Initial API and implementation
+###############################################################################
 BuildConsole.buildConsole=C-Build
 
 find_replace_action.label=&Find/Replace...@Ctrl+F
Index: src/org/eclipse/cdt/internal/ui/cview/BuildGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/BuildGroup.java,v
retrieving revision 1.4
diff -u -r1.4 BuildGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/BuildGroup.java	15 Mar 2004 17:00:40 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/cview/BuildGroup.java	24 Jun 2004 15:18:21 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *     IBM Corporation - initial API and implementation 
- ************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.cview;
 
 import java.util.Iterator;
Index: src/org/eclipse/cdt/internal/ui/cview/CViewAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewAction.java,v
retrieving revision 1.1
diff -u -r1.1 CViewAction.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewAction.java	5 Mar 2004 19:21:40 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/CViewAction.java	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java,v
retrieving revision 1.6
diff -u -r1.6 CViewActionGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java	8 Jun 2004 17:40:04 -0000	1.6
+++ src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java	24 Jun 2004 15:18:21 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *        IBM Corporation - initial API and implementation 
-************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.cview;
 
 import java.net.MalformedURLException;
Index: src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java,v
retrieving revision 1.1
diff -u -r1.1 CViewElementComparer.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java	29 Feb 2004 04:40:29 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/ui/cview/CViewMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewMessages.java,v
retrieving revision 1.2
diff -u -r1.2 CViewMessages.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewMessages.java	3 Mar 2004 15:10:01 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/cview/CViewMessages.java	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/ui/cview/CViewMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewMessages.properties,v
retrieving revision 1.9
diff -u -r1.9 CViewMessages.properties
--- src/org/eclipse/cdt/internal/ui/cview/CViewMessages.properties	8 Jun 2004 19:03:14 -0000	1.9
+++ src/org/eclipse/cdt/internal/ui/cview/CViewMessages.properties	24 Jun 2004 15:18:21 -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: src/org/eclipse/cdt/internal/ui/cview/CViewMoveAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewMoveAction.java,v
retrieving revision 1.1
diff -u -r1.1 CViewMoveAction.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewMoveAction.java	11 Feb 2004 05:20:09 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/CViewMoveAction.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/CViewRenameAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CViewRenameAction.java,v
retrieving revision 1.1
diff -u -r1.1 CViewRenameAction.java
--- src/org/eclipse/cdt/internal/ui/cview/CViewRenameAction.java	11 Feb 2004 05:20:09 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/CViewRenameAction.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/CopyAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/CopyAction.java,v
retrieving revision 1.1
diff -u -r1.1 CopyAction.java
--- src/org/eclipse/cdt/internal/ui/cview/CopyAction.java	11 Feb 2004 05:20:09 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/CopyAction.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/GotoActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/GotoActionGroup.java,v
retrieving revision 1.1
diff -u -r1.1 GotoActionGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/GotoActionGroup.java	16 Feb 2004 01:36:28 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/GotoActionGroup.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java,v
retrieving revision 1.14
diff -u -r1.14 MainActionGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java	12 May 2004 18:00:22 -0000	1.14
+++ src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java	24 Jun 2004 15:18:22 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *   IBM Corporation - initial API and implementation 
- ************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.cview;
 
 import org.eclipse.cdt.core.model.ICProject;
Index: src/org/eclipse/cdt/internal/ui/cview/OpenFileGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/OpenFileGroup.java,v
retrieving revision 1.2
diff -u -r1.2 OpenFileGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/OpenFileGroup.java	3 Mar 2004 20:44:30 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/cview/OpenFileGroup.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java,v
retrieving revision 1.1
diff -u -r1.1 OpenProjectGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java	16 Feb 2004 01:36:28 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java	24 Jun 2004 15:18:22 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *     IBM Corporation - initial API and implementation 
- ************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.cview;
 
 import java.util.Iterator;
Index: src/org/eclipse/cdt/internal/ui/cview/PasteAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/PasteAction.java,v
retrieving revision 1.2
diff -u -r1.2 PasteAction.java
--- src/org/eclipse/cdt/internal/ui/cview/PasteAction.java	29 Feb 2004 05:23:58 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/cview/PasteAction.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java,v
retrieving revision 1.4
diff -u -r1.4 RefactorActionGroup.java
--- src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java	8 Jun 2004 17:40:04 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/cview/RefactorActionGroup.java	24 Jun 2004 15:18:22 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *     IBM Corporation - initial API and implementation 
-************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.cview;
 
 import org.eclipse.core.resources.IResource;
Index: src/org/eclipse/cdt/internal/ui/cview/ToggleLinkingAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/cview/ToggleLinkingAction.java,v
retrieving revision 1.1
diff -u -r1.1 ToggleLinkingAction.java
--- src/org/eclipse/cdt/internal/ui/cview/ToggleLinkingAction.java	5 Mar 2004 19:21:40 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/cview/ToggleLinkingAction.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/editor/CAnnotationIterator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CAnnotationIterator.java,v
retrieving revision 1.1
diff -u -r1.1 CAnnotationIterator.java
--- src/org/eclipse/cdt/internal/ui/editor/CAnnotationIterator.java	1 Jun 2004 05:13:07 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/editor/CAnnotationIterator.java	24 Jun 2004 15:18:22 -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: src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java,v
retrieving revision 1.5
diff -u -r1.5 MouseClickListener.java
--- src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java	7 Jun 2004 02:39:36 -0000	1.5
+++ src/org/eclipse/cdt/internal/ui/editor/MouseClickListener.java	24 Jun 2004 15:18:23 -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 Mar 5, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/editor/SearchDialogAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/SearchDialogAction.java,v
retrieving revision 1.5
diff -u -r1.5 SearchDialogAction.java
--- src/org/eclipse/cdt/internal/ui/editor/SearchDialogAction.java	26 Feb 2004 19:30:35 -0000	1.5
+++ src/org/eclipse/cdt/internal/ui/editor/SearchDialogAction.java	24 Jun 2004 15:18:23 -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 Aug 12, 2003
  *
Index: src/org/eclipse/cdt/internal/ui/editor/WorkingCopyManager.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/WorkingCopyManager.java,v
retrieving revision 1.9
diff -u -r1.9 WorkingCopyManager.java
--- src/org/eclipse/cdt/internal/ui/editor/WorkingCopyManager.java	19 Apr 2004 05:50:10 -0000	1.9
+++ src/org/eclipse/cdt/internal/ui/editor/WorkingCopyManager.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/ArchiveFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/ArchiveFilter.java,v
retrieving revision 1.1
diff -u -r1.1 ArchiveFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/ArchiveFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/ArchiveFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/ClosedProjectFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/ClosedProjectFilter.java,v
retrieving revision 1.1
diff -u -r1.1 ClosedProjectFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/ClosedProjectFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/ClosedProjectFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/CustomFiltersDialog.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/CustomFiltersDialog.java,v
retrieving revision 1.1
diff -u -r1.1 CustomFiltersDialog.java
--- src/org/eclipse/cdt/internal/ui/filters/CustomFiltersDialog.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/CustomFiltersDialog.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/ExecutableFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/ExecutableFilter.java,v
retrieving revision 1.1
diff -u -r1.1 ExecutableFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/ExecutableFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/ExecutableFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/FilterDescriptor.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/FilterDescriptor.java,v
retrieving revision 1.2
diff -u -r1.2 FilterDescriptor.java
--- src/org/eclipse/cdt/internal/ui/filters/FilterDescriptor.java	8 Jun 2004 17:40:04 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/filters/FilterDescriptor.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/FilterMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/FilterMessages.java,v
retrieving revision 1.1
diff -u -r1.1 FilterMessages.java
--- src/org/eclipse/cdt/internal/ui/filters/FilterMessages.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/FilterMessages.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/FilterMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/FilterMessages.properties,v
retrieving revision 1.1
diff -u -r1.1 FilterMessages.properties
--- src/org/eclipse/cdt/internal/ui/filters/FilterMessages.properties	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/FilterMessages.properties	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/NamePatternFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/NamePatternFilter.java,v
retrieving revision 1.1
diff -u -r1.1 NamePatternFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/NamePatternFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/NamePatternFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/NonCElementFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/NonCElementFilter.java,v
retrieving revision 1.1
diff -u -r1.1 NonCElementFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/NonCElementFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/NonCElementFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/NonCProjectsFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/NonCProjectsFilter.java,v
retrieving revision 1.1
diff -u -r1.1 NonCProjectsFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/NonCProjectsFilter.java	2 Apr 2004 16:27:05 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/NonCProjectsFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/ObjectFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/ObjectFilter.java,v
retrieving revision 1.1
diff -u -r1.1 ObjectFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/ObjectFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/ObjectFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/filters/SharedFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/filters/SharedFilter.java,v
retrieving revision 1.1
diff -u -r1.1 SharedFilter.java
--- src/org/eclipse/cdt/internal/ui/filters/SharedFilter.java	30 Mar 2004 05:35:52 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/filters/SharedFilter.java	24 Jun 2004 15:18:23 -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: src/org/eclipse/cdt/internal/ui/preferences/OptionsConfigurationBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/OptionsConfigurationBlock.java,v
retrieving revision 1.4
diff -u -r1.4 OptionsConfigurationBlock.java
--- src/org/eclipse/cdt/internal/ui/preferences/OptionsConfigurationBlock.java	2 May 2004 03:33:21 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/preferences/OptionsConfigurationBlock.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.java,v
retrieving revision 1.2
diff -u -r1.2 PreferencesMessages.java
--- src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.java	3 Mar 2004 15:10:01 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties,v
retrieving revision 1.20
diff -u -r1.20 PreferencesMessages.properties
--- src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties	22 Jun 2004 18:54:29 -0000	1.20
+++ src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/TodoTaskConfigurationBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/TodoTaskConfigurationBlock.java,v
retrieving revision 1.4
diff -u -r1.4 TodoTaskConfigurationBlock.java
--- src/org/eclipse/cdt/internal/ui/preferences/TodoTaskConfigurationBlock.java	10 Jun 2004 17:37:53 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/preferences/TodoTaskConfigurationBlock.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPreferencePage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPreferencePage.java,v
retrieving revision 1.2
diff -u -r1.2 TodoTaskPreferencePage.java
--- src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPreferencePage.java	7 Apr 2004 20:31:03 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPreferencePage.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPropertyPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPropertyPage.java,v
retrieving revision 1.2
diff -u -r1.2 TodoTaskPropertyPage.java
--- src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPropertyPage.java	7 Apr 2004 20:31:03 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/preferences/TodoTaskPropertyPage.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/preferences/WorkInProgressPreferencePage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/WorkInProgressPreferencePage.java,v
retrieving revision 1.10
diff -u -r1.10 WorkInProgressPreferencePage.java
--- src/org/eclipse/cdt/internal/ui/preferences/WorkInProgressPreferencePage.java	15 Jun 2004 13:41:13 -0000	1.10
+++ src/org/eclipse/cdt/internal/ui/preferences/WorkInProgressPreferencePage.java	24 Jun 2004 15:18:24 -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 Mar 30, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/search/CSearchMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.java,v
retrieving revision 1.2
diff -u -r1.2 CSearchMessages.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchMessages.java	3 Mar 2004 15:10:01 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/search/CSearchMessages.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties,v
retrieving revision 1.18
diff -u -r1.18 CSearchMessages.properties
--- src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties	7 Jun 2004 02:19:21 -0000	1.18
+++ src/org/eclipse/cdt/internal/ui/search/CSearchMessages.properties	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/search/CSearchOperation.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchOperation.java,v
retrieving revision 1.11
diff -u -r1.11 CSearchOperation.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchOperation.java	26 Feb 2004 19:30:35 -0000	1.11
+++ src/org/eclipse/cdt/internal/ui/search/CSearchOperation.java	24 Jun 2004 15:18:24 -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: src/org/eclipse/cdt/internal/ui/search/CSearchPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchPage.java,v
retrieving revision 1.24
diff -u -r1.24 CSearchPage.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchPage.java	10 Jun 2004 19:07:25 -0000	1.24
+++ src/org/eclipse/cdt/internal/ui/search/CSearchPage.java	24 Jun 2004 15:18:25 -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 10, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/CSearchResult.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchResult.java,v
retrieving revision 1.5
diff -u -r1.5 CSearchResult.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchResult.java	17 May 2004 18:44:11 -0000	1.5
+++ src/org/eclipse/cdt/internal/ui/search/CSearchResult.java	24 Jun 2004 15:18:26 -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 Mar 26, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java,v
retrieving revision 1.19
diff -u -r1.19 CSearchResultCollector.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java	28 May 2004 14:54:50 -0000	1.19
+++ src/org/eclipse/cdt/internal/ui/search/CSearchResultCollector.java	24 Jun 2004 15:18:26 -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
  */
@@ -231,4 +231,4 @@
 	public void setOperation(CSearchQuery query) {
 		_query = query;
 	}
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/internal/ui/search/CSearchScopeFactory.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchScopeFactory.java,v
retrieving revision 1.6
diff -u -r1.6 CSearchScopeFactory.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchScopeFactory.java	16 Jun 2004 05:47:36 -0000	1.6
+++ src/org/eclipse/cdt/internal/ui/search/CSearchScopeFactory.java	24 Jun 2004 15:18:26 -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 12, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/CSearchUtil.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CSearchUtil.java,v
retrieving revision 1.3
diff -u -r1.3 CSearchUtil.java
--- src/org/eclipse/cdt/internal/ui/search/CSearchUtil.java	10 May 2004 20:42:36 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/search/CSearchUtil.java	24 Jun 2004 15:18:26 -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 12, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/CountLabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/CountLabelProvider.java,v
retrieving revision 1.1
diff -u -r1.1 CountLabelProvider.java
--- src/org/eclipse/cdt/internal/ui/search/CountLabelProvider.java	28 Apr 2004 21:04:33 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/search/CountLabelProvider.java	24 Jun 2004 15:18:26 -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 28, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/search/ElementNameSorter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/ElementNameSorter.java,v
retrieving revision 1.4
diff -u -r1.4 ElementNameSorter.java
--- src/org/eclipse/cdt/internal/ui/search/ElementNameSorter.java	17 May 2004 02:56:57 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/search/ElementNameSorter.java	24 Jun 2004 15:18:26 -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 24, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/GroupByKeyComputer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/GroupByKeyComputer.java,v
retrieving revision 1.5
diff -u -r1.5 GroupByKeyComputer.java
--- src/org/eclipse/cdt/internal/ui/search/GroupByKeyComputer.java	26 Feb 2004 19:30:35 -0000	1.5
+++ src/org/eclipse/cdt/internal/ui/search/GroupByKeyComputer.java	24 Jun 2004 15:18:26 -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 18, 2003
  */
@@ -42,5 +42,6 @@
 		} catch (CoreException e) {
 		}
 		
-		return match.getParentName() + "::" + match.getName() + " - " + match.getLocation(); //$NON-NLS-1$ //$NON-NLS-2$
	}
+		return match.getParentName() + "::" + match.getName() + " - " + match.getLocation(); //$NON-NLS-1$ //$NON-NLS-2$
+	}
 }
Index: src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java,v
retrieving revision 1.3
diff -u -r1.3 OpenCSearchPageAction.java
--- src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java	8 Jun 2004 17:40:04 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/search/OpenCSearchPageAction.java	24 Jun 2004 15:18:26 -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 Jul 11, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/ParentNameSorter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/ParentNameSorter.java,v
retrieving revision 1.4
diff -u -r1.4 ParentNameSorter.java
--- src/org/eclipse/cdt/internal/ui/search/ParentNameSorter.java	17 May 2004 02:56:57 -0000	1.4
+++ src/org/eclipse/cdt/internal/ui/search/ParentNameSorter.java	24 Jun 2004 15:18:26 -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 24, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/search/PathNameSorter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/PathNameSorter.java,v
retrieving revision 1.6
diff -u -r1.6 PathNameSorter.java
--- src/org/eclipse/cdt/internal/ui/search/PathNameSorter.java	17 May 2004 02:56:57 -0000	1.6
+++ src/org/eclipse/cdt/internal/ui/search/PathNameSorter.java	24 Jun 2004 15:18:26 -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 24, 2003
  */
@@ -57,4 +57,4 @@
 		}
 		return path1.segmentCount() - path2.segmentCount();
 	}
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/internal/ui/search/actions/GroupAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/GroupAction.java,v
retrieving revision 1.1
diff -u -r1.1 GroupAction.java
--- src/org/eclipse/cdt/internal/ui/search/actions/GroupAction.java	17 May 2004 02:56:57 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/search/actions/GroupAction.java	24 Jun 2004 15:18:26 -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 15, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/search/actions/SortAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/search/actions/SortAction.java,v
retrieving revision 1.1
diff -u -r1.1 SortAction.java
--- src/org/eclipse/cdt/internal/ui/search/actions/SortAction.java	17 May 2004 02:56:57 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/search/actions/SortAction.java	24 Jun 2004 15:18:26 -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 14, 2004
  *
Index: src/org/eclipse/cdt/internal/ui/text/CCommentScanner.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CCommentScanner.java,v
retrieving revision 1.3
diff -u -r1.3 CCommentScanner.java
--- src/org/eclipse/cdt/internal/ui/text/CCommentScanner.java	10 Jun 2004 17:37:53 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/text/CCommentScanner.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/text/PreprocessorRule.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/PreprocessorRule.java,v
retrieving revision 1.3
diff -u -r1.3 PreprocessorRule.java
--- src/org/eclipse/cdt/internal/ui/text/PreprocessorRule.java	26 Feb 2004 19:30:35 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/text/PreprocessorRule.java	24 Jun 2004 15:18:26 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2003,2004 QNX Software Systems and others.
+ * All rights reserved.   This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ * 
+ * Contributors: 
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
 package org.eclipse.cdt.internal.ui.text;
 
 import org.eclipse.jface.text.rules.ICharacterScanner;
Index: src/org/eclipse/cdt/internal/ui/text/c/hover/CHoverMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/c/hover/CHoverMessages.properties,v
retrieving revision 1.1
diff -u -r1.1 CHoverMessages.properties
--- src/org/eclipse/cdt/internal/ui/text/c/hover/CHoverMessages.properties	1 Jun 2004 05:13:07 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/text/c/hover/CHoverMessages.properties	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/util/BusyIndicatorRunnableContext.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/BusyIndicatorRunnableContext.java,v
retrieving revision 1.1
diff -u -r1.1 BusyIndicatorRunnableContext.java
--- src/org/eclipse/cdt/internal/ui/util/BusyIndicatorRunnableContext.java	9 Mar 2004 19:50:00 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/util/BusyIndicatorRunnableContext.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/util/ProblemTableViewer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/ProblemTableViewer.java,v
retrieving revision 1.1
diff -u -r1.1 ProblemTableViewer.java
--- src/org/eclipse/cdt/internal/ui/util/ProblemTableViewer.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/util/ProblemTableViewer.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java,v
retrieving revision 1.1
diff -u -r1.1 ResourceToItemsMapper.java
--- src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java,v
retrieving revision 1.2
diff -u -r1.2 CElementLabels.java
--- src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java	8 Jun 2004 17:40:04 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java	24 Jun 2004 15:18:26 -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 24, 2003
  */
Index: src/org/eclipse/cdt/internal/ui/viewsupport/IViewPartInputProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/IViewPartInputProvider.java,v
retrieving revision 1.1
diff -u -r1.1 IViewPartInputProvider.java
--- src/org/eclipse/cdt/internal/ui/viewsupport/IViewPartInputProvider.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/viewsupport/IViewPartInputProvider.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/viewsupport/ImageImageDescriptor.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ImageImageDescriptor.java,v
retrieving revision 1.1
diff -u -r1.1 ImageImageDescriptor.java
--- src/org/eclipse/cdt/internal/ui/viewsupport/ImageImageDescriptor.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/viewsupport/ImageImageDescriptor.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties,v
retrieving revision 1.11
diff -u -r1.11 NewWizardMessages.properties
--- src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties	24 Jun 2004 13:56:05 -0000	1.11
+++ src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/wizards/TypedElementSelectionValidator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/TypedElementSelectionValidator.java,v
retrieving revision 1.1
diff -u -r1.1 TypedElementSelectionValidator.java
--- src/org/eclipse/cdt/internal/ui/wizards/TypedElementSelectionValidator.java	26 Mar 2004 22:05:27 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/wizards/TypedElementSelectionValidator.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/wizards/TypedViewerFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/TypedViewerFilter.java,v
retrieving revision 1.1
diff -u -r1.1 TypedViewerFilter.java
--- src/org/eclipse/cdt/internal/ui/wizards/TypedViewerFilter.java	26 Mar 2004 22:05:27 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/wizards/TypedViewerFilter.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ComboDialogField.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ComboDialogField.java,v
retrieving revision 1.3
diff -u -r1.3 ComboDialogField.java
--- src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ComboDialogField.java	2 May 2004 03:33:21 -0000	1.3
+++ src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ComboDialogField.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ITreeListAdapter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ITreeListAdapter.java,v
retrieving revision 1.1
diff -u -r1.1 ITreeListAdapter.java
--- src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ITreeListAdapter.java	26 Mar 2004 22:05:27 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/wizards/dialogfields/ITreeListAdapter.java	24 Jun 2004 15:18:26 -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: src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java,v
retrieving revision 1.2
diff -u -r1.2 CElementWorkingSetPage.java
--- src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java	3 Mar 2004 15:10:01 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPage.java	24 Jun 2004 15:18:27 -0000
@@ -1,13 +1,13 @@
-/******************************************************************************* 
- * Copyright (c) 2000, 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 v1.0 
- * which accompanies this distribution, and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+/*******************************************************************************
+ * 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
  * 
- * Contributors: 
- *      IBM Corporation - initial API and implementation 
-*************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.internal.ui.workingsets;
 
 import java.util.ArrayList;
Index: src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java,v
retrieving revision 1.2
diff -u -r1.2 CElementWorkingSetPageContentProvider.java
--- src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java	2 May 2004 03:33:21 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/workingsets/CElementWorkingSetPageContentProvider.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/ClearWorkingSetAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/ClearWorkingSetAction.java,v
retrieving revision 1.1
diff -u -r1.1 ClearWorkingSetAction.java
--- src/org/eclipse/cdt/internal/ui/workingsets/ClearWorkingSetAction.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/ClearWorkingSetAction.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/EditWorkingSetAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/EditWorkingSetAction.java,v
retrieving revision 1.1
diff -u -r1.1 EditWorkingSetAction.java
--- src/org/eclipse/cdt/internal/ui/workingsets/EditWorkingSetAction.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/EditWorkingSetAction.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/SelectWorkingSetAction.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/SelectWorkingSetAction.java,v
retrieving revision 1.1
diff -u -r1.1 SelectWorkingSetAction.java
--- src/org/eclipse/cdt/internal/ui/workingsets/SelectWorkingSetAction.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/SelectWorkingSetAction.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetComparator.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetComparator.java,v
retrieving revision 1.1
diff -u -r1.1 WorkingSetComparator.java
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetComparator.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetComparator.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilter.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilter.java,v
retrieving revision 1.1
diff -u -r1.1 WorkingSetFilter.java
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilter.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilter.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java,v
retrieving revision 1.1
diff -u -r1.1 WorkingSetFilterActionGroup.java
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetFilterActionGroup.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java,v
retrieving revision 1.1
diff -u -r1.1 WorkingSetMenuContributionItem.java
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java	26 May 2004 14:49:48 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMenuContributionItem.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.java,v
retrieving revision 1.2
diff -u -r1.2 WorkingSetMessages.java
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.java	3 Mar 2004 15:10:01 -0000	1.2
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.properties,v
retrieving revision 1.1
diff -u -r1.1 WorkingSetMessages.properties
--- src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.properties	16 Feb 2004 03:28:25 -0000	1.1
+++ src/org/eclipse/cdt/internal/ui/workingsets/WorkingSetMessages.properties	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/ui/CSearchResultLabelProvider.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/CSearchResultLabelProvider.java,v
retrieving revision 1.14
diff -u -r1.14 CSearchResultLabelProvider.java
--- src/org/eclipse/cdt/ui/CSearchResultLabelProvider.java	16 Jun 2004 00:43:16 -0000	1.14
+++ src/org/eclipse/cdt/ui/CSearchResultLabelProvider.java	24 Jun 2004 15:18:27 -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 18, 2003
  */
@@ -217,4 +217,4 @@
 	private static final Point SMALL_SIZE= new Point(16, 16);
 
 	
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/CUIPlugin.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/CUIPlugin.java,v
retrieving revision 1.41
diff -u -r1.41 CUIPlugin.java
--- src/org/eclipse/cdt/ui/CUIPlugin.java	8 Jun 2004 17:40:04 -0000	1.41
+++ src/org/eclipse/cdt/ui/CUIPlugin.java	24 Jun 2004 15:18:27 -0000
@@ -1,16 +1,16 @@
-package org.eclipse.cdt.ui;
-
-/***********************************************************************
- * 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:
- * QNX Software Systems - Initial API and implementation
- * IBM Corp. - Rational Software 
-***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *     IBM Corp. - Rational Software
+ *******************************************************************************/
+package org.eclipse.cdt.ui;
+
 
 import java.text.MessageFormat;
 import java.util.ArrayList;
Index: src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java,v
retrieving revision 1.2
diff -u -r1.2 CUIPreferenceInitializer.java
--- src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java	11 Jun 2004 18:38:38 -0000	1.2
+++ src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java	24 Jun 2004 15:18:27 -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-v10.html
  * 
  * Contributors:
- * QNX Software Systems - Initial implementation
- **********************************************************************/
+ *     QNX Software Systems - Initial implementation
+ *******************************************************************************/
 package org.eclipse.cdt.ui;
 
 import org.eclipse.cdt.internal.ui.cview.CView;
Index: src/org/eclipse/cdt/ui/FunctionPrototypeSummary.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/FunctionPrototypeSummary.java,v
retrieving revision 1.7
diff -u -r1.7 FunctionPrototypeSummary.java
--- src/org/eclipse/cdt/ui/FunctionPrototypeSummary.java	11 May 2004 21:37:37 -0000	1.7
+++ src/org/eclipse/cdt/ui/FunctionPrototypeSummary.java	24 Jun 2004 15:18:27 -0000
@@ -1,3 +1,13 @@
+/**********************************************************************
+ * Copyright (c) 2003,2004 QNX Software Systems and others.
+ * All rights reserved.   This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ * 
+ * Contributors: 
+ * QNX Software Systems - Initial API and implementation
+***********************************************************************/
 package org.eclipse.cdt.ui;
 
 /**
Index: src/org/eclipse/cdt/ui/IWorkingCopyManager.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/IWorkingCopyManager.java,v
retrieving revision 1.7
diff -u -r1.7 IWorkingCopyManager.java
--- src/org/eclipse/cdt/ui/IWorkingCopyManager.java	6 Apr 2004 14:24:08 -0000	1.7
+++ src/org/eclipse/cdt/ui/IWorkingCopyManager.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/ui/IWorkingCopyManagerExtension.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/IWorkingCopyManagerExtension.java,v
retrieving revision 1.3
diff -u -r1.3 IWorkingCopyManagerExtension.java
--- src/org/eclipse/cdt/ui/IWorkingCopyManagerExtension.java	15 Jan 2004 18:05:58 -0000	1.3
+++ src/org/eclipse/cdt/ui/IWorkingCopyManagerExtension.java	24 Jun 2004 15:18:27 -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: src/org/eclipse/cdt/ui/actions/CustomFiltersActionGroup.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/actions/CustomFiltersActionGroup.java,v
retrieving revision 1.2
diff -u -r1.2 CustomFiltersActionGroup.java
--- src/org/eclipse/cdt/ui/actions/CustomFiltersActionGroup.java	8 Jun 2004 17:40:04 -0000	1.2
+++ src/org/eclipse/cdt/ui/actions/CustomFiltersActionGroup.java	24 Jun 2004 15:18:28 -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: src/org/eclipse/cdt/ui/dialogs/AbstractBinaryParserPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/AbstractBinaryParserPage.java,v
retrieving revision 1.5
diff -u -r1.5 AbstractBinaryParserPage.java
--- src/org/eclipse/cdt/ui/dialogs/AbstractBinaryParserPage.java	8 Jun 2004 17:40:04 -0000	1.5
+++ src/org/eclipse/cdt/ui/dialogs/AbstractBinaryParserPage.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
- ***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 
 package org.eclipse.cdt.ui.dialogs;
 
@@ -157,4 +157,4 @@
 	 */
 	abstract public void performDefaults();
 
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/dialogs/AbstractCOptionPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/AbstractCOptionPage.java,v
retrieving revision 1.2
diff -u -r1.2 AbstractCOptionPage.java
--- src/org/eclipse/cdt/ui/dialogs/AbstractCOptionPage.java	2 Apr 2004 19:07:41 -0000	1.2
+++ src/org/eclipse/cdt/ui/dialogs/AbstractCOptionPage.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
-***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.ui.dialogs;
 
 import org.eclipse.core.runtime.CoreException;
Index: src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java,v
retrieving revision 1.7
diff -u -r1.7 AbstractErrorParserBlock.java
--- src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java	8 Jun 2004 17:40:04 -0000	1.7
+++ src/org/eclipse/cdt/ui/dialogs/AbstractErrorParserBlock.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
-***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.ui.dialogs;
 
 import java.util.ArrayList;
Index: src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java,v
retrieving revision 1.16
diff -u -r1.16 BinaryParserBlock.java
--- src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java	8 Jun 2004 17:40:04 -0000	1.16
+++ src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
- ***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 package org.eclipse.cdt.ui.dialogs;
 
 import java.util.ArrayList;
@@ -397,4 +397,4 @@
 	protected String[] getBinaryParserIDs() {
 		return (String[]) configMap.keySet().toArray(new String[configMap.keySet().size()]);
 	}
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java,v
retrieving revision 1.6
diff -u -r1.6 CygwinPEBinaryParserPage.java
--- src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java	8 Jun 2004 17:40:04 -0000	1.6
+++ src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
- ***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 
 package org.eclipse.cdt.ui.dialogs;
 
@@ -292,4 +292,4 @@
 		fCPPFiltCommandText.setText((cppfilt == null || cppfilt.length() == 0) ? "c++filt" : cppfilt); //$NON-NLS-1$;
 		fCygPathCommandText.setText((cygpath == null || cygpath.length() == 0) ? "cygpath" : cygpath); //$NON-NLS-1$;
 	}
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java,v
retrieving revision 1.7
diff -u -r1.7 GNUElfBinaryParserPage.java
--- src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java	21 Jun 2004 22:08:09 -0000	1.7
+++ src/org/eclipse/cdt/ui/dialogs/GNUElfBinaryParserPage.java	24 Jun 2004 15:18:28 -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:
- * QNX Software Systems - Initial API and implementation
- ***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
 
 package org.eclipse.cdt.ui.dialogs;
 
@@ -248,4 +248,4 @@
 		fCPPFiltCommandText.setText((cppfilt == null || cppfilt.length() == 0) ? "c++filt" : cppfilt); //$NON-NLS-1$
 	}
 
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java,v
retrieving revision 1.5
diff -u -r1.5 ReferenceBlock.java
--- src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java	2 May 2004 03:33:21 -0000	1.5
+++ src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java	24 Jun 2004 15:18:29 -0000
@@ -1,14 +1,14 @@
-package org.eclipse.cdt.ui.dialogs;
-/***********************************************************************
- * 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:
- * QNX Software Systems - Initial API and implementation
-***********************************************************************/
+ *     QNX Software Systems - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.cdt.ui.dialogs;
 
 import java.util.ArrayList;
 
Index: src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java,v
retrieving revision 1.9
diff -u -r1.9 TabFolderOptionBlock.java
--- src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java	1 Jun 2004 20:26:01 -0000	1.9
+++ src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java	24 Jun 2004 15:18:29 -0000
@@ -1,13 +1,15 @@
-package org.eclipse.cdt.ui.dialogs;
-
 /*******************************************************************************
- * 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 which accompanies this distribution, and is
- * available at http://www.eclipse.org/legal/cpl-v05.html
+ * 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: QNX Software Systems - Initial API and implementation
- ******************************************************************************/
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.cdt.ui.dialogs;
+
 
 import java.util.ArrayList;
 import java.util.Iterator;
@@ -240,4 +242,4 @@
 		if (oldPage != null)
 			oldPage.setVisible(false);
 	}
-}
\ No newline at end of file
+}
Index: src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewClassWizard.java,v
retrieving revision 1.7
diff -u -r1.7 NewClassWizard.java
--- src/org/eclipse/cdt/ui/wizards/NewClassWizard.java	16 Apr 2004 20:29:07 -0000	1.7
+++ src/org/eclipse/cdt/ui/wizards/NewClassWizard.java	24 Jun 2004 15:18:29 -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.ui.wizards;
 
 import java.lang.reflect.InvocationTargetException;

Back to the top