[jsword-svn] common/java/core/org/crosswire/common/progress s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Wed Jul 27 16:26:45 MST 2005
Update of /cvs/jsword/common/java/core/org/crosswire/common/progress
In directory www.crosswire.org:/tmp/cvs-serv23842/java/core/org/crosswire/common/progress
Modified Files:
WorkListener.java WorkEvent.java JobManager.java Job.java
Msg.java
Log Message:
Changed license from GPL to LGPL.
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/Msg.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Msg.java 17 May 2005 00:47:01 -0000 1.5
--- Msg.java 27 Jul 2005 23:26:43 -0000 1.6
***************
*** 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: JobManager.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/JobManager.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** JobManager.java 17 May 2005 00:47:01 -0000 1.7
--- JobManager.java 27 Jul 2005 23:26:43 -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.
***************
*** 66,70 ****
* </pre>
*
! * @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]
--- 66,70 ----
* </pre>
*
! * @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: Job.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/Job.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Job.java 17 May 2005 00:47:01 -0000 1.15
--- Job.java 27 Jul 2005 23:26:43 -0000 1.16
***************
*** 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.
***************
*** 44,48 ****
* A Generic method of keeping track of Threads and monitoring their progress.
*
! * @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]
--- 44,48 ----
* A Generic method of keeping track of Threads and monitoring their progress.
*
! * @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: WorkListener.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/WorkListener.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** WorkListener.java 17 May 2005 00:47:01 -0000 1.6
--- WorkListener.java 27 Jul 2005 23:26:43 -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.
***************
*** 28,32 ****
* to recieve ProgressEvents when ever we make progress.
*
! * @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 ----
* to recieve ProgressEvents when ever we make progress.
*
! * @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: WorkEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/progress/WorkEvent.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** WorkEvent.java 17 May 2005 00:47:01 -0000 1.8
--- WorkEvent.java 27 Jul 2005 23:26:43 -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.
***************
*** 28,32 ****
* in generating a new Bible.
*
! * @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 ----
* in generating a new Bible.
*
! * @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