]> source.dussan.org Git - poi.git/commitdiff
Add standard licence header for src/records directory
authorMark Thomas <markt@apache.org>
Mon, 15 Jan 2007 22:53:32 +0000 (22:53 +0000)
committerMark Thomas <markt@apache.org>
Mon, 15 Jan 2007 22:53:32 +0000 (22:53 +0000)
Add XML declarations where not present

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496529 13f79535-47bb-0310-9956-ffa450edef68

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

index c442b69eaf2dfa90678b4094cbcc796207cf970d..3fc2a9c1893fa41662061f2a9d4ff37838e1a531 100644 (file)
@@ -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>
index 8946ab56650688270a08a6fcfee798368c45b03a..16f04e15f289285d2cecca9c938ea21c997f4d46 100644 (file)
@@ -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>
index d21b8c2c038ac332873c46a781b09e128060811f..e2e59e8e8bf5ec1af3ad1c0522938e98dbb3ba0b 100644 (file)
@@ -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>
index 54cc2138dbe2305859203b497aa56e544ebb5fcf..cd8cf1065f0fed9890e4cd1de1d471d9fc7abce5 100644 (file)
@@ -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>
index b7b94d4af06e1f4480e200ad6cda2e32571d32de..ff0fc4d39247e5478bb5eaa5cb1bb066ef0ca25e 100644 (file)
@@ -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>
index bd15b2c9a58e3aa127505f9cdaf2345d72a1672c..0100f6e1a189f9c87e03decd24722bd0d025ae65 100644 (file)
@@ -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>
index eb52b462c8541b5a468439605b0c23627f30c7a0..22532a81cdbcaa971d24cb7a8dbc7dc7763ac74d 100644 (file)
@@ -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>
index 437d13d81a9f1c351ba65dd4c03d2d58c5002c2f..b03c23f777b712e8686609afd3d9b2e4573156ee 100644 (file)
@@ -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>
index 9e2d22e2c18322d55ccf7cc0e48414da37842d59..9fffd79fa76767c8039394014d41aa8f2266e906 100644 (file)
@@ -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>
index 229bfd14c08632567e93d6f6a4ca02f5da08239d..94088b5a795bd349acde06b4ff0ad261b66b67c6 100644 (file)
@@ -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>
index 729198a8f53ee6adb3c1772e286922630c150e27..f1bd8fc9d9a15e50ed1885ec511656ee76482bb9 100644 (file)
@@ -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>
index 09ef48f1c0030df1f4ca2acf87cc2e397755a759..ad7ebfd1831347146ecb8a6216078b92352fee0a 100644 (file)
@@ -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>
index ce52bec3b3cc249c38c0abaf9707f9261b04ac06..bda909ea5a58c72870377d2a193d51200da1ce6c 100644 (file)
@@ -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>
index c58039df588cab89935af446ba11b6d72b47514e..3720e24ff84851c10e20f3ffd30cd43a5b777cfb 100644 (file)
@@ -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>
index 2c53406d386bb0e33dce48682059c31b8c9e2669..9a0e755bd5cfc10aa6276d74a98d99e72b8a2db1 100644 (file)
@@ -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>
index aed1d693a0d65c2cad8a9d3b0cd80c5a8d6f5503..e16b292fe8a0df5be9feb6415de599c5e257af02 100644 (file)
@@ -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>
index aede3b827dfaeeabcf755b95cdb952010005a73e..9bf54470a6ec34efa4f2fbb0c5b71d8a1b824dba 100644 (file)
@@ -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>
index 537bccb173f4dc84f20d25da774b435b130d00da..bac26e2cb9f125fb3af53a261fd6ab55df07548a 100644 (file)
@@ -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>
index 45e8ea957a09063a3e9b8895f2c2702aaae6447b..b3b033998cf67c0737cabc0ab68444bdd42e549d 100644 (file)
@@ -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>
index 3c6c43b67208bfed881faa589998acf685dce516..45f9d59bfe2cf77e2464e1c38cccef2ec3bd2147 100644 (file)
@@ -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>
index 17030d48ca30ee01e990e9087a324773e3a633d6..577443e960e2ee9bdb12a0c0b1703cd35740bfdf 100644 (file)
@@ -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>
index b8df1fe88b11a4959b4cef33a15724b806f1b9cb..f55679fcefd1d806f6c13a9ca934f2c0d9be4f9d 100644 (file)
@@ -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>
index edfe12ffd8295b10fa78d15952b3b6687303b12f..b4b31998fec8265db3688305c0efaf3f35af987e 100644 (file)
@@ -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>
index 019773e04275ba374e950110397d1052450063ab..08d5f5c7fa80e9e7311968379a4bd7116857b506 100644 (file)
@@ -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>
index 36f20f24f8d2a7d042ad03e04fac4cf075b54934..03848bb8f2b2fa83bc0010443038f459a1e9480b 100644 (file)
@@ -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>
index 85bc758100b3ce61b81a2c668cb95a51a0921ca6..c6f93b675c1507b63504fd69d86e4f9e86487012 100644 (file)
@@ -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>
index cba230fdb0f0d4983a59b95dbe5075b94d7c08f7..300492a4ccee5ca21f7f82d56d074d17f3963fac 100644 (file)
@@ -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>
index bc6ef6743747b2661aca025e79773a5b3eba919b..469b9816b4a0ac060aa4a047894ca5dd43743d20 100644 (file)
@@ -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>
index 094e9d37afdc85f8164482d361b68630f127fa41..abe21b15ba5ec495fba2a31ed850eeaeeaa7bd0e 100644 (file)
@@ -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>
index 92e739bf830113cff44f6819b0cf02503bf8223f..84338f144fe12bbe6cfd64a05dafdbaef62127be 100644 (file)
@@ -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>
index 854173d78b3e7cc9a76d4470bd0a07925461f0d8..a35e0192521713cfc36cdacb675518a1936d511a 100644 (file)
@@ -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>
index 860eb20d12cb26af4bbf8c0de6db98ea70b19945..88eeb67046bfe8a1057b62acaa91938100e426e3 100644 (file)
@@ -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>
index 577c23c7fbc79d518c5877769c200dedcdfc63db..e6d516410dc975ff05c48ef8cde5c8db0f33a919 100644 (file)
@@ -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>
index b930db208089c1d33a36c773b14cb68863589ecd..f86aa2da87e7c0d341d319caa00069c3964e5612 100644 (file)
@@ -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>
index 3782a59ccf3dea51d8b3f1baf83c542d3a3b5696..a904e96c859f5a7f494c8b6a69137aca251fea7e 100644 (file)
@@ -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>
index 9b069298b4249eb7c06e7cf3e7fc58015c381358..97c5300e761b4997688916ecc1678cbfc44024a1 100644 (file)
@@ -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>
index 69db247094efe476bfe879830f4ce7a234ceca0e..01016bc6b201d2fc6e97ebeeaebe418e8f507239 100644 (file)
@@ -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.
    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"/>;
