Ran copyright tool to update source and .properties with correct copyright info for 2004
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties index 1a62f96..293c151 100644 --- a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties +++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.properties
@@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2003, 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 @@ -10,7 +10,7 @@ ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.tests.git/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/Attic/about.properties,v $ -# $Revision: 1.3 $ $Date: 2004/06/11 15:13:09 $ +# $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:18:05 $ # # about.properties
diff --git a/tests/org.eclipse.jem.tests/about.properties b/tests/org.eclipse.jem.tests/about.properties index 1af549d..c2c4e0e 100644 --- a/tests/org.eclipse.jem.tests/about.properties +++ b/tests/org.eclipse.jem.tests/about.properties
@@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2003, 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 @@ -10,7 +10,7 @@ ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.tests.git/tests/org.eclipse.jem.tests/about.properties,v $ -# $Revision: 1.4 $ $Date: 2004/06/11 15:13:07 $ +# $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:20 $ # # about.properties
diff --git a/tests/org.eclipse.jem.tests/build.properties b/tests/org.eclipse.jem.tests/build.properties index 7b67e82..eda7577 100644 --- a/tests/org.eclipse.jem.tests/build.properties +++ b/tests/org.eclipse.jem.tests/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 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 +############################################################################### bin.includes = plugin.xml,\ plugin.properties,\ javatests.jar,\
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/AllSuites.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/AllSuites.java index abe8844..afba296 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/AllSuites.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/AllSuites.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests; /* * $RCSfile: AllSuites.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/09 22:47:00 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.jem.tests.beaninfo.BeanInfoSuite; import org.eclipse.jem.tests.instantiation.InstantiationSuite;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaProjectUtil.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaProjectUtil.java index f2417c9..70b05dc 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaProjectUtil.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaProjectUtil.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests; /* * $RCSfile: JavaProjectUtil.java,v $ - * $Revision: 1.6 $ $Date: 2004/06/14 22:04:50 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:17:20 $ */ @@ -256,4 +256,4 @@ } } -} \ No newline at end of file +}
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaTestsPlugin.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaTestsPlugin.java index de139a9..c9a3fc6 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaTestsPlugin.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/JavaTestsPlugin.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests; /* * $RCSfile: JavaTestsPlugin.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/02 15:57:16 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.core.runtime.Plugin;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/AbstractBeanInfoTestCase.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/AbstractBeanInfoTestCase.java index 0f82a0f..7c0e4dd 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/AbstractBeanInfoTestCase.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/AbstractBeanInfoTestCase.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.beaninfo; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.beaninfo; /* * $RCSfile: AbstractBeanInfoTestCase.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/24 15:07:48 $ + * $Revision: 1.5.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.util.Iterator;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/BeanInfoSuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/BeanInfoSuite.java index cc23c70..eb93a75 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/BeanInfoSuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/BeanInfoSuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.beaninfo; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.beaninfo; /* * $RCSfile: BeanInfoSuite.java,v $ - * $Revision: 1.7 $ $Date: 2004/06/14 16:07:28 $ + * $Revision: 1.7.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.net.URL;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestAWTSwingUI.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestAWTSwingUI.java index 6c205c1..3f0ac4d 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestAWTSwingUI.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestAWTSwingUI.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.beaninfo; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.beaninfo; /* * $RCSfile: TestAWTSwingUI.java,v $ - * $Revision: 1.4 $ $Date: 2004/03/22 23:49:30 $ + * $Revision: 1.4.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.util.Arrays; import java.util.List;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestReflection.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestReflection.java index 1551d70..7b28710 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestReflection.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestReflection.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.beaninfo; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.beaninfo; /* * $RCSfile: TestReflection.java,v $ - * $Revision: 1.4 $ $Date: 2004/03/22 23:49:30 $ + * $Revision: 1.4.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.emf.common.util.EList; import org.eclipse.emf.common.util.URI;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestStandard.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestStandard.java index bdaa4e1..f5b40d9 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestStandard.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/beaninfo/TestStandard.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.beaninfo; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.beaninfo; /* * $RCSfile: TestStandard.java,v $ - * $Revision: 1.6 $ $Date: 2004/05/20 21:42:39 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.util.Iterator;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/InstantiationSuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/InstantiationSuite.java index 5c56430..ad41a78 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/InstantiationSuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/InstantiationSuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.instantiation; /* * $RCSfile: InstantiationSuite.java,v $ - * $Revision: 1.7 $ $Date: 2004/06/14 16:07:28 $ + * $Revision: 1.7.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.net.URL;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/TestStandard.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/TestStandard.java index 6c7aeff..0d74a8d 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/TestStandard.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/instantiation/TestStandard.java
@@ -1,13 +1,6 @@ -/* - * Created on Sep 3, 2003 - * - * To change the template for this generated file go to - * Window>Preferences>Java>Code Generation>Code and Comments - */ -package org.eclipse.jem.tests.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -15,6 +8,13 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +/* + * Created on Sep 3, 2003 + * + * To change the template for this generated file go to + * Window>Preferences>Java>Code Generation>Code and Comments + */ +package org.eclipse.jem.tests.instantiation; import java.io.*; import java.util.Collections;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/modelListeners/ListenersSuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/modelListeners/ListenersSuite.java index d842568..e2917cc 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/modelListeners/ListenersSuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/modelListeners/ListenersSuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.modelListeners; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.modelListeners; /* * $RCSfile: ListenersSuite.java,v $ - * $Revision: 1.2 $ $Date: 2004/06/14 16:07:28 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.net.URL;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/ProxySuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/ProxySuite.java index b644af0..f1a2dc9 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/ProxySuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/ProxySuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy; /* * $RCSfile: ProxySuite.java,v $ - * $Revision: 1.6 $ $Date: 2004/06/02 15:57:16 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import junit.framework.TestSuite;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallback.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallback.java index 3cd4f47..2152524 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallback.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallback.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy; /* * $RCSfile: TestCallback.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:31 $ + * $Revision: 1.2.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -125,4 +125,4 @@ } } -} \ No newline at end of file +}
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallbackStream.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallbackStream.java index a15fa49..0062ff5 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallbackStream.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestCallbackStream.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy; /* * $RCSfile: TestCallbackStream.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:31 $ + * $Revision: 1.2.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -109,4 +109,4 @@ } -} \ No newline at end of file +}
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestStandard.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestStandard.java index bd67dc0..f3f5bce 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestStandard.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/TestStandard.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy; /* * $RCSfile: TestStandard.java,v $ - * $Revision: 1.3 $ $Date: 2004/02/04 21:25:31 $ + * $Revision: 1.3.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.io.IOException;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/AbstractInitParserTestCase.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/AbstractInitParserTestCase.java index 89674cb..f294340 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/AbstractInitParserTestCase.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/AbstractInitParserTestCase.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: AbstractInitParserTestCase.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:22 $ + * $Revision: 1.3.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.util.Enumeration;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/ArrayConstructorTest.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/ArrayConstructorTest.java index d87ac49..fa77098 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/ArrayConstructorTest.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/ArrayConstructorTest.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: ArrayConstructorTest.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/19 22:50:22 $ + * $Revision: 1.1.6.1 $ $Date: 2004/06/24 18:17:20 $ */ /**
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitParserSuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitParserSuite.java index 959525a..3c9a167 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitParserSuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitParserSuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: InitParserSuite.java,v $ - * $Revision: 1.4 $ $Date: 2004/01/19 22:50:22 $ + * $Revision: 1.4.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import junit.framework.Test; import junit.framework.TestSuite;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitStringParserTestHelper.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitStringParserTestHelper.java index 5991142..6afcc6b 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitStringParserTestHelper.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/InitStringParserTestHelper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: InitStringParserTestHelper.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:22 $ + * $Revision: 1.3.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.lang.reflect.Array;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/MultiArgConstructorTest.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/MultiArgConstructorTest.java index 4828972..9a5e3fb 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/MultiArgConstructorTest.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/MultiArgConstructorTest.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: MultiArgConstructorTest.java,v $ - * $Revision: 1.3 $ $Date: 2004/04/16 15:26:16 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:20 $ */ /**
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/OverloadingTest.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/OverloadingTest.java index 99360a6..3ee8f83 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/OverloadingTest.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/OverloadingTest.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: OverloadingTest.java,v $ - * $Revision: 1.4 $ $Date: 2004/02/03 23:18:13 $ + * $Revision: 1.4.6.1 $ $Date: 2004/06/24 18:17:20 $ */ /**
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/StringTest.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/StringTest.java index 7d8c9bb..d8f14e7 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/StringTest.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/StringTest.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser; /* * $RCSfile: StringTest.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:22 $ + * $Revision: 1.3.6.1 $ $Date: 2004/06/24 18:17:20 $ */ /**
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/tree/ASTParserSuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/tree/ASTParserSuite.java index 2346d0a..e63edd2 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/tree/ASTParserSuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/initParser/tree/ASTParserSuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.initParser.tree; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.initParser.tree; /* * $RCSfile: ASTParserSuite.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/02 15:57:16 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import junit.extensions.TestSetup; import junit.framework.*;
diff --git a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/remote/RemoteProxySuite.java b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/remote/RemoteProxySuite.java index 4c35b1f..c036006 100644 --- a/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/remote/RemoteProxySuite.java +++ b/tests/org.eclipse.jem.tests/javatests/org/eclipse/jem/tests/proxy/remote/RemoteProxySuite.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.remote; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.remote; /* * $RCSfile: RemoteProxySuite.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/14 16:07:28 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:17:20 $ */ import java.net.URL;
diff --git a/tests/org.eclipse.jem.tests/vm_tests/org/eclipse/jem/tests/proxy/vm/TestCallback.java b/tests/org.eclipse.jem.tests/vm_tests/org/eclipse/jem/tests/proxy/vm/TestCallback.java index 90e94cf..41159a9 100644 --- a/tests/org.eclipse.jem.tests/vm_tests/org/eclipse/jem/tests/proxy/vm/TestCallback.java +++ b/tests/org.eclipse.jem.tests/vm_tests/org/eclipse/jem/tests/proxy/vm/TestCallback.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.tests.proxy.vm; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 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 @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.tests.proxy.vm; /* * $RCSfile: TestCallback.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:31 $ + * $Revision: 1.2.6.1 $ $Date: 2004/06/24 18:17:20 $ */ import org.eclipse.jem.internal.proxy.common.*; @@ -84,4 +84,4 @@ callbackID = id; } -} \ No newline at end of file +}