]> source.dussan.org Git - poi.git/commitdiff
Fix a couple of license headers, and tweak the rat settings so it runs clean
authorNick Burch <nick@apache.org>
Fri, 4 Mar 2011 11:00:13 +0000 (11:00 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 Mar 2011 11:00:13 +0000 (11:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077865 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java

index 072fb36823a9444d854542e521430eeb75517156..bdb869558d47e9cfe584bd925795d26d577f7d7e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1132,6 +1132,7 @@ under the License.
               <exclude name="documentation/content/xdocs/dtd/" />
               <exclude name="documentation/content/xdocs/entity/" />
               <exclude name="scratchpad/testcases/dummy.txt" />
+              <exclude name="contrib/testcases/dummy.txt" />
               <exclude name="examples/lib/dummy.txt" />
            </fileset>
        </rat:report>
index dd9b00772951ae849a794a39f7b541b103cd9d11..779525b2a22b6cbc1e4459e8834d9991bf0eafe5 100755 (executable)
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- 
+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.
+-->
 <project name="excelant-tests" basedir="." xmlns:poi="antlib:org.apache.poi.ss.excelant">
 
     <path id="excelant.classpath">
index 3391b7c3b5dfeb8ad8e6035011f184000c401b91..53215de88ee212f6dc2d65771173cf09c24ebe20 100644 (file)
@@ -1,3 +1,20 @@
+/* ====================================================================
+   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.hdgf;
 
 import java.io.IOException;
@@ -238,4 +255,4 @@ public void compress(InputStream src, OutputStream res) throws IOException {
                }
        }
 }
-}
\ No newline at end of file
+}