index 3942cd22ed29ab3752dec437b1246e231503fde0..c729b413097c191d5086d2681f6e9421af502a7b 100644 (file)
@@ -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.
    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"/>;
index 941099b8820a52c3e557aa9bac7ab16f892456a6..c486a7fd9ed6fb501809e47af127e0b84b5e132a 100644 (file)
@@ -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>
index 46aed0e0480dd963e51b675f3727ddd5005c180b..8e7e6e83ca45d1f1e676772dbb5792bb4dbe4989 100644 (file)
@@ -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>
index e692aba68e0fd0f6bc703bf7a4956665b7647f70..d1f704a7c8c22631c329cf25122b506c96e8d925 100644 (file)
@@ -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>
index 4b9c39acd59c8befe5eb35cc911b4bb37a2bebc0..ff281265a37af707165b6cddf90281be64c3f0fa 100644 (file)
@@ -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>
index 67ae8f22bfbe656fe50c47d626d49f78a1c1e019..c5be1d8192fafe5eafc42eeb82997b11457d1eb3 100644 (file)
@@ -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>
index 8f4989a590a21415c22bac58ed0f74eee6138bcc..dae346b5dca27330d3a244d7aca07ba890a012d5 100644 (file)
@@ -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.
    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"/>;
index 6eaee826811740d469e2f929dac4c8e7f72c4b48..1024aaaadc27058384df25804255b9e66afed59b 100644 (file)
@@ -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"
index fc7f62c41cea885c96fc5c9e02e2896ec727defe..a70a9491b7cf7c971d68fcac046c41bc476846bb 100644 (file)
@@ -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.
    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"/>;