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 je...@apache.org on 2003/03/07 11:54:17 UTC

cvs commit: xml-fop/src/codegen ttffontfile.xsl propinc.xsl font-file.xsl properties.xsl enumgen.xsl t1font-file.xsl propmaker.xsl code-point-mapping.xsl propmap.xsl genconst.xsl

jeremias    2003/03/07 02:54:17

  Modified:    src/codegen ttffontfile.xsl propinc.xsl font-file.xsl
                        properties.xsl enumgen.xsl t1font-file.xsl
                        propmaker.xsl code-point-mapping.xsl propmap.xsl
                        genconst.xsl
  Log:
  Add license header
  
  Revision  Changes    Path
  1.4       +50 -0     xml-fop/src/codegen/ttffontfile.xsl
  
  Index: ttffontfile.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/ttffontfile.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ttffontfile.xsl	29 Nov 2002 23:18:51 -0000	1.3
  +++ ttffontfile.xsl	7 Mar 2003 10:54:17 -0000	1.4
  @@ -1,4 +1,54 @@
   <!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
  +<!--
   This files writes the class files for the Adobe Type 1 fonts.
   It uses the information in the font description files (Courier.xml, Helvetica.xml) to this
   In these font description files each character is referenced by its adobe name:
  
  
  
  1.5       +50 -0     xml-fop/src/codegen/propinc.xsl
  
  Index: propinc.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/propinc.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- propinc.xsl	29 Nov 2002 23:18:51 -0000	1.4
  +++ propinc.xsl	7 Mar 2003 10:54:17 -0000	1.5
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
   
  
  
  
  1.13      +50 -0     xml-fop/src/codegen/font-file.xsl
  
  Index: font-file.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/font-file.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- font-file.xsl	8 Jan 2003 14:11:29 -0000	1.12
  +++ font-file.xsl	7 Mar 2003 10:54:17 -0000	1.13
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <!-- This file writes the class files for the fonts (Courier.java,
        Helvetica.java etc.).  It uses the information in the font
        description files (Courier.xml, Helvetica.xml) to do this.  In these
  
  
  
  1.19      +50 -0     xml-fop/src/codegen/properties.xsl
  
  Index: properties.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/properties.xsl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- properties.xsl	29 Nov 2002 23:18:51 -0000	1.18
  +++ properties.xsl	7 Mar 2003 10:54:17 -0000	1.19
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns:lxslt="http://xml.apache.org/xslt"
  
  
  
  1.7       +50 -0     xml-fop/src/codegen/enumgen.xsl
  
  Index: enumgen.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/enumgen.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- enumgen.xsl	29 Nov 2002 23:18:51 -0000	1.6
  +++ enumgen.xsl	7 Mar 2003 10:54:17 -0000	1.7
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns:lxslt="http://xml.apache.org/xslt"
  
  
  
  1.6       +50 -0     xml-fop/src/codegen/t1font-file.xsl
  
  Index: t1font-file.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/t1font-file.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- t1font-file.xsl	29 Nov 2002 23:18:51 -0000	1.5
  +++ t1font-file.xsl	7 Mar 2003 10:54:17 -0000	1.6
  @@ -1,4 +1,54 @@
   <!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
  +<!--
   This files writes the class files for the Adobe Type 1 fonts.
   It uses the information in the font description files (Courier.xml, Helvetica.xml) to this
   In these font description files each character is referenced by its adobe name:
  
  
  
  1.6       +50 -0     xml-fop/src/codegen/propmaker.xsl
  
  Index: propmaker.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/propmaker.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- propmaker.xsl	29 Nov 2002 23:18:51 -0000	1.5
  +++ propmaker.xsl	7 Mar 2003 10:54:17 -0000	1.6
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns:lxslt="http://xml.apache.org/xslt"
  
  
  
  1.10      +50 -0     xml-fop/src/codegen/code-point-mapping.xsl
  
  Index: code-point-mapping.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/code-point-mapping.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- code-point-mapping.xsl	8 Jan 2003 14:11:29 -0000	1.9
  +++ code-point-mapping.xsl	7 Mar 2003 10:54:17 -0000	1.10
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:output method="text"/>
  
  
  
  1.4       +50 -0     xml-fop/src/codegen/propmap.xsl
  
  Index: propmap.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/propmap.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- propmap.xsl	29 Nov 2002 23:18:51 -0000	1.3
  +++ propmap.xsl	7 Mar 2003 10:54:17 -0000	1.4
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                   xmlns:lxslt="http://xml.apache.org/xslt">
  
  
  
  1.2       +50 -0     xml-fop/src/codegen/genconst.xsl
  
  Index: genconst.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/genconst.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- genconst.xsl	4 Mar 2001 21:21:19 -0000	1.1
  +++ genconst.xsl	7 Mar 2003 10:54:17 -0000	1.2
  @@ -1,3 +1,53 @@
  +<!--
  +$Id$
  +============================================================================
  +                   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/>.
  +--> 
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
  
  
  

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