You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2003/03/19 15:05:36 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/flow FoBasicLink.java FoBidiOverride.java FoBlock.java FoBlockContainer.java FoCharacter.java FoExternalGraphic.java FoFloat.java FoFlow.java FoFootnote.java FoFootnoteBody.java FoInitialPropertySet.java FoInline.java FoInlineContainer.java FoInstreamForeignObject.java FoLeader.java FoListBlock.java FoListItem.java FoListItemBody.java FoListItemLabel.java FoMarker.java FoMultiCase.java FoMultiProperties.java FoMultiPropertySet.java FoMultiSwitch.java FoMultiToggle.java FoNoFo.java FoPageNumber.java FoPageNumberCitation.java FoPageSequence.java FoPcdata.java FoRetrieveMarker.java FoStaticContent.java FoTable.java FoTableAndCaption.java FoTableBody.java FoTableCaption.java FoTableCell.java FoTableColumn.java FoTableFooter.java FoTableHeader.java FoTableRow.java FoTitle.java FoWrapper.java

pbwest      2003/03/19 06:05:36

  Modified:    src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design
                        FoBasicLink.java FoBidiOverride.java FoBlock.java
                        FoBlockContainer.java FoCharacter.java
                        FoExternalGraphic.java FoFloat.java FoFlow.java
                        FoFootnote.java FoFootnoteBody.java
                        FoInitialPropertySet.java FoInline.java
                        FoInlineContainer.java FoInstreamForeignObject.java
                        FoLeader.java FoListBlock.java FoListItem.java
                        FoListItemBody.java FoListItemLabel.java
                        FoMarker.java FoMultiCase.java
                        FoMultiProperties.java FoMultiPropertySet.java
                        FoMultiSwitch.java FoMultiToggle.java FoNoFo.java
                        FoPageNumber.java FoPageNumberCitation.java
                        FoPageSequence.java FoPcdata.java
                        FoRetrieveMarker.java FoStaticContent.java
                        FoTable.java FoTableAndCaption.java
                        FoTableBody.java FoTableCaption.java
                        FoTableCell.java FoTableColumn.java
                        FoTableFooter.java FoTableHeader.java
                        FoTableRow.java FoTitle.java FoWrapper.java
  Log:
  Full LICENSE text.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java
  
  Index: FoBasicLink.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBasicLink.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoBasicLink.java	3 Dec 2002 07:41:02 -0000	1.1.2.11
  +++ FoBasicLink.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java
  
  Index: FoBidiOverride.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBidiOverride.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoBidiOverride.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoBidiOverride.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java
  
  Index: FoBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlock.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoBlock.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoBlock.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java
  
  Index: FoBlockContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoBlockContainer.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoBlockContainer.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoBlockContainer.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java
  
  Index: FoCharacter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoCharacter.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoCharacter.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoCharacter.java	19 Mar 2003 14:05:33 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java
  
  Index: FoExternalGraphic.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoExternalGraphic.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoExternalGraphic.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoExternalGraphic.java	19 Mar 2003 14:05:33 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java
  
  Index: FoFloat.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFloat.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoFloat.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoFloat.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoFlow.java
  
  Index: FoFlow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFlow.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoFlow.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoFlow.java	19 Mar 2003 14:05:33 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java
  
  Index: FoFootnote.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnote.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoFootnote.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoFootnote.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java
  
  Index: FoFootnoteBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoFootnoteBody.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoFootnoteBody.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoFootnoteBody.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java
  
  Index: FoInitialPropertySet.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInitialPropertySet.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoInitialPropertySet.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoInitialPropertySet.java	19 Mar 2003 14:05:33 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java
  
  Index: FoInline.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInline.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoInline.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoInline.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java
  
  Index: FoInlineContainer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInlineContainer.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoInlineContainer.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoInlineContainer.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.10  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java
  
  Index: FoInstreamForeignObject.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoInstreamForeignObject.java,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- FoInstreamForeignObject.java	3 Dec 2002 07:41:03 -0000	1.1.2.9
  +++ FoInstreamForeignObject.java	19 Mar 2003 14:05:33 -0000	1.1.2.10
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java
  
  Index: FoLeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoLeader.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoLeader.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoLeader.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java
  
  Index: FoListBlock.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListBlock.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoListBlock.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoListBlock.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java
  
  Index: FoListItem.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItem.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoListItem.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoListItem.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java
  
  Index: FoListItemBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemBody.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoListItemBody.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoListItemBody.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java
  
  Index: FoListItemLabel.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoListItemLabel.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoListItemLabel.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoListItemLabel.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java
  
  Index: FoMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMarker.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMarker.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoMarker.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java
  
  Index: FoMultiCase.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiCase.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMultiCase.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoMultiCase.java	19 Mar 2003 14:05:33 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java
  
  Index: FoMultiProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiProperties.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoMultiProperties.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoMultiProperties.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java
  
  Index: FoMultiPropertySet.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiPropertySet.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoMultiPropertySet.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoMultiPropertySet.java	19 Mar 2003 14:05:33 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java
  
  Index: FoMultiSwitch.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiSwitch.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoMultiSwitch.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoMultiSwitch.java	19 Mar 2003 14:05:33 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java
  
  Index: FoMultiToggle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoMultiToggle.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoMultiToggle.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoMultiToggle.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java
  
  Index: FoNoFo.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoNoFo.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoNoFo.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoNoFo.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java
  
  Index: FoPageNumber.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumber.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoPageNumber.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoPageNumber.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java
  
  Index: FoPageNumberCitation.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageNumberCitation.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoPageNumberCitation.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoPageNumberCitation.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageSequence.java
  
  Index: FoPageSequence.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPageSequence.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoPageSequence.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoPageSequence.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.7   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoPcdata.java
  
  Index: FoPcdata.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoPcdata.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- FoPcdata.java	3 Dec 2002 07:41:03 -0000	1.1.2.6
  +++ FoPcdata.java	19 Mar 2003 14:05:34 -0000	1.1.2.7
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java
  
  Index: FoRetrieveMarker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoRetrieveMarker.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoRetrieveMarker.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoRetrieveMarker.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoStaticContent.java
  
  Index: FoStaticContent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoStaticContent.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoStaticContent.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoStaticContent.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java
  
  Index: FoTable.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTable.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoTable.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoTable.java	19 Mar 2003 14:05:34 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java
  
  Index: FoTableAndCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableAndCaption.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTableAndCaption.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoTableAndCaption.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java
  
  Index: FoTableBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableBody.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoTableBody.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoTableBody.java	19 Mar 2003 14:05:34 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java
  
  Index: FoTableCaption.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCaption.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTableCaption.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoTableCaption.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java
  
  Index: FoTableCell.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableCell.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTableCell.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoTableCell.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.9   +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java
  
  Index: FoTableColumn.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableColumn.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- FoTableColumn.java	3 Dec 2002 07:41:03 -0000	1.1.2.8
  +++ FoTableColumn.java	19 Mar 2003 14:05:34 -0000	1.1.2.9
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java
  
  Index: FoTableFooter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableFooter.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoTableFooter.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoTableFooter.java	19 Mar 2003 14:05:34 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java
  
  Index: FoTableHeader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableHeader.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoTableHeader.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoTableHeader.java	19 Mar 2003 14:05:34 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.12  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java
  
  Index: FoTableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTableRow.java,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- FoTableRow.java	3 Dec 2002 07:41:03 -0000	1.1.2.11
  +++ FoTableRow.java	19 Mar 2003 14:05:34 -0000	1.1.2.12
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoTitle.java
  
  Index: FoTitle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoTitle.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoTitle.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoTitle.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  
  1.1.2.11  +50 -5     xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java
  
  Index: FoWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Attic/FoWrapper.java,v
  retrieving revision 1.1.2.10
  retrieving revision 1.1.2.11
  diff -u -r1.1.2.10 -r1.1.2.11
  --- FoWrapper.java	3 Dec 2002 07:41:03 -0000	1.1.2.10
  +++ FoWrapper.java	19 Mar 2003 14:05:34 -0000	1.1.2.11
  @@ -1,8 +1,53 @@
   /*
    * $Id$
  - * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
  - * For details on use and redistribution please refer to the
  - * LICENSE file included with these sources.
  + * 
  + *  ============================================================================
  + *                    The Apache Software License, Version 1.1
  + *  ============================================================================
  + *  
  + *  Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  + *  
  + *  Redistribution and use in source and binary forms, with or without modifica-
  + *  tion, 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  Apache Software Foundation  (http://www.apache.org/)."
  + *     Alternately, this  acknowledgment may  appear in the software itself,  if
  + *     and wherever such third-party acknowledgments normally appear.
  + *  
  + *  4. The names "FOP" and  "Apache Software Foundation"  must not be used to
  + *     endorse  or promote  products derived  from this  software without  prior
  + *     written permission. For written permission, please contact
  + *     apache@apache.org.
  + *  
  + *  5. Products  derived from this software may not  be called "Apache", nor may
  + *     "Apache" appear  in their name,  without prior written permission  of the
  + *     Apache Software Foundation.
  + *  
  + *  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
  + *  APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + *  INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + *  DING, 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.
  + *  
  + *  This software  consists of voluntary contributions made  by many individuals
  + *  on  behalf of the Apache Software  Foundation and was  originally created by
  + *  James Tauber <jt...@jtauber.com>. For more  information on the Apache 
  + *  Software Foundation, please see <http://www.apache.org/>.
  + *  
    *
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org