From b8a97d2b3faac38ea37fb3094b3d9e192fa78f37 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 4 Mar 2011 11:00:13 +0000 Subject: [PATCH] Fix a couple of license headers, and tweak the rat settings so it runs clean git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077865 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 1 + .../org/apache/poi/ss/excelant/tests.xml | 18 ++++++++++++++++++ .../apache/poi/hdgf/HDGFLZWCompressor.java | 19 ++++++++++++++++++- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 072fb36823..bdb869558d 100644 --- a/build.xml +++ b/build.xml @@ -1132,6 +1132,7 @@ under the License. + diff --git a/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml b/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml index dd9b007729..779525b2a2 100755 --- a/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml +++ b/src/excelant/testcases/org/apache/poi/ss/excelant/tests.xml @@ -1,4 +1,22 @@ + diff --git a/src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java b/src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java index 3391b7c3b5..53215de88e 100644 --- a/src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java +++ b/src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java @@ -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 +} -- 2.39.5