CVS: jfor/src/org/jfor/jfor/rtflib/testdocs BasicLink.java,1.3,1.4 CreateTestDocuments.java,1.2,1.3 ExternalGraphic.java,1.2,1.3 ListInTable.java,1.3,1.4 MergedTableCells.java,1.2,1.3 NestedTable.java,1.2,1.3 ParagraphAlignment.java,1.3,1.4 SimpleDocument.java,1.2,1.3 SimpleLists.java,1.3,1.4 SimpleTable.java,1.2,1.3 TestDocument.java,1.2,1.3 TextAttributes.java,1.2,1.3 Whitespace.java,1.2,1.3

Bertrand Delacretaz <[email protected]> Fri, 12 Jul 2002 01:08:34 -0700
Newsgroups gmane.text.xml.jfor.cvs
Message-ID <[email protected]>
Update of /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs
In directory usw-pr-cvs1:/tmp/cvs-serv11506/src/org/jfor/jfor/rtflib/testdocs

Modified Files:
	BasicLink.java CreateTestDocuments.java ExternalGraphic.java 
	ListInTable.java MergedTableCells.java NestedTable.java 
	ParagraphAlignment.java SimpleDocument.java SimpleLists.java 
	SimpleTable.java TestDocument.java TextAttributes.java 
	Whitespace.java 
Log Message:
License changed to jfor Apache-style license

Index: BasicLink.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/BasicLink.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BasicLink.java	3 Sep 2001 12:21:19 -0000	1.3
--- BasicLink.java	12 Jul 2002 08:08:31 -0000	1.4
***************
*** 15,36 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Andreas Putz,  skynamics AG, 
!  * München, Germany, [email protected].
!  * Portions created by Andreas Putz are Copyright (C) 2001 skynamics AG, München, 
!  * Andreas Putz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 15,61 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
   *
