aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs
diff options
context:
space:
mode:
authorDave Fisher <wave@apache.org>2009-12-13 18:32:47 +0000
committerDave Fisher <wave@apache.org>2009-12-13 18:32:47 +0000
commitcef3679d004c1fbab40c26b09b170ef90ac63779 (patch)
tree4a494cfd6f9ea0319e9b2c45013ce00d636d7a89 /src/testcases/org/apache/poi/poifs
parent18dc03ead024a91edc31bf75160da2a69b5b86ad (diff)
downloadpoi-cef3679d004c1fbab40c26b09b170ef90ac63779.tar.gz
poi-cef3679d004c1fbab40c26b09b170ef90ac63779.zip
Added missing license headers to 5 files. Removed dist target from howtobuild.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/poifs')
-rw-r--r--src/testcases/org/apache/poi/poifs/storage/RawDataUtil.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/poifs/storage/RawDataUtil.java b/src/testcases/org/apache/poi/poifs/storage/RawDataUtil.java
index fd49ed9322..d69fd681cf 100644
--- a/src/testcases/org/apache/poi/poifs/storage/RawDataUtil.java
+++ b/src/testcases/org/apache/poi/poifs/storage/RawDataUtil.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.poifs.storage;
import java.io.ByteArrayOutputStream;