[jsword-svn] common/java/limbo/org/crosswire/common/util s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 9 19:10:42 MST 2005
Update of /cvs/jsword/common/java/limbo/org/crosswire/common/util
In directory www.crosswire.org:/tmp/cvs-serv11169/java/limbo/org/crosswire/common/util
Modified Files:
RobustList.java RowProcessor.java TabbedFileReader.java
Log Message:
Moved GPL to be a file comment.
Fixed the JSword build fail on missing resource diirectory.
Made ant clean also remove the keystore file.
Index: TabbedFileReader.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/util/TabbedFileReader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TabbedFileReader.java 5 Apr 2005 00:33:22 -0000 1.1
--- TabbedFileReader.java 10 May 2005 02:10:40 -0000 1.2
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+ * Distribution License:
+ * JSword is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License, version 2 as published by
+ * the Free Software Foundation. This program is distributed in the hope
+ * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU General Public License for more details.
+ *
+ * The License is available on the internet at:
+ * http://www.gnu.org/copyleft/gpl.html
+ * or by writing to:
+ * Free Software Foundation, Inc.
+ * 59 Temple Place - Suite 330
+ * Boston, MA 02111-1307, USA
+ *
+ * Copyright: 2005
+ * The copyright to this program is held by it's authors.
+ *
+ * ID: $ID$
+ */
package org.crosswire.common.util;
***************
*** 29,33 ****
* @see gnu.gpl.Licence
* @author DM Smith [ dmsmith555 at yahoo dot com]
- * @version $Id$
*/
public class TabbedFileReader
--- 50,53 ----
Index: RobustList.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/util/RobustList.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RobustList.java 5 Apr 2005 00:33:22 -0000 1.1
--- RobustList.java 10 May 2005 02:10:40 -0000 1.2
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+ * Distribution License:
+ * JSword is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License, version 2 as published by
+ * the Free Software Foundation. This program is distributed in the hope
+ * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU General Public License for more details.
+ *
+ * The License is available on the internet at:
+ * http://www.gnu.org/copyleft/gpl.html
+ * or by writing to:
+ * Free Software Foundation, Inc.
+ * 59 Temple Place - Suite 330
+ * Boston, MA 02111-1307, USA
+ *
+ * Copyright: 2005
+ * The copyright to this program is held by it's authors.
+ *
+ * ID: $ID$
+ */
package org.crosswire.common.util;
***************
*** 28,32 ****
* @see gnu.gpl.Licence
* @author Joe Walker [joe at eireneh dot com]
- * @version $Id$
*/
public class RobustList extends AbstractList implements List
--- 49,52 ----
Index: RowProcessor.java
===================================================================
RCS file: /cvs/jsword/common/java/limbo/org/crosswire/common/util/RowProcessor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RowProcessor.java 5 Apr 2005 00:33:22 -0000 1.1
--- RowProcessor.java 10 May 2005 02:10:40 -0000 1.2
***************
*** 1,2 ****
--- 1,23 ----
+ /**
+ * Distribution License:
+ * JSword is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License, version 2 as published by
+ * the Free Software Foundation. This program is distributed in the hope
+ * that it will be useful, but WITHOUT ANY WARRANTY; without even the
+ * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU General Public License for more details.
+ *
+ * The License is available on the internet at:
+ * http://www.gnu.org/copyleft/gpl.html
+ * or by writing to:
+ * Free Software Foundation, Inc.
+ * 59 Temple Place - Suite 330
+ * Boston, MA 02111-1307, USA
+ *
+ * Copyright: 2005
+ * The copyright to this program is held by it's authors.
+ *
+ * ID: $ID$
+ */
package org.crosswire.common.util;
***************
*** 23,27 ****
* @see gnu.gpl.Licence
* @author DM Smith [ dmsmith555 at yahoo dot com]
- * @version $Id$
*/
public interface RowProcessor
--- 44,47 ----
More information about the jsword-svn
mailing list