-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 He says "The runners provided on this article demonstrates how to use a custom RunnerScheduler, but can be safely used in any projects and be modified according to your needs." (http://junit.org/node/589), so there should be no problem adding the Apache license header. What about the @author tag? Shall we leave it as it is (@author Mathieu Carbou ([email protected])) or do we have to change it pointing to [email protected]?
Thanks Felix > Added: > directory/buildtools/trunk/junit-addons/src/main/java/org/apache/directory/junit/tools/ConcurrentSuite.java > URL: > http://svn.apache.org/viewvc/directory/buildtools/trunk/junit-addons/src/main/java/org/apache/directory/junit/tools/ConcurrentSuite.java?rev=952543&view=auto > ============================================================================== > --- > directory/buildtools/trunk/junit-addons/src/main/java/org/apache/directory/junit/tools/ConcurrentSuite.java > (added) > +++ > directory/buildtools/trunk/junit-addons/src/main/java/org/apache/directory/junit/tools/ConcurrentSuite.java > Tue Jun 8 05:55:19 2010 > @@ -0,0 +1,66 @@ > +/* > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + * > + */ > +package org.apache.directory.junit.tools; > + > + > +import java.util.Arrays; > +import java.util.List; > + > +import org.junit.internal.builders.AllDefaultPossibilitiesBuilder; > +import org.junit.runner.Runner; > +import org.junit.runners.Suite; > +import org.junit.runners.model.InitializationError; > +import org.junit.runners.model.RunnerBuilder; > + > + > +/** > + * @author Mathieu Carbou ([email protected]) > + */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwN77sACgkQ2lZVCB08qHGtegCfZEO2w4G48SAmFR6QiXW8/hpa wVoAn1phLb1Xadiq6Or6T5JasSk4qG3H =igzM -----END PGP SIGNATURE-----
