Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Baeumer2005-02-24 19:12:32 +0000
committerDirk Baeumer2005-02-24 19:12:32 +0000
commit2690787f10ce875c159e5916e0f71f7e2c0dccce (patch)
treef3befe0115e07baff4e6a36eb6d328e84e4c5742 /org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java
parentd29c84e46361ac11e9d6c41d66edee959134a8c3 (diff)
downloadeclipse.platform.text-2690787f10ce875c159e5916e0f71f7e2c0dccce.tar.gz
eclipse.platform.text-2690787f10ce875c159e5916e0f71f7e2c0dccce.tar.xz
eclipse.platform.text-2690787f10ce875c159e5916e0f71f7e2c0dccce.zip
Converted code to use EPL license
Diffstat (limited to 'org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java')
-rw-r--r--org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java b/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java
index b8bd7340dd8..051c2d5ff2a 100644
--- a/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java
+++ b/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/SearchResultPageTest.java
@@ -1,11 +1,13 @@
/*******************************************************************************
- * 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
- ******************************************************************************/
+ * Copyright (c) 2000, 2005 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.search.tests.filesearch;
@@ -154,4 +156,4 @@ public class SearchResultPageTest extends TestCase {
assertEquals(1, table.getSelectionCount());
assertEquals(0, table.getSelectionIndex());
}
-} \ No newline at end of file
+}

Back to the top