Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 22:10:04 +0000
committerDean Roberts2003-03-10 22:10:04 +0000
commit5612e3f751021b42bc1dd35968ab2a52c1158821 (patch)
tree3de8d0f0eb486547d7abf66fc169a81fc2b82041 /tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java
parent74bc5b1863e80ff987900f75d68a6cc598d021f5 (diff)
downloadeclipse.platform.team-5612e3f751021b42bc1dd35968ab2a52c1158821.tar.gz
eclipse.platform.team-5612e3f751021b42bc1dd35968ab2a52c1158821.tar.xz
eclipse.platform.team-5612e3f751021b42bc1dd35968ab2a52c1158821.zip
Copyright fix - automated changesv20030310-postcopyrightupdate
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java14
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java
index 9f2326418..e66a65059 100644
--- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java
+++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/ImportTest.java
@@ -1,8 +1,14 @@
+/*******************************************************************************
+ * 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
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.team.tests.ccvs.core.provider;
-/*
- * (c) Copyright IBM Corp. 2000, 2002.
- * All Rights Reserved.
- */
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;

Back to the top