You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ma...@apache.org on 2007/01/15 23:53:35 UTC

svn commit: r496529 - in /jakarta/poi/trunk/src/records: definitions/ styles/

Author: markt
Date: Mon Jan 15 14:53:32 2007
New Revision: 496529

URL: http://svn.apache.org/viewvc?view=rev&rev=496529
Log:
Add standard licence header for src/records directory
Add XML declarations where not present

Modified:
    jakarta/poi/trunk/src/records/definitions/area_format_record.xml
    jakarta/poi/trunk/src/records/definitions/area_record.xml
    jakarta/poi/trunk/src/records/definitions/attached_label_record.xml
    jakarta/poi/trunk/src/records/definitions/axes_used_record.xml
    jakarta/poi/trunk/src/records/definitions/axis_line_format_record.xml
    jakarta/poi/trunk/src/records/definitions/axis_options_record.xml
    jakarta/poi/trunk/src/records/definitions/axis_parent_record.xml
    jakarta/poi/trunk/src/records/definitions/axis_record.xml
    jakarta/poi/trunk/src/records/definitions/bar_record.xml
    jakarta/poi/trunk/src/records/definitions/category_series_axis_record.xml
    jakarta/poi/trunk/src/records/definitions/chart_record.xml
    jakarta/poi/trunk/src/records/definitions/common_object_data_record.xml
    jakarta/poi/trunk/src/records/definitions/dat_record.xml
    jakarta/poi/trunk/src/records/definitions/dataformat_record.xml
    jakarta/poi/trunk/src/records/definitions/default_data_label_text_properties_record.xml
    jakarta/poi/trunk/src/records/definitions/font_basis_record.xml
    jakarta/poi/trunk/src/records/definitions/font_example.xml
    jakarta/poi/trunk/src/records/definitions/font_index_record.xml
    jakarta/poi/trunk/src/records/definitions/frame_record.xml
    jakarta/poi/trunk/src/records/definitions/ftend_record.xml
    jakarta/poi/trunk/src/records/definitions/legend_record.xml
    jakarta/poi/trunk/src/records/definitions/line_format_record.xml
    jakarta/poi/trunk/src/records/definitions/linked_data_record.xml
    jakarta/poi/trunk/src/records/definitions/number_format_index_record.xml
    jakarta/poi/trunk/src/records/definitions/object_link_record.xml
    jakarta/poi/trunk/src/records/definitions/pane_record.xml
    jakarta/poi/trunk/src/records/definitions/plot_area_record.xml
    jakarta/poi/trunk/src/records/definitions/plotgrowth_record.xml
    jakarta/poi/trunk/src/records/definitions/scl_record.xml
    jakarta/poi/trunk/src/records/definitions/series_chart_group_record.xml
    jakarta/poi/trunk/src/records/definitions/series_index_record.xml
    jakarta/poi/trunk/src/records/definitions/series_list_record.xml
    jakarta/poi/trunk/src/records/definitions/series_record.xml
    jakarta/poi/trunk/src/records/definitions/series_text_record.xml
    jakarta/poi/trunk/src/records/definitions/sertocrt_record.xml
    jakarta/poi/trunk/src/records/definitions/sheet_properties_record.xml
    jakarta/poi/trunk/src/records/definitions/subrecord.xsl
    jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl
    jakarta/poi/trunk/src/records/definitions/text_record.xml
    jakarta/poi/trunk/src/records/definitions/textobject_record.xml
    jakarta/poi/trunk/src/records/definitions/tick_record.xml
    jakarta/poi/trunk/src/records/definitions/units_record.xml
    jakarta/poi/trunk/src/records/definitions/value_range_record.xml
    jakarta/poi/trunk/src/records/styles/record.xsl
    jakarta/poi/trunk/src/records/styles/record_document.xsl
    jakarta/poi/trunk/src/records/styles/record_test.xsl