+  * 3. The end-user documentation included with the redistribution,
+  * if any, must include the following acknowledgment:
+  * "This product includes software developed
+  * by the jfor project (http://www.jfor.org)."
+  * Alternately, this acknowledgment may appear in the software itself,
+  * if and wherever such third-party acknowledgments normally appear.
+  *
+  * 4. The name "jfor" must not be used to endorse
+  * or promote products derived from this software without prior written
+  * permission.  For written permission, please contact [email protected].
+  *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/

Index: CreateTestDocuments.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/CreateTestDocuments.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CreateTestDocuments.java	31 Aug 2001 07:51:01 -0000	1.2
--- CreateTestDocuments.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
   *  @author Andreas Putz [email protected]
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
   *  @author Andreas Putz [email protected]
***************
*** 37,40 ****
--- 62,68 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: ExternalGraphic.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/ExternalGraphic.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ExternalGraphic.java	31 Aug 2001 07:51:01 -0000	1.2
--- ExternalGraphic.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 11,32 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Andreas Putz,  skynamics AG, 
!  * München, Germany, [email protected].
!  * Portions created by Andreas Putz are Copyright (C) 2001 skynamics AG, München, 
!  * Andreas Putz. All Rights Reserved.
   *
   * Contributor(s):
   *  @author Bertrand Delacretaz [email protected]
--- 11,57 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
   *
+  * 3. The end-user documentation included with the redistribution,
+  * if any, must include the following acknowledgment:
+  * "This product includes software developed
+  * by the jfor project (http://www.jfor.org)."
+  * Alternately, this acknowledgment may appear in the software itself,
+  * if and wherever such third-party acknowledgments normally appear.
+  *
+  * 4. The name "jfor" must not be used to endorse
+  * or promote products derived from this software without prior written
+  * permission.  For written permission, please contact [email protected].
+  *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
   *  @author Bertrand Delacretaz [email protected]

Index: ListInTable.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/ListInTable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ListInTable.java	28 Dec 2001 17:08:50 -0000	1.3
--- ListInTable.java	12 Jul 2002 08:08:31 -0000	1.4
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 35,38 ****
--- 60,66 ----
  // $Id$
  // $Log$
+ // Revision 1.4  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.3  2001/12/28 17:08:50  bdelacretaz
  // V0.5.2 - first integration of Chris Scott's changes

Index: MergedTableCells.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/MergedTableCells.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MergedTableCells.java	31 Aug 2001 07:51:01 -0000	1.2
--- MergedTableCells.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: NestedTable.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/NestedTable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NestedTable.java	31 Aug 2001 07:51:01 -0000	1.2
--- NestedTable.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: ParagraphAlignment.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/ParagraphAlignment.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ParagraphAlignment.java	31 Aug 2001 07:51:01 -0000	1.3
--- ParagraphAlignment.java	12 Jul 2002 08:08:31 -0000	1.4
***************
*** 11,32 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Andreas Putz,  skynamics AG, 
!  * München, Germany, [email protected].
!  * Portions created by Andreas Putz are Copyright (C) 2001 skynamics AG, München, 
!  * Andreas Putz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 11,57 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
   *
+  * 3. The end-user documentation included with the redistribution,
+  * if any, must include the following acknowledgment:
+  * "This product includes software developed
+  * by the jfor project (http://www.jfor.org)."
+  * Alternately, this acknowledgment may appear in the software itself,
+  * if and wherever such third-party acknowledgments normally appear.
+  *
+  * 4. The name "jfor" must not be used to endorse
+  * or promote products derived from this software without prior written
+  * permission.  For written permission, please contact [email protected].
+  *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/

Index: SimpleDocument.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/SimpleDocument.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SimpleDocument.java	31 Aug 2001 07:51:01 -0000	1.2
--- SimpleDocument.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: SimpleLists.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/SimpleLists.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SimpleLists.java	28 Dec 2001 17:08:50 -0000	1.3
--- SimpleLists.java	12 Jul 2002 08:08:31 -0000	1.4
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.4  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.3  2001/12/28 17:08:50  bdelacretaz
  // V0.5.2 - first integration of Chris Scott's changes

Index: SimpleTable.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/SimpleTable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SimpleTable.java	31 Aug 2001 07:51:01 -0000	1.2
--- SimpleTable.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: TestDocument.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/TestDocument.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestDocument.java	31 Aug 2001 07:51:01 -0000	1.2
--- TestDocument.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 9,30 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
   *  @author Andreas Putz [email protected]
--- 9,55 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
   *  @author Andreas Putz [email protected]
***************
*** 38,41 ****
--- 63,69 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: TextAttributes.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/TextAttributes.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TextAttributes.java	31 Aug 2001 07:51:01 -0000	1.2
--- TextAttributes.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected

Index: Whitespace.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/rtflib/testdocs/Whitespace.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Whitespace.java	31 Aug 2001 07:51:01 -0000	1.2
--- Whitespace.java	12 Jul 2002 08:08:31 -0000	1.3
***************
*** 8,29 ****
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * The contents of this file are subject to the Mozilla Public
!  * License Version 1.1 (the "License"); you may not use this file
!  * except in compliance with the License. You may obtain a copy of
!  * the License at http://www.mozilla.org/MPL/
   *
!  * Software distributed under the License is distributed on an "AS
!  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
!  * implied. See the License for the specific language governing
!  * rights and limitations under the License.
   *
!  * The Original Code is the contents of this java source file, as distributed
!  * on www.sourceforge.net/projects/jfor and/or www.jfor.org.
   *
!  * The Initial Developer of the Original Code is Bertrand Delacrétaz, 
!  * codeconsult, Cugy/Lausanne, Switzerland [email protected].
!  * Portions created by Bertrand Delacrétaz are Copyright (C) 2001 codeconsult, 
!  * Bertrand Delacrétaz. All Rights Reserved.
   *
   * Contributor(s):
  -----------------------------------------------------------------------------*/
--- 8,54 ----
   * jfor - Open-Source XSL-FO to RTF converter - see www.jfor.org
   *
!  * ====================================================================
!  * jfor Apache-Style Software License.
!  * Copyright (c) 2002 by the jfor project. All rights reserved.
   *
!  * Redistribution and use in source and binary forms, with or without
!  * modification, are permitted provided that the following conditions
!  * are met:
   *
!  * 1. Redistributions of source code must retain the above copyright
!  * notice, this list of conditions and the following disclaimer.
   *
!  * 2. Redistributions in binary form must reproduce the above copyright
!  * notice, this list of conditions and the following disclaimer in
!  * the documentation and/or other materials provided with the
!  * distribution.
!  *
!  * 3. The end-user documentation included with the redistribution,
!  * if any, must include the following acknowledgment:
!  * "This product includes software developed
!  * by the jfor project (http://www.jfor.org)."
!  * Alternately, this acknowledgment may appear in the software itself,
!  * if and wherever such third-party acknowledgments normally appear.
!  *
!  * 4. The name "jfor" must not be used to endorse
!  * or promote products derived from this software without prior written
!  * permission.  For written permission, please contact [email protected].
   *
+  * 5. Products derived from this software may not be called "jfor",
+  * nor may "jfor" appear in their name, without prior written
+  * permission of [email protected].
+  *
+  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  * DISCLAIMED.  IN NO EVENT SHALL THE JFOR PROJECT OR ITS CONTRIBUTORS BE
+  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  * ====================================================================
   * Contributor(s):
  -----------------------------------------------------------------------------*/
***************
*** 36,39 ****
--- 61,67 ----
  // $Id$
  // $Log$
+ // Revision 1.3  2002/07/12 08:08:31  bdelacretaz
+ // License changed to jfor Apache-style license
+ //
  // Revision 1.2  2001/08/31 07:51:01  bdelacretaz
  // MPL license text added + javadoc class comments corrected



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf