diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-08 11:30:58 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-08 11:30:58 +0000 |
commit | aa9069c7df4c57088e68d884045f4066fa9ae098 (patch) | |
tree | 045a8f736af85f841e631e7e18b26586dad4448e /poi-scratchpad/src | |
parent | dcc66fde79d3b195aad7670bef6a2563ce44c875 (diff) | |
download | poi-aa9069c7df4c57088e68d884045f4066fa9ae098.tar.gz poi-aa9069c7df4c57088e68d884045f4066fa9ae098.zip |
[bug-66518] license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908193 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad/src')
-rw-r--r-- | poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java b/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java index 7a35d0b574..61d4530721 100644 --- a/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java +++ b/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.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.converter; import org.apache.poi.hssf.util.HSSFColor; |