[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/stub s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Wed Jul 27 16:25:47 MST 2005
Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub
In directory www.crosswire.org:/tmp/cvs-serv23003/java/limbo/org/crosswire/jsword/book/stub
Modified Files:
StubDictionary.java StubBookDriver.java
StubDictionaryKeyFactory.java StubBookTest.java Msg.java
StubBook.java StubBookDriverTest.java
Log Message:
Changed license from GPL to LGPL.
Index: StubBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubBook.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** StubBook.java 11 Jun 2005 20:41:04 -0000 1.10
--- StubBook.java 27 Jul 2005 23:25:45 -0000 1.11
***************
*** 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 ****
* always going to work because it has no dependancies on external files.
*
! * @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 ----
* always going to work because it has no dependancies on external files.
*
! * @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: StubBookTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubBookTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StubBookTest.java 17 May 2005 00:43:14 -0000 1.4
--- StubBookTest.java 27 Jul 2005 23:25:45 -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.
***************
*** 27,31 ****
* JUnit Test.
*
! * @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 ----
* JUnit Test.
*
! * @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/limbo/org/crosswire/jsword/book/stub/Msg.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msg.java 17 May 2005 00:43:14 -0000 1.4
--- Msg.java 27 Jul 2005 23:25:45 -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.
***************
*** 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: StubBookDriverTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubBookDriverTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StubBookDriverTest.java 17 May 2005 00:43:14 -0000 1.4
--- StubBookDriverTest.java 27 Jul 2005 23:25:45 -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.
***************
*** 27,31 ****
* JUnit Test.
*
! * @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 ----
* JUnit Test.
*
! * @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: StubDictionaryKeyFactory.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubDictionaryKeyFactory.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** StubDictionaryKeyFactory.java 17 May 2005 00:43:14 -0000 1.7
--- StubDictionaryKeyFactory.java 27 Jul 2005 23:25:45 -0000 1.8
***************
*** 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 KeyFactory that handles a pretend set of keys.
*
! * @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 KeyFactory that handles a pretend set of keys.
*
! * @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: StubDictionary.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubDictionary.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** StubDictionary.java 11 Jun 2005 20:41:04 -0000 1.13
--- StubDictionary.java 27 Jul 2005 23:25:45 -0000 1.14
***************
*** 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 ****
* always going to work because it has no dependancies on external files.
*
! * @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 ----
* always going to work because it has no dependancies on external files.
*
! * @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: StubBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubBookDriver.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StubBookDriver.java 11 Jun 2005 20:41:04 -0000 1.8
--- StubBookDriver.java 27 Jul 2005 23:25:45 -0000 1.9
***************
*** 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.
***************
*** 31,35 ****
* files.
*
! * @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]
--- 31,35 ----
* files.
*
! * @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