[jsword-svn] common/java/config/org/crosswire/common/config s

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


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

Modified Files:
	IntOptionsChoice.java ConfigListener.java 
	StartupException.java AbstractReflectedChoice.java 
	DirectoryChoice.java BooleanChoice.java FileChoice.java 
	ConfigEvent.java Choice.java Config.java ChoiceFactory.java 
	ClassChoice.java MultipleChoice.java PathChoice.java 
	NumberChoice.java StringChoice.java Msg.java 
	ConfigException.java FontChoice.java StringOptionsChoice.java 
	StringArrayChoice.java 
Log Message:
Changed license from GPL to LGPL.

Index: StartupException.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/StartupException.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** StartupException.java	17 May 2005 00:47:01 -0000	1.8
--- StartupException.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 ****
   * Something in the startup config files failed to start properly.
   * 
!  * @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 ----
   * Something in the startup config files failed to start properly.
   * 
!  * @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: Config.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/Config.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Config.java	17 May 2005 00:47:01 -0000	1.12
--- Config.java	27 Jul 2005 23:26:43 -0000	1.13
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 69,73 ****
   * </ul>
   *
!  * @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]
--- 69,73 ----
   * </ul>
   *
!  * @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: ConfigException.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/ConfigException.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ConfigException.java	17 May 2005 00:47:01 -0000	1.6
--- ConfigException.java	27 Jul 2005 23:26:43 -0000	1.7
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 28,32 ****
   * Something went wrong while setting config options.
   * 
!  * @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 ----
   * Something went wrong while setting config options.
   * 
!  * @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/config/org/crosswire/common/config/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
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.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: FileChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/FileChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FileChoice.java	17 May 2005 00:47:01 -0000	1.4
--- FileChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * A class to convert between files and objects of a type.
   * 
!  * @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 ----
   * A class to convert between files and objects of a type.
   * 
!  * @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: DirectoryChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/DirectoryChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DirectoryChoice.java	17 May 2005 00:47:01 -0000	1.4
--- DirectoryChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 26,30 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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]
--- 26,30 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: ConfigListener.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/ConfigListener.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfigListener.java	17 May 2005 00:47:01 -0000	1.4
--- ConfigListener.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * ConfigListener.
   * 
!  * @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 ----
   * ConfigListener.
   * 
!  * @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: StringOptionsChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/StringOptionsChoice.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** StringOptionsChoice.java	17 May 2005 00:47:01 -0000	1.7
--- StringOptionsChoice.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.
***************
*** 29,33 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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]
--- 29,33 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: StringChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/StringChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StringChoice.java	17 May 2005 00:47:01 -0000	1.4
--- StringChoice.java	27 Jul 2005 23:26:43 -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.
***************
*** 25,29 ****
   * A type of Choice that converts between strings and objects.
   * 
!  * @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]
--- 25,29 ----
   * A type of Choice that converts between strings and objects.
   * 
!  * @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: Choice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/Choice.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Choice.java	17 May 2005 00:47:01 -0000	1.5
--- Choice.java	27 Jul 2005 23:26:43 -0000	1.6
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 36,40 ****
   * </ul>
   * 
!  * @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 ----
   * </ul>
   * 
!  * @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: ClassChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/ClassChoice.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ClassChoice.java	17 May 2005 00:47:01 -0000	1.5
--- ClassChoice.java	27 Jul 2005 23:26:43 -0000	1.6
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: BooleanChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/BooleanChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BooleanChoice.java	17 May 2005 00:47:01 -0000	1.4
--- BooleanChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: ChoiceFactory.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/ChoiceFactory.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ChoiceFactory.java	17 May 2005 00:47:01 -0000	1.7
--- ChoiceFactory.java	27 Jul 2005 23:26:43 -0000	1.8
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 32,36 ****
   * Factory for the well known Choices.
   *
!  * @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]
--- 32,36 ----
   * Factory for the well known Choices.
   *
!  * @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: NumberChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/NumberChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NumberChoice.java	17 May 2005 00:47:01 -0000	1.4
--- NumberChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: IntOptionsChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/IntOptionsChoice.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** IntOptionsChoice.java	17 May 2005 00:47:01 -0000	1.10
--- IntOptionsChoice.java	27 Jul 2005 23:26:43 -0000	1.11
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 33,37 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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 class to convert between strings and objects of a type.
   * 
!  * @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: ConfigEvent.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/ConfigEvent.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ConfigEvent.java	17 May 2005 00:47:01 -0000	1.7
--- ConfigEvent.java	27 Jul 2005 23:26:43 -0000	1.8
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 27,31 ****
   * An event indicating that an exception has happened.
   * 
!  * @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 ----
   * An event indicating that an exception has happened.
   * 
!  * @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: StringArrayChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/StringArrayChoice.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** StringArrayChoice.java	17 May 2005 00:47:01 -0000	1.5
--- StringArrayChoice.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.
***************
*** 30,34 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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]
--- 30,34 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: MultipleChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/MultipleChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MultipleChoice.java	17 May 2005 00:47:01 -0000	1.4
--- MultipleChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 26,30 ****
   * options.
   * 
!  * @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]
--- 26,30 ----
   * options.
   * 
!  * @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: AbstractReflectedChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/AbstractReflectedChoice.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** AbstractReflectedChoice.java	17 May 2005 00:47:01 -0000	1.7
--- AbstractReflectedChoice.java	27 Jul 2005 23:26:43 -0000	1.8
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 32,36 ****
   * A helper for when we need to be a choice created dynamically.
   * 
!  * @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]
--- 32,36 ----
   * A helper for when we need to be a choice created dynamically.
   * 
!  * @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: PathChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/PathChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PathChoice.java	17 May 2005 00:47:01 -0000	1.4
--- PathChoice.java	27 Jul 2005 23:26:43 -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.
***************
*** 29,33 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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]
--- 29,33 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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: FontChoice.java
===================================================================
RCS file: /cvs/jsword/common/java/config/org/crosswire/common/config/FontChoice.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FontChoice.java	17 May 2005 00:47:01 -0000	1.4
--- FontChoice.java	27 Jul 2005 23:26:43 -0000	1.5
***************
*** 1,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.
--- 1,13 ----
  /**
   * Distribution License:
!  * This 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/llgpl.html
   * or by writing to:
   *      Free Software Foundation, Inc.
***************
*** 25,29 ****
   * A class to convert between strings and objects of a type.
   * 
!  * @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]
--- 25,29 ----
   * A class to convert between strings and objects of a type.
   * 
!  * @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