[jsword-svn] common/java/core/org/crosswire/common/xml 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/xml
In directory www.crosswire.org:/tmp/cvs-serv23842/java/core/org/crosswire/common/xml

Modified Files:
	StringSAXEventProvider.java HTMLSerializingContentHandler.java 
	TransformingSAXEventProvider.java 
	TransformingSAXEventProviderConverter.java 
	SAXEventProviderInputSource.java XMLUtil.java 
	SerializingContentHandler.java 
	PrettySerializingContentHandler.java 
	SAXEventProviderXMLReader.java JDOMSAXEventProvider.java 
	SAXEventProvider.java FormatType.java Converter.java 
Log Message:
Changed license from GPL to LGPL.

Index: SAXEventProviderInputSource.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProviderInputSource.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SAXEventProviderInputSource.java	17 May 2005 00:47:01 -0000	1.4
--- SAXEventProviderInputSource.java	27 Jul 2005 23:26:42 -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.
***************
*** 28,32 ****
   * SAXEventProviderXMLReader.
   * 
!  * @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 ----
   * SAXEventProviderXMLReader.
   * 
!  * @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: TransformingSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/TransformingSAXEventProvider.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TransformingSAXEventProvider.java	17 May 2005 00:47:01 -0000	1.7
--- TransformingSAXEventProvider.java	27 Jul 2005 23:26:42 -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.
***************
*** 51,55 ****
   * another SAXEventProvider (supplying input XML).
   *
!  * @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]
--- 51,55 ----
   * another SAXEventProvider (supplying input XML).
   *
!  * @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: SerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SerializingContentHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SerializingContentHandler.java	17 May 2005 00:47:01 -0000	1.6
--- SerializingContentHandler.java	27 Jul 2005 23:26:42 -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.
***************
*** 29,33 ****
   * Class to convert a SAX stream into a simple String.
   *
!  * @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 ----
   * Class to convert a SAX stream into a simple String.
   *
!  * @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: SAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProvider.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SAXEventProvider.java	17 May 2005 00:47:01 -0000	1.4
--- SAXEventProvider.java	27 Jul 2005 23:26:42 -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.
***************
*** 28,32 ****
   * A simple way of giving someone a place from which to get SAX events.
   * 
!  * @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 ----
   * A simple way of giving someone a place from which to get SAX events.
   * 
!  * @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: JDOMSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/JDOMSAXEventProvider.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JDOMSAXEventProvider.java	17 May 2005 00:47:01 -0000	1.4
--- JDOMSAXEventProvider.java	27 Jul 2005 23:26:42 -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.
***************
*** 31,35 ****
   * A SAXEventProvider that provides SAX events from a JDOM Document.
   * 
!  * @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 ----
   * A SAXEventProvider that provides SAX events from a JDOM Document.
   * 
!  * @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: FormatType.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/FormatType.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** FormatType.java	17 May 2005 00:47:01 -0000	1.5
--- FormatType.java	27 Jul 2005 23:26:42 -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.
***************
*** 28,32 ****
   * The PrettySerializingContentHandler uses a FormatType to control its output.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [dmsmith555 at gmail dot com]
--- 28,32 ----
   * The PrettySerializingContentHandler uses a FormatType to control its output.
   * 
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [dmsmith555 at gmail dot com]

Index: PrettySerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/PrettySerializingContentHandler.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PrettySerializingContentHandler.java	17 May 2005 00:47:01 -0000	1.8
--- PrettySerializingContentHandler.java	27 Jul 2005 23:26:42 -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.
***************
*** 34,38 ****
   * to a <code>Writer</code>.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [dmsmith555 at gmail dot com]
--- 34,38 ----
   * to a <code>Writer</code>.
   *
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [dmsmith555 at gmail dot com]

Index: XMLUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/XMLUtil.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** XMLUtil.java	6 Jun 2005 00:17:37 -0000	1.15
--- XMLUtil.java	27 Jul 2005 23:26:42 -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.
***************
*** 39,43 ****
   * Utilities for working with SAX XML parsing.
   *
!  * @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]
--- 39,43 ----
   * Utilities for working with SAX XML parsing.
   *
!  * @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: HTMLSerializingContentHandler.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/HTMLSerializingContentHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HTMLSerializingContentHandler.java	17 May 2005 00:47:01 -0000	1.6
--- HTMLSerializingContentHandler.java	27 Jul 2005 23:26:42 -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 ****
   * serialization of a SAX stream to a <code>Writer</code>.
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [ dmsmith555 at gmail dot com]
--- 28,32 ----
   * serialization of a SAX stream to a <code>Writer</code>.
   *
!  * @see gnu.lgpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author DM Smith [ dmsmith555 at gmail dot com]

Index: SAXEventProviderXMLReader.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/SAXEventProviderXMLReader.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** SAXEventProviderXMLReader.java	17 May 2005 00:47:01 -0000	1.6
--- SAXEventProviderXMLReader.java	27 Jul 2005 23:26:42 -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.
***************
*** 33,37 ****
   * A helper to aid people working with a SAXEventProvider.
   *
!  * @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 helper to aid people working with a SAXEventProvider.
   *
!  * @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: StringSAXEventProvider.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/StringSAXEventProvider.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** StringSAXEventProvider.java	17 May 2005 00:47:01 -0000	1.6
--- StringSAXEventProvider.java	27 Jul 2005 23:26:42 -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.
***************
*** 37,41 ****
   * A SAXEventProvider that provides SAX events from a String.
   * 
!  * @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]
--- 37,41 ----
   * A SAXEventProvider that provides SAX events from a String.
   * 
!  * @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: Converter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/Converter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Converter.java	17 May 2005 00:47:01 -0000	1.4
--- Converter.java	27 Jul 2005 23:26:42 -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.
***************
*** 28,32 ****
   * This can be a wrapper around an XSL transform or anything else.
   * 
!  * @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 ----
   * This can be a wrapper around an XSL transform or anything else.
   * 
!  * @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: TransformingSAXEventProviderConverter.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TransformingSAXEventProviderConverter.java	17 May 2005 00:47:01 -0000	1.4
--- TransformingSAXEventProviderConverter.java	27 Jul 2005 23:26:42 -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.
***************
*** 28,32 ****
   * transform one SAXEventProvider into another SAXEventProvider using XSL.
   * 
!  * @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 ----
   * transform one SAXEventProvider into another SAXEventProvider using XSL.
   * 
!  * @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