Modified: jakarta/poi/trunk/src/records/definitions/area_format_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/area_format_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/area_format_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/area_format_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x100a" name="AreaFormat" excel-record-id="AREAFORMAT" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/area_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/area_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/area_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/area_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x101A" name="Area" excel-record-id="AREA"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/attached_label_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/attached_label_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/attached_label_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/attached_label_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x100c" name="SeriesLabels" excel-record-id="ATTACHEDLABEL"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/axes_used_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/axes_used_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/axes_used_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/axes_used_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1046" name="AxisUsed" excel-record-id="AXISUSED"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/axis_line_format_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/axis_line_format_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/axis_line_format_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/axis_line_format_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1021" name="AxisLineFormat" excel-record-id="AXISLINEFORMAT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/axis_options_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/axis_options_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/axis_options_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/axis_options_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1062" name="AxisOptions" excel-record-id="AXCEXT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/axis_parent_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/axis_parent_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/axis_parent_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/axis_parent_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1041" name="AxisParent" excel-record-id="AXISPARENT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/axis_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/axis_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/axis_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/axis_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x101d" name="Axis" excel-record-id="AXIS" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/bar_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/bar_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/bar_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/bar_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1017" name="Bar" excel-record-id="BAR"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/category_series_axis_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/category_series_axis_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/category_series_axis_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/category_series_axis_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1020" name="CategorySeriesAxis" excel-record-id="CATSERRANGE"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/chart_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/chart_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/chart_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/chart_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1002" name="Chart" excel-record-id="CHART"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/common_object_data_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/common_object_data_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/common_object_data_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/common_object_data_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x15" name="CommonObjectData" excel-record-id="ftCmo"
     package="org.apache.poi.hssf.record">
     <suffix>SubRecord</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/dat_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/dat_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/dat_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/dat_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1063" name="Dat" excel-record-id="DAT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/dataformat_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/dataformat_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/dataformat_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/dataformat_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1006" name="DataFormat"  excel-record-id="DATAFORMAT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/default_data_label_text_properties_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/default_data_label_text_properties_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/default_data_label_text_properties_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/default_data_label_text_properties_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1024" name="DefaultDataLabelTextProperties"
     excel-record-id="DEFAULTTEXT" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/font_basis_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/font_basis_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/font_basis_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/font_basis_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1060" name="FontBasis" excel-record-id="FBI"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/font_example.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/font_example.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/font_example.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/font_example.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x31" name="Font"  excel-record-id="FONT" package="org.apache.poi.hssf.records">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/font_index_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/font_index_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/font_index_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/font_index_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1026" name="FontIndex" excel-record-id="FONTX"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/frame_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/frame_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/frame_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/frame_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1032" name="Frame" excel-record-id="FRAME"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/ftend_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/ftend_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/ftend_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/ftend_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x00" name="End" excel-record-id="ftEnd"
     package="org.apache.poi.hssf.record">
     <suffix>SubRecord</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/legend_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/legend_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/legend_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/legend_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1015" name="Legend" excel-record-id="LEGEND"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/line_format_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/line_format_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/line_format_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/line_format_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1007" name="LineFormat" excel-record-id="LINEFORMAT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/linked_data_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/linked_data_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/linked_data_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/linked_data_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1051" name="LinkedData" excel-record-id="AI" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/number_format_index_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/number_format_index_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/number_format_index_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/number_format_index_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x104e" name="NumberFormatIndex" excel-record-id="IFMT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/object_link_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/object_link_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/object_link_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/object_link_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1027" name="ObjectLink" excel-record-id="OBJECTLINK"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/pane_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/pane_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/pane_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/pane_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x41" name="Pane" excel-record-id="PANE" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/plot_area_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/plot_area_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/plot_area_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/plot_area_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1035" name="PlotArea" excel-record-id="PLOTAREA"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/plotgrowth_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/plotgrowth_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/plotgrowth_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/plotgrowth_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1064" name="PlotGrowth" excel-record-id="PLOTGROWTH"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/scl_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/scl_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/scl_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/scl_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0xa0" name="SCL" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/series_chart_group_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/series_chart_group_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/series_chart_group_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/series_chart_group_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1045" name="SeriesChartGroupIndex"  excel-record-id="SERTOCRT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/series_index_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/series_index_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/series_index_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/series_index_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1065" name="SeriesIndex" excel-record-id="SINDEX"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/series_list_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/series_list_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/series_list_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/series_list_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1016" name="SeriesList" excel-record-id="SERIESLIST"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/series_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/series_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/series_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/series_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1003" name="Series" excel-record-id="SERIES" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/series_text_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/series_text_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/series_text_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/series_text_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x100d" name="SeriesText" excel-record-id="SERIESTEXT"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/sertocrt_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/sertocrt_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/sertocrt_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/sertocrt_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1045" name="SeriesToChartGroup" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/sheet_properties_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/sheet_properties_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/sheet_properties_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/sheet_properties_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1044" name="SheetProperties" excel-record-id="SHTPROPS" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/subrecord.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/subrecord.xsl?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/subrecord.xsl (original)
+++ jakarta/poi/trunk/src/records/definitions/subrecord.xsl Mon Jan 15 14:53:32 2007
@@ -1,12 +1,6 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-   xmlns:recutil="org.apache.poi.generator.RecordUtil"
-   xmlns:field="org.apache.poi.generator.FieldIterator"
-   xmlns:java="java" >
-
-<xsl:template match="record">
-/* ====================================================================
+<?xml version="1.0"?>
+<!--
+   ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
@@ -21,7 +15,15 @@
    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.
-==================================================================== */
+   ====================================================================
+-->
+<xsl:stylesheet version="1.0"
+   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+   xmlns:recutil="org.apache.poi.generator.RecordUtil"
+   xmlns:field="org.apache.poi.generator.FieldIterator"
+   xmlns:java="java" >
+
+<xsl:template match="record">
 
 <xsl:if test="@package">
 package <xsl:value-of select="@package"/>;

