Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2006-06-21 20:04:06 +0000
committernitind2006-06-21 20:04:06 +0000
commit19746436c534cbe0a97d96987138b5521659ce1c (patch)
tree10b194aae885960c865e8d8599a0b98d31cbdaee /development/org.eclipse.wst.sse.unittests
parent199e0a0d49fd9a279ae3971a945712aab08def7e (diff)
downloadwebtools.sourceediting-19746436c534cbe0a97d96987138b5521659ce1c.tar.gz
webtools.sourceediting-19746436c534cbe0a97d96987138b5521659ce1c.tar.xz
webtools.sourceediting-19746436c534cbe0a97d96987138b5521659ce1c.zip
clean up copyright
Diffstat (limited to 'development/org.eclipse.wst.sse.unittests')
-rw-r--r--development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java30
1 files changed, 9 insertions, 21 deletions
diff --git a/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java b/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
index dfd430149b..de577eeaba 100644
--- a/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
+++ b/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
@@ -1,14 +1,14 @@
-/*******************************************************************************
- * Copyright (c) 2004 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
+/*****************************************************************************
+ * Copyright (c) 2004,2006 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
- *
- *******************************************************************************/
+ * Contributors: IBM Corporation - initial API and implementation
+ *
+ ****************************************************************************/
package org.eclipse.wst.sse.unittests;
@@ -36,18 +36,6 @@ import org.eclipse.wst.xml.ui.tests.XMLUITestSuite;
import org.eclipse.wst.xml.validation.tests.internal.AllXMLTests;
import org.eclipse.wst.xsd.validation.tests.internal.AllXSDTests;
-/*****************************************************************************
- * Copyright (c) 2004,2006 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
- *
- ****************************************************************************/
-
public class MasterListTestSuite extends TestSuite {
public MasterListTestSuite() {

Back to the top