diff --git a/src/java/org/apache/poi/ddf/EscherBitmapBlip.java b/src/java/org/apache/poi/ddf/EscherBitmapBlip.java index 6222aeceb..53383e8e9 100644 --- a/src/java/org/apache/poi/ddf/EscherBitmapBlip.java +++ b/src/java/org/apache/poi/ddf/EscherBitmapBlip.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.ddf; import org.apache.poi.util.HexDump; diff --git a/src/java/org/apache/poi/ddf/package.html b/src/java/org/apache/poi/ddf/package.html index 9a4afd6be..d15e4ce4b 100644 --- a/src/java/org/apache/poi/ddf/package.html +++ b/src/java/org/apache/poi/ddf/package.html @@ -1,4 +1,21 @@ - + diff --git a/src/java/org/apache/poi/hpsf/package.html b/src/java/org/apache/poi/hpsf/package.html index 89b15aa52..d250bf0d9 100644 --- a/src/java/org/apache/poi/hpsf/package.html +++ b/src/java/org/apache/poi/hpsf/package.html @@ -1,6 +1,22 @@ - + HPSF diff --git a/src/java/org/apache/poi/hpsf/wellknown/package.html b/src/java/org/apache/poi/hpsf/wellknown/package.html index 3c33b378b..40d9b6a7d 100644 --- a/src/java/org/apache/poi/hpsf/wellknown/package.html +++ b/src/java/org/apache/poi/hpsf/wellknown/package.html @@ -1,6 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/dev/package.html b/src/java/org/apache/poi/hssf/dev/package.html index 5a5613dab..01fd56844 100755 --- a/src/java/org/apache/poi/hssf/dev/package.html +++ b/src/java/org/apache/poi/hssf/dev/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/eventusermodel/package.html b/src/java/org/apache/poi/hssf/eventusermodel/package.html index 25e0714cd..3e41ea35e 100644 --- a/src/java/org/apache/poi/hssf/eventusermodel/package.html +++ b/src/java/org/apache/poi/hssf/eventusermodel/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/model/package.html b/src/java/org/apache/poi/hssf/model/package.html index 315390a3e..b2ea96e76 100755 --- a/src/java/org/apache/poi/hssf/model/package.html +++ b/src/java/org/apache/poi/hssf/model/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/package.html b/src/java/org/apache/poi/hssf/package.html index f9bde65a6..6de598a6c 100755 --- a/src/java/org/apache/poi/hssf/package.html +++ b/src/java/org/apache/poi/hssf/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java b/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java index 517ea4a11..6df796c2a 100644 --- a/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java +++ b/src/java/org/apache/poi/hssf/record/aggregates/ColumnInfoRecordsAggregate.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.hssf.record.aggregates; import org.apache.poi.hssf.record.ColumnInfoRecord; diff --git a/src/java/org/apache/poi/hssf/record/aggregates/package.html b/src/java/org/apache/poi/hssf/record/aggregates/package.html index 484bdd260..5bc7363dc 100755 --- a/src/java/org/apache/poi/hssf/record/aggregates/package.html +++ b/src/java/org/apache/poi/hssf/record/aggregates/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/record/formula/package.html b/src/java/org/apache/poi/hssf/record/formula/package.html index ef7028acd..2c4c223af 100755 --- a/src/java/org/apache/poi/hssf/record/formula/package.html +++ b/src/java/org/apache/poi/hssf/record/formula/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/record/package.html b/src/java/org/apache/poi/hssf/record/package.html index 27832cf31..8d88294d4 100755 --- a/src/java/org/apache/poi/hssf/record/package.html +++ b/src/java/org/apache/poi/hssf/record/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java b/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java index 7baf6d2fc..9425d54d7 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFPicture.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.hssf.usermodel; /** diff --git a/src/java/org/apache/poi/hssf/usermodel/package.html b/src/java/org/apache/poi/hssf/usermodel/package.html index c9bbb1e77..5a6aa7eef 100755 --- a/src/java/org/apache/poi/hssf/usermodel/package.html +++ b/src/java/org/apache/poi/hssf/usermodel/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/hssf/util/package.html b/src/java/org/apache/poi/hssf/util/package.html index dd15e4d78..6c666a69c 100755 --- a/src/java/org/apache/poi/hssf/util/package.html +++ b/src/java/org/apache/poi/hssf/util/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/common/package.html b/src/java/org/apache/poi/poifs/common/package.html index 77b0f0620..b20b3097b 100755 --- a/src/java/org/apache/poi/poifs/common/package.html +++ b/src/java/org/apache/poi/poifs/common/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/dev/package.html b/src/java/org/apache/poi/poifs/dev/package.html index f0e48b0e3..1a40366e7 100755 --- a/src/java/org/apache/poi/poifs/dev/package.html +++ b/src/java/org/apache/poi/poifs/dev/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/eventfilesystem/package.html b/src/java/org/apache/poi/poifs/eventfilesystem/package.html index 8210d7f86..e487b7132 100755 --- a/src/java/org/apache/poi/poifs/eventfilesystem/package.html +++ b/src/java/org/apache/poi/poifs/eventfilesystem/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/filesystem/package.html b/src/java/org/apache/poi/poifs/filesystem/package.html index 1114f25de..9f3110f25 100755 --- a/src/java/org/apache/poi/poifs/filesystem/package.html +++ b/src/java/org/apache/poi/poifs/filesystem/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/package.html b/src/java/org/apache/poi/poifs/package.html index 10dc34d4d..a5afa18d2 100755 --- a/src/java/org/apache/poi/poifs/package.html +++ b/src/java/org/apache/poi/poifs/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/property/package.html b/src/java/org/apache/poi/poifs/property/package.html index 14336ded5..2e9c64c7e 100755 --- a/src/java/org/apache/poi/poifs/property/package.html +++ b/src/java/org/apache/poi/poifs/property/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/poifs/storage/package.html b/src/java/org/apache/poi/poifs/storage/package.html index ce3e3be3f..9e5e0a57a 100755 --- a/src/java/org/apache/poi/poifs/storage/package.html +++ b/src/java/org/apache/poi/poifs/storage/package.html @@ -1,5 +1,22 @@ - + diff --git a/src/java/org/apache/poi/util/DoubleList2d.java b/src/java/org/apache/poi/util/DoubleList2d.java index 3b17fe532..45a44fd36 100644 --- a/src/java/org/apache/poi/util/DoubleList2d.java +++ b/src/java/org/apache/poi/util/DoubleList2d.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.util; import java.util.List; diff --git a/src/java/org/apache/poi/util/IntList2d.java b/src/java/org/apache/poi/util/IntList2d.java index fb2b03ceb..6b4817098 100644 --- a/src/java/org/apache/poi/util/IntList2d.java +++ b/src/java/org/apache/poi/util/IntList2d.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.util; import java.util.List; diff --git a/src/java/org/apache/poi/util/List2d.java b/src/java/org/apache/poi/util/List2d.java index dd9059a62..0d1b11e48 100644 --- a/src/java/org/apache/poi/util/List2d.java +++ b/src/java/org/apache/poi/util/List2d.java @@ -1,3 +1,19 @@ +/* +* 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. +*/ package org.apache.poi.util; import java.util.List; diff --git a/src/java/org/apache/poi/util/package.html b/src/java/org/apache/poi/util/package.html index 4630bddd6..1d8fc2041 100755 --- a/src/java/org/apache/poi/util/package.html +++ b/src/java/org/apache/poi/util/package.html @@ -1,5 +1,22 @@ - +