[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/basic s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Wed Jul 27 16:25:49 MST 2005


Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/basic
In directory www.crosswire.org:/tmp/cvs-serv23003/java/limbo/org/crosswire/jsword/book/basic

Modified Files:
	Verifier.java AbstractLocalURLBook.java 
	LocalURLBookDriver.java BookRoot.java 
Log Message:
Changed license from GPL to LGPL.

Index: LocalURLBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/basic/LocalURLBookDriver.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** LocalURLBookDriver.java	17 May 2005 00:43:16 -0000	1.4
--- LocalURLBookDriver.java	27 Jul 2005 23:25:46 -0000	1.5
***************
*** 2,13 ****
   * 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.
--- 2,13 ----
   * Distribution License:
   * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU Lesser General Public License, version 2.1 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 Lesser General Public License for more details.
   *
   * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/lgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 28,32 ****
   * files stored in that directory.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * files stored in that directory.
   * 
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: AbstractLocalURLBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/basic/AbstractLocalURLBook.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AbstractLocalURLBook.java	17 May 2005 00:43:16 -0000	1.4
--- AbstractLocalURLBook.java	27 Jul 2005 23:25:46 -0000	1.5
***************
*** 2,13 ****
   * 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.
--- 2,13 ----
   * Distribution License:
   * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU Lesser General Public License, version 2.1 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 Lesser General Public License for more details.
   *
   * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/lgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 28,32 ****
   * files stored in that directory.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * files stored in that directory.
   * 
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Verifier.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/basic/Verifier.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Verifier.java	17 May 2005 00:43:16 -0000	1.4
--- Verifier.java	27 Jul 2005 23:25:46 -0000	1.5
***************
*** 2,13 ****
   * 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.
--- 2,13 ----
   * Distribution License:
   * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU Lesser General Public License, version 2.1 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 Lesser General Public License for more details.
   *
   * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/lgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 41,45 ****
   * The Verifier check 2 versions for identical text.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 41,45 ----
   * The Verifier check 2 versions for identical text.
   * 
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: BookRoot.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/basic/BookRoot.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BookRoot.java	17 May 2005 00:43:16 -0000	1.6
--- BookRoot.java	27 Jul 2005 23:25:46 -0000	1.7
***************
*** 2,13 ****
   * 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.
--- 2,13 ----
   * Distribution License:
   * JSword is free software; you can redistribute it and/or modify it under
!  * the terms of the GNU Lesser General Public License, version 2.1 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 Lesser General Public License for more details.
   *
   * The License is available on the internet at:
!  *       http://www.gnu.org/copyleft/lgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 33,37 ****
   * A simple method of finding a directory in which Books are stored.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 33,37 ----
   * A simple method of finding a directory in which Books are stored.
   * 
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]



More information about the jsword-svn mailing list