You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2023/03/08 11:30:58 UTC

svn commit: r1908193 - /poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java

Author: fanningpj
Date: Wed Mar  8 11:30:58 2023
New Revision: 1908193

URL: http://svn.apache.org/viewvc?rev=1908193&view=rev
Log:
[bug-66518] license header

Modified:
    poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java

Modified: poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java?rev=1908193&r1=1908192&r2=1908193&view=diff
==============================================================================
--- poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java (original)
+++ poi/trunk/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelUtils.java Wed Mar  8 11:30:58 2023
@@ -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;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org