diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-02-27 01:29:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-02-27 01:29:21 +0000 |
commit | 16561e85c784cdc49884e7586c86aa397ade9876 (patch) | |
tree | 9aa320a7a5106f4c7fe20ae5753d005a7d2fbdec /src | |
parent | 50757bca8e22c532e9f924c6efa3af9e942a313e (diff) | |
download | poi-16561e85c784cdc49884e7586c86aa397ade9876.tar.gz poi-16561e85c784cdc49884e7586c86aa397ade9876.zip |
add missing license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/testcases/org/apache/poi/hssf/model/TestWorkbookRecordList.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/hssf/model/TestWorkbookRecordList.java b/src/testcases/org/apache/poi/hssf/model/TestWorkbookRecordList.java index 53fd549842..bc610c42e8 100644 --- a/src/testcases/org/apache/poi/hssf/model/TestWorkbookRecordList.java +++ b/src/testcases/org/apache/poi/hssf/model/TestWorkbookRecordList.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.hssf.model; import org.apache.poi.hssf.record.chart.ChartRecord; |