Modified: jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl (original)
+++ jakarta/poi/trunk/src/records/definitions/subrecord_test.xsl Mon Jan 15 14:53:32 2007
@@ -1,12 +1,6 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-   xmlns:recutil="org.apache.poi.generator.RecordUtil"
-   xmlns:field="org.apache.poi.generator.FieldIterator"
-   xmlns:java="java" >
-
-<xsl:template match="record">
-/* ====================================================================
+<?xml version="1.0"?>
+<!--
+   ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
@@ -21,7 +15,15 @@
    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.
-==================================================================== */
+   ====================================================================
+-->
+<xsl:stylesheet version="1.0"
+   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+   xmlns:recutil="org.apache.poi.generator.RecordUtil"
+   xmlns:field="org.apache.poi.generator.FieldIterator"
+   xmlns:java="java" >
+
+<xsl:template match="record">
 
 <xsl:if test="@package">
 package <xsl:value-of select="@package"/>;

Modified: jakarta/poi/trunk/src/records/definitions/text_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/text_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/text_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/text_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1025" name="Text" excel-record-id="TEXT" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/textobject_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/textobject_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/textobject_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/textobject_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1B6" name="TextObjectBase" excel-record-id="TXO"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/definitions/tick_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/tick_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/tick_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/tick_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x101e" name="Tick" excel-record-id="TICK" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/units_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/units_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/units_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/units_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x1001" name="Units" excel-record-id="UNITS" package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>
     <extends>Record</extends>

Modified: jakarta/poi/trunk/src/records/definitions/value_range_record.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/definitions/value_range_record.xml?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/definitions/value_range_record.xml (original)
+++ jakarta/poi/trunk/src/records/definitions/value_range_record.xml Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <record id="0x101f" name="ValueRange" excel-record-id="VALUERANGE"
     package="org.apache.poi.hssf.record">
     <suffix>Record</suffix>

Modified: jakarta/poi/trunk/src/records/styles/record.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/styles/record.xsl?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/styles/record.xsl (original)
+++ jakarta/poi/trunk/src/records/styles/record.xsl Mon Jan 15 14:53:32 2007
@@ -1,13 +1,7 @@
 <<<<<<< record.xsl
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-   xmlns:recutil="org.apache.poi.generator.RecordUtil"
-   xmlns:field="org.apache.poi.generator.FieldIterator"
-   xmlns:java="java" >
-
-<xsl:template match="record">
-/* ====================================================================
+<?xml version="1.0"?>
+<!--
+   ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
@@ -22,7 +16,15 @@
    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.
-==================================================================== */
+   ====================================================================
+-->
+<xsl:stylesheet version="1.0"
+   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+   xmlns:recutil="org.apache.poi.generator.RecordUtil"
+   xmlns:field="org.apache.poi.generator.FieldIterator"
+   xmlns:java="java" >
+
+<xsl:template match="record">
 
 <xsl:if test="@package">
 package <xsl:value-of select="@package"/>;

Modified: jakarta/poi/trunk/src/records/styles/record_document.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/styles/record_document.xsl?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/styles/record_document.xsl (original)
+++ jakarta/poi/trunk/src/records/styles/record_document.xsl Mon Jan 15 14:53:32 2007
@@ -1,4 +1,22 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<?xml version="1.0"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+   ====================================================================
+-->
 <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:recutil="org.apache.poi.generator.RecordUtil"

Modified: jakarta/poi/trunk/src/records/styles/record_test.xsl
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/records/styles/record_test.xsl?view=diff&rev=496529&r1=496528&r2=496529
==============================================================================
--- jakarta/poi/trunk/src/records/styles/record_test.xsl (original)
+++ jakarta/poi/trunk/src/records/styles/record_test.xsl Mon Jan 15 14:53:32 2007
@@ -1,12 +1,6 @@
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-   xmlns:recutil="org.apache.poi.generator.RecordUtil"
-   xmlns:field="org.apache.poi.generator.FieldIterator"
-   xmlns:java="java" >
-
-<xsl:template match="record">
-/* ====================================================================
+<?xml version="1.0"?>
+<!--
+   ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
@@ -21,7 +15,15 @@
    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.
-==================================================================== */
+   ====================================================================
+-->
+<xsl:stylesheet version="1.0"
+   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+   xmlns:recutil="org.apache.poi.generator.RecordUtil"
+   xmlns:field="org.apache.poi.generator.FieldIterator"
+   xmlns:java="java" >
+
+<xsl:template match="record">
 
 <xsl:if test="@package">
 package <xsl:value-of select="@package"/>;



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/