minchau     2004/02/17 08:21:53

  Modified:    java/src/org/apache/xml/serializer HTMLEntities.properties
                        output_text.properties Encodings.properties
                        XMLEntities.properties output_unknown.properties
                        output_html.properties output_xml.properties
  Log:
  New Apache 2.0 license update.
  
  Revision  Changes    Path
  1.2       +18 -2     
xml-xalan/java/src/org/apache/xml/serializer/HTMLEntities.properties
  
  Index: HTMLEntities.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/HTMLEntities.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTMLEntities.properties   6 Apr 2003 20:54:06 -0000       1.1
  +++ HTMLEntities.properties   17 Feb 2004 16:21:53 -0000      1.2
  @@ -1,3 +1,19 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
   # $Id$
   # in ./java/src/org/apache/xml/serializer
   #
  
  
  
  1.2       +17 -0     
xml-xalan/java/src/org/apache/xml/serializer/output_text.properties
  
  Index: output_text.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/output_text.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output_text.properties    1 Apr 2003 19:24:54 -0000       1.1
  +++ output_text.properties    17 Feb 2004 16:21:53 -0000      1.2
  @@ -1,3 +1,20 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
  +# $Id$
   #
   # Specify defaults when method="text".
   #
  
  
  
  1.4       +18 -0     
xml-xalan/java/src/org/apache/xml/serializer/Encodings.properties
  
  Index: Encodings.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/Encodings.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Encodings.properties      23 Oct 2003 15:56:06 -0000      1.3
  +++ Encodings.properties      17 Feb 2004 16:21:53 -0000      1.4
  @@ -1,3 +1,21 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
  +# $Id$
  +#
   # <JAVA name encoding>, <PREFERRED name MIME>
   # Peter Smolik
   Cp1250 WINDOWS-1250 0x00FF
  
  
  
  1.2       +18 -2     
xml-xalan/java/src/org/apache/xml/serializer/XMLEntities.properties
  
  Index: XMLEntities.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/XMLEntities.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLEntities.properties    6 Apr 2003 20:54:06 -0000       1.1
  +++ XMLEntities.properties    17 Feb 2004 16:21:53 -0000      1.2
  @@ -1,3 +1,19 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
   # $Id$
   #
   # @version $Revision$ $Date$
  
  
  
  1.2       +17 -0     
xml-xalan/java/src/org/apache/xml/serializer/output_unknown.properties
  
  Index: output_unknown.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/output_unknown.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output_unknown.properties 1 Apr 2003 19:24:54 -0000       1.1
  +++ output_unknown.properties 17 Feb 2004 16:21:53 -0000      1.2
  @@ -1,3 +1,20 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
  +# $Id$
   #
   # Specify defaults when no method="..." is specified.
   # This type of output will quickly switch to "xml" or "html"
  
  
  
  1.3       +17 -0     
xml-xalan/java/src/org/apache/xml/serializer/output_html.properties
  
  Index: output_html.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/output_html.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- output_html.properties    6 Apr 2003 20:54:06 -0000       1.2
  +++ output_html.properties    17 Feb 2004 16:21:53 -0000      1.3
  @@ -1,3 +1,20 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
  +# $Id$
   #
   # Specify defaults when method="html".  These defaults use 
output_xml.properties 
   # as a base.
  
  
  
  1.3       +17 -0     
xml-xalan/java/src/org/apache/xml/serializer/output_xml.properties
  
  Index: output_xml.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/output_xml.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- output_xml.properties     6 Apr 2003 20:54:06 -0000       1.2
  +++ output_xml.properties     17 Feb 2004 16:21:53 -0000      1.3
  @@ -1,3 +1,20 @@
  +###########################################################################
  +# Copyright 2001-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.
  +##########################################################################
  +#
  +# $Id$
   #
   # Specify defaults when method="xml".  These defaults serve as a base for 
   # other defaults, such as output_html and output_text.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to