Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-23 19:42:46 +0000
committerDani Megert2004-06-23 19:42:46 +0000
commitd6e189e884be8b74de32491a4638780c2b44e73f (patch)
tree66ad5f491b788bc9b6930d42d62f8f75d02a395d /org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java
parent3bfd7d90700e034ca7fb038e85900d406aa35261 (diff)
downloadeclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.tar.gz
eclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.tar.xz
eclipse.platform.text-d6e189e884be8b74de32491a4638780c2b44e73f.zip
Copyright fix - automated changes with releng toolv20040623_1600_post_copyright
Diffstat (limited to 'org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java')
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java b/org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java
index 0232bc7e6b0..4196091aebb 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/SearchResultEvent.java
@@ -1,11 +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.search.ui;
import java.util.EventObject;
@@ -36,4 +38,4 @@ public abstract class SearchResultEvent extends EventObject {
public ISearchResult getSearchResult() {
return (ISearchResult) getSource();
}
-} \ No newline at end of file
+}

Back to the top