~sword-devel/jsword/trunk

« back to all changes in this revision

Viewing changes to jsword/java/jswordtest/org/crosswire/jsword/control/test/Speed.java

  • Committer: joe
  • Date: 2002-10-08 21:36:18 UTC
  • Revision ID: svn-v4:a88caf3b-7e0a-0410-8d0d-cecb45342206:trunk:80
big config and comment update

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * 1999.12.12    Ser *       HS 1.0.1          3
31
31
 * </pre>
32
32
 * </p>
 
33
 * 
 
34
 * <p><table border='1' cellPadding='3' cellSpacing='0'>
 
35
 * <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
33
36
 *
34
 
 * <table border='1' cellPadding='3' cellSpacing='0' width="100%">
35
 
 * <tr><td bgColor='white'class='TableRowColor'><font size='-7'>
36
37
 * Distribution Licence:<br />
37
 
 * Project B is free software; you can redistribute it
 
38
 * JSword is free software; you can redistribute it
38
39
 * and/or modify it under the terms of the GNU General Public License,
39
40
 * version 2 as published by the Free Software Foundation.<br />
40
41
 * This program is distributed in the hope that it will be useful,
42
43
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
43
44
 * General Public License for more details.<br />
44
45
 * The License is available on the internet
45
 
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, by writing to
46
 
 * <i>Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
47
 
 * MA 02111-1307, USA</i>, Or locally at the Licence link below.<br />
 
46
 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, or by writing to:
 
47
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 
48
 * MA 02111-1307, USA<br />
48
49
 * The copyright to this program is held by it's authors.
49
50
 * </font></td></tr></table>
50
 
 * @see <a href='http://www.eireneh.com/servlets/Web'>Project B Home</a>
51
 
 * @see <{docs.Licence}>
52
 
 * @author Joe Walker
53
 
 * @version D0.I0.T0
 
51
 * @see docs.Licence
 
52
 * @author Joe Walker [joe at eireneh dot com]
 
53
 * @version $Id$
54
54
 */
55
55
public class Speed implements Runnable
56
56
{