]> source.dussan.org Git - poi.git/commitdiff
fixed missing licence headers
authorYegor Kozlov <yegor@apache.org>
Sun, 25 Nov 2012 12:01:54 +0000 (12:01 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 25 Nov 2012 12:01:54 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413340 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/scratchpad/src/org/apache/poi/hwpf/model/FFData.java
src/scratchpad/src/org/apache/poi/hwpf/model/FFDataBase.java
src/scratchpad/src/org/apache/poi/hwpf/model/NilPICFAndBinData.java
src/scratchpad/src/org/apache/poi/hwpf/model/Sttb.java
src/scratchpad/src/org/apache/poi/hwpf/model/Xstz.java

index 6ffae12a7cf76606c90fc815bda3c1c6124b6d19..2bf7dd9df107a31dc84587c940ba17d2afa1125a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1174,6 +1174,7 @@ under the License.
               <exclude name="contrib/testcases/dummy.txt" />
               <exclude name="examples/lib/dummy.txt" />
               <exclude name="resources/ooxml/org/apache/poi/xslf/usermodel/presetShapeDefinitions.xml" />
+              <exclude name="examples/src/org/apache/poi/xslf/usermodel/pie-chart-data.txt" />
            </fileset>
        </rat:report>
     </target>
index 7ea4b793847803188871a21f4918cd84ee19391c..3852a83e939d81903bbf16a92b0fe74ee7f0b6ce 100644 (file)
@@ -1,3 +1,19 @@
+/* ====================================================================\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+==================================================================== */\r
 package org.apache.poi.hwpf.model;\r
 \r
 import org.apache.poi.util.Internal;\r
index 999dca5519cd51cd54d3c4cea57f215d68344dad..d0e542fe013fc1b55cee2dcf4c1f7c56ae07b573 100644 (file)
@@ -1,3 +1,19 @@
+/* ====================================================================\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+==================================================================== */\r
 package org.apache.poi.hwpf.model;\r
 \r
 import org.apache.poi.hwpf.model.types.FFDataBaseAbstractType;\r
index ea98db50f8e5e31c267f77529d45124414506da3..dd992128edd5952cad2904e61374e39b0ca1bac1 100644 (file)
@@ -1,3 +1,19 @@
+/* ====================================================================\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+==================================================================== */\r
 package org.apache.poi.hwpf.model;\r
 \r
 import org.apache.poi.util.ArrayUtil;\r
index fabd1e2331df9fd54eeef23b979b6fc631818d84..5f721f92bed6d792b811f2153819aebe2d45027a 100644 (file)
@@ -1,3 +1,19 @@
+/* ====================================================================\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+==================================================================== */\r
 package org.apache.poi.hwpf.model;\r
 \r
 import org.apache.poi.util.ArrayUtil;\r
index fb351e9cb92430007770fe60aea2e2cbd8f5ac87..c719f50337e7b740e7f89d724bfd7ce188972de2 100644 (file)
@@ -1,3 +1,19 @@
+/* ====================================================================\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+==================================================================== */\r
 package org.apache.poi.hwpf.model;\r
 \r
 import org.apache.poi.util.Internal;\r