[jsword-svn] common/java/swing/org/crosswire/common/progress/swing s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Wed Jul 27 16:26:46 MST 2005


Update of /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing
In directory www.crosswire.org:/tmp/cvs-serv23842/java/swing/org/crosswire/common/progress/swing

Modified Files:
	JobsProgressBar.java JobsViewPane.java Msg.java 
Log Message:
Changed license from GPL to LGPL.

Index: JobsViewPane.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing/JobsViewPane.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** JobsViewPane.java	17 May 2005 00:47:02 -0000	1.13
--- JobsViewPane.java	27 Jul 2005 23:26:43 -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.
***************
*** 54,58 ****
   * JobsViewPane is a large(ish) viewer for current jobs.
   * 
!  * @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]
--- 54,58 ----
   * JobsViewPane is a large(ish) viewer for current jobs.
   * 
!  * @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: JobsProgressBar.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/progress/swing/JobsProgressBar.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** JobsProgressBar.java	17 May 2005 00:47:02 -0000	1.16
--- JobsProgressBar.java	27 Jul 2005 23:26:43 -0000	1.17
***************
*** 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.
***************
*** 55,59 ****
   * JobsViewPane is a small JProgressBar based viewer for current jobs.
   * 
!  * @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]
--- 55,59 ----
   * JobsViewPane is a small JProgressBar based viewer for current jobs.
   * 
!  * @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/common/java/swing/org/crosswire/common/progress/swing/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:02 -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]



More information about the jsword-svn mailing list