You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2004/02/27 00:10:06 UTC

cvs commit: xml-xalan/c/src/xalanc Makefile.in

mhoyt       2004/02/26 15:10:06

  Modified:    c        Makefile.in Makefile.incl.in build.bat commits.xml
                        makedepends readme.html runConfigure version.incl
               c/src/xalanc Makefile.in
  Log:
  Update to Apache 2.0 License
  
  Revision  Changes    Path
  1.7       +12 -51    xml-xalan/c/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.in	29 Jan 2004 23:18:03 -0000	1.6
  +++ Makefile.in	26 Feb 2004 23:10:06 -0000	1.7
  @@ -1,56 +1,17 @@
  -# The Apache Software License, Version 1.1
   #
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights
  -# reserved.
  +# Copyright 1999-2004 The Apache Software Foundation.
   #
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -#
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer.
  -#
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -#
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:
  -#       "This product includes software developed by the
  -#        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 "Xalan", "Xerces" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -#
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   #
   
   INSTALL = @INSTALL@
  
  
  
  1.14      +14 -53    xml-xalan/c/Makefile.incl.in
  
  Index: Makefile.incl.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Makefile.incl.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Makefile.incl.in	6 Feb 2004 01:51:42 -0000	1.13
  +++ Makefile.incl.in	26 Feb 2004 23:10:06 -0000	1.14
  @@ -1,57 +1,18 @@
   #
  -# The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights 
  -# reserved.
  -# 
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -# 
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -# 
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:  
  -#       "This product includes software developed by the
  -#        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 "Xalan", "Xerces" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -# 
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  +# Copyright 1999-2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   # 
   #MACROS defining commands
   MKDIR=mkdir
  
  
  
  1.2       +17 -0     xml-xalan/c/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/build.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.bat	1 Aug 2003 04:39:27 -0000	1.1
  +++ build.bat	26 Feb 2004 23:10:06 -0000	1.2
  @@ -1,4 +1,21 @@
   @echo off
  +rem 
  +rem ========================================================================== 
  +rem = Copyright 2004 The Apache Software Foundation. 
  +rem = 
  +rem = Licensed under the Apache License, Version 2.0 (the "License"); 
  +rem = you may not use this file except in compliance with the License. 
  +rem = You may obtain a copy of the License at 
  +rem = 
  +rem =     http://www.apache.org/licenses/LICENSE-2.0 
  +rem = 
  +rem = Unless required by applicable law or agreed to in writing, software 
  +rem = distributed under the License is distributed on an "AS IS" BASIS, 
  +rem = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
  +rem = See the License for the specific language governing permissions and 
  +rem = limitations under the License. 
  +rem ========================================================================== 
  +rem
   rem     build.bat: Build Xalan-J 2.x using Ant 
   rem     Usage: build [ant-options] [targets]
   rem     Setup:
  
  
  
  1.2       +15 -0     xml-xalan/c/commits.xml
  
  Index: commits.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/commits.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- commits.xml	11 Jun 2001 16:02:54 -0000	1.1
  +++ commits.xml	26 Feb 2004 23:10:06 -0000	1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!-- 
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  +--> 
   <Commits>
   <Commit category="core">
   <Who>dbertoni@apache.org</Who>
  
  
  
  1.3       +17 -54    xml-xalan/c/makedepends
  
  Index: makedepends
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/makedepends,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- makedepends	6 Jan 2004 02:41:25 -0000	1.2
  +++ makedepends	26 Feb 2004 23:10:06 -0000	1.3
  @@ -1,61 +1,24 @@
   # Generated automatically from Makefile.in by configure.
   #
  -# The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights 
  -# reserved.
  -# 
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -# 
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -# 
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:  
  -#       "This product includes software developed by the
  -#        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 "Xalan", "Xerces" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -# 
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  -# 
  +# Copyright 1999-2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   #
   # $Log$
  +# Revision 1.3  2004/02/26 23:10:06  mhoyt
  +# Update to Apache 2.0 License
  +#
   # Revision 1.2  2004/01/06 02:41:25  dbertoni
   # Changes for Bugzilla 25914.
   #
  
  
  
  1.4       +15 -0     xml-xalan/c/readme.html
  
  Index: readme.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/readme.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.html	6 Oct 2000 13:30:46 -0000	1.3
  +++ readme.html	26 Feb 2004 23:10:06 -0000	1.4
  @@ -1,3 +1,18 @@
  +<!--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  +-->
   <html>
   <head>
   <title>
  
  
  
  1.8       +17 -55    xml-xalan/c/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/runConfigure,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- runConfigure	6 Feb 2004 08:49:09 -0000	1.7
  +++ runConfigure	26 Feb 2004 23:10:06 -0000	1.8
  @@ -1,63 +1,25 @@
   #!/bin/sh
   
  -
   #
  -# The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights 
  -# reserved.
  -# 
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -# 
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -# 
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:  
  -#       "This product includes software developed by the
  -#        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 "Xalan" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -# 
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  -# 
  +# Copyright 1999-2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   #
   # $Log$
  +# Revision 1.8  2004/02/26 23:10:06  mhoyt
  +# Update to Apache 2.0 License
  +#
   # Revision 1.7  2004/02/06 08:49:09  dbertoni
   # Initial changes for HP-UX IA64 port.
   #
  
  
  
  1.5       +14 -54    xml-xalan/c/version.incl
  
  Index: version.incl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/version.incl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- version.incl	29 Jan 2004 19:26:02 -0000	1.4
  +++ version.incl	26 Feb 2004 23:10:06 -0000	1.5
  @@ -1,58 +1,18 @@
   #
  -# The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights 
  -# reserved.
  -# 
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -# 
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -# 
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:  
  -#       "This product includes software developed by the
  -#        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 "Xalan", "Xerces" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -# 
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  -# 
  +# Copyright 1999-2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   ###################################################################
   
   PROJECT_NAME = xalan-c
  
  
  
  1.28      +14 -54    xml-xalan/c/src/xalanc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Makefile.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.in	16 Jan 2004 21:00:37 -0000	1.27
  +++ Makefile.in	26 Feb 2004 23:10:06 -0000	1.28
  @@ -1,58 +1,18 @@
   #
  -# The Apache Software License, Version 1.1
  -# 
  -# Copyright (c) 1999-2004 The Apache Software Foundation.  All rights 
  -# reserved.
  -# 
  -# Redistribution and use in source and binary forms, with or without
  -# modification, are permitted provided that the following conditions
  -# are met:
  -# 
  -# 1. Redistributions of source code must retain the above copyright
  -#    notice, this list of conditions and the following disclaimer. 
  -# 
  -# 2. Redistributions in binary form must reproduce the above copyright
  -#    notice, this list of conditions and the following disclaimer in
  -#    the documentation and/or other materials provided with the
  -#    distribution.
  -# 
  -# 3. The end-user documentation included with the redistribution,
  -#    if any, must include the following acknowledgment:  
  -#       "This product includes software developed by the
  -#        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 "Xalan", "Xerces" 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 (INCLUDING, BUT NOT
  -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  -# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  -# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  -# SUCH DAMAGE.
  -# ====================================================================
  -# 
  -# This software consists of voluntary contributions made by many
  -# individuals on behalf of the Apache Software Foundation, and was
  -# originally based on software copyright (c) 1999, International
  -# Business Machines, Inc., http://www.ibm.com .  For more information
  -# on the Apache Software Foundation, please see
  -# <http://www.apache.org/>.
  -# 
  +# Copyright 1999-2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   ###################################################################
   #                    IMPORTANT NOTE                               #
   ###################################################################
  
  
  

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