Update copyrights
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/build.properties b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/build.properties
index 897ac72..413452c 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/build.properties
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
bin.includes = META-INF/,\
.,\
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/plugin.properties b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/plugin.properties
index a839ad8..4c0203b 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/plugin.properties
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/plugin.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2006, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
bundle.name = Browser Plug-in
category.name.browser = EclipseCon
view.name = Eclipse Browser
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Application.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Application.java
index bedee14..da40027 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Application.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Application.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.browser.application;
import org.eclipse.core.runtime.IPlatformRunnable;
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserActionBarAdvisor.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserActionBarAdvisor.java
index 736d293..ecbb4ce 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserActionBarAdvisor.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserActionBarAdvisor.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.browser.application;
import org.eclipse.jface.action.IMenuManager;
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchAdvisor.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchAdvisor.java
index 029dacf..a28905e 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchAdvisor.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchAdvisor.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.browser.application;
import org.eclipse.browser.view.BrowserPlugin;
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchWindowAdvisor.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchWindowAdvisor.java
index 6b3a9a5..d2d39af 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchWindowAdvisor.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/BrowserWorkbenchWindowAdvisor.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.browser.application;
import org.eclipse.swt.graphics.Point;
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Perspective.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Perspective.java
index f358649..456bddb 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Perspective.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/application/Perspective.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.browser.application;
import org.eclipse.browser.view.BrowserPlugin;
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserMessages.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserMessages.java
index 1606ffb..686c1c7 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserMessages.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserMessages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPlugin.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPlugin.java
index 8398fe0..ff75fb1 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPlugin.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPlugin.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPluginImages.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPluginImages.java
index 61b6c52..b79de8c 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPluginImages.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/BrowserPluginImages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/messages.properties b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/messages.properties
index 0b11efe..e5d4085 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/messages.properties
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/messages.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2005, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
LinkHandler_errorAttributeMissing=ERROR: Attribute missing
EclipseBrowserView_sectionTitleUsefulLinks=Useful Links
EclipseBrowserView_sectionDescUsefulLinks=Click on a link to open the associated web site in a browser.
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ComponentLink.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ComponentLink.java
index cbfbcdc..8873452 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ComponentLink.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ComponentLink.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkHandler.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkHandler.java
index 2c8fe4d..7c715bf 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkHandler.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkHandler.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModel.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModel.java
index 8d1b308..02e6770 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModel.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModel.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModelFactory.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModelFactory.java
index 24eb799..86d505b 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModelFactory.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkModelFactory.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkObject.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkObject.java
index b7229f8..c843d9c 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkObject.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/LinkObject.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ProjectLink.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ProjectLink.java
index bccdfa0..08c291b 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ProjectLink.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/ProjectLink.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/SubProjectLink.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/SubProjectLink.java
index 5aaf3c3..a3db5b0 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/SubProjectLink.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/model/SubProjectLink.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/EclipseBrowserView.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/EclipseBrowserView.java
index 9f6a576..837855e 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/EclipseBrowserView.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/EclipseBrowserView.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -409,4 +409,4 @@
super.dispose();
fManagedForm.dispose();
}
-}
\ No newline at end of file
+}
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/CollapseAction.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/CollapseAction.java
index 9765ead..bffbaf6 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/CollapseAction.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/CollapseAction.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/ExternalBrowserAction.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/ExternalBrowserAction.java
index 3834322..e3f6000 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/ExternalBrowserAction.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/ExternalBrowserAction.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/OpenLinkAction.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/OpenLinkAction.java
index 56a3be3..8695524 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/OpenLinkAction.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/actions/OpenLinkAction.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/FormTextHyperlinkListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/FormTextHyperlinkListener.java
index 1b626c7..4d2b884 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/FormTextHyperlinkListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/FormTextHyperlinkListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/HandCursorDisposeListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/HandCursorDisposeListener.java
index e10b7c4..b3c872f 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/HandCursorDisposeListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/HandCursorDisposeListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SashFormControlListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SashFormControlListener.java
index 5203315..308593a 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SashFormControlListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SashFormControlListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchButtonSelectionListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchButtonSelectionListener.java
index 3af5eb2..c2ba5e1 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchButtonSelectionListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchButtonSelectionListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchTextKeyListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchTextKeyListener.java
index e1f71c8..19ffcc1 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchTextKeyListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/SearchTextKeyListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeDoubleClickListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeDoubleClickListener.java
index c7c107a..ef5ca12 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeDoubleClickListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeDoubleClickListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeManagerMenuListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeManagerMenuListener.java
index f5b68db..ec9f733 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeManagerMenuListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeManagerMenuListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeSelectionChangedListener.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeSelectionChangedListener.java
index 3a64a4f..dfe2b78 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeSelectionChangedListener.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/listeners/TreeSelectionChangedListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserContentProvider.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserContentProvider.java
index ab64fe5..725ad40 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserContentProvider.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserContentProvider.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserLabelProvider.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserLabelProvider.java
index 3349238..9187e84 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserLabelProvider.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/providers/BrowserLabelProvider.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/LinkSection.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/LinkSection.java
index 187506a..c7afc40 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/LinkSection.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/LinkSection.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/ProjectLinksSection.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/ProjectLinksSection.java
index ecd1e62..ced834b 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/ProjectLinksSection.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/ProjectLinksSection.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/SearchSection.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/SearchSection.java
index 9672b4f..2d83f7b 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/SearchSection.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/SearchSection.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/UsefulLinksSection.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/UsefulLinksSection.java
index 5ad3df9..4c442bc 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/UsefulLinksSection.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/ui/sections/UsefulLinksSection.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/GoogleSearchLinkManager.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/GoogleSearchLinkManager.java
index c8f2498..c647252 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/GoogleSearchLinkManager.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/GoogleSearchLinkManager.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/ImageLinkManager.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/ImageLinkManager.java
index dcfe908..d5543cf 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/ImageLinkManager.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/ImageLinkManager.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/UsefulLinkManager.java b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/UsefulLinkManager.java
index d304dd5..5c949d9 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/UsefulLinkManager.java
+++ b/presentations/eclipse-con/2007/plugins/org.eclipse.browser/src/org/eclipse/browser/view/util/UsefulLinkManager.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at