[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/readings s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Wed Jul 27 16:25:49 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings
In directory www.crosswire.org:/tmp/cvs-serv23003/java/jsword/org/crosswire/jsword/book/readings
Modified Files:
ReadingsBookDriver.java Msg.java ReadingsKey.java
ReadingsBook.java
Log Message:
Changed license from GPL to LGPL.
Index: ReadingsKey.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings/ReadingsKey.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ReadingsKey.java 17 May 2005 00:43:17 -0000 1.14
--- ReadingsKey.java 27 Jul 2005 23:25:47 -0000 1.15
***************
*** 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.
***************
*** 34,38 ****
* For a readings dictionary the keys are dates.
*
! * @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]
--- 34,38 ----
* For a readings dictionary the keys are dates.
*
! * @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: ReadingsBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings/ReadingsBook.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** ReadingsBook.java 12 Jun 2005 02:39:28 -0000 1.30
--- ReadingsBook.java 27 Jul 2005 23:25:47 -0000 1.31
***************
*** 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.
***************
*** 57,61 ****
* A Dictionary that displays daily Readings.
*
! * @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]
--- 57,61 ----
* A Dictionary that displays daily Readings.
*
! * @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: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings/Msg.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Msg.java 17 May 2005 00:43:17 -0000 1.11
--- Msg.java 27 Jul 2005 23:25:47 -0000 1.12
***************
*** 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.
***************
*** 27,31 ****
* Compile safe Msg resource settings.
*
! * @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]
--- 27,31 ----
* Compile safe Msg resource settings.
*
! * @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: ReadingsBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/readings/ReadingsBookDriver.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** ReadingsBookDriver.java 12 Jun 2005 02:39:28 -0000 1.19
--- ReadingsBookDriver.java 27 Jul 2005 23:25:47 -0000 1.20
***************
*** 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.
***************
*** 36,40 ****
* A driver for the readings dictionary.
*
! * @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]
--- 36,40 ----
* A driver for the readings dictionary.
*
! * @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