diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-24 20:22:55 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-24 20:22:55 +0000 |
commit | 70b5750228e7a2b368de9481954e12aebc34f6f3 (patch) | |
tree | f6c0f21df43dc9183bc420ad42963d733c2647d1 | |
parent | 784757ef59892e8ea4375ba188fbd64349490e04 (diff) | |
download | poi-70b5750228e7a2b368de9481954e12aebc34f6f3.tar.gz poi-70b5750228e7a2b368de9481954e12aebc34f6f3.zip |
missing licenses
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898390 13f79535-47bb-0310-9956-ffa450edef68
2 files changed, 34 insertions, 0 deletions
diff --git a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java index 093bfc42cf..536b9bf065 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java +++ b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.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.openxml4j.util; import org.apache.poi.util.IOUtils; diff --git a/poi-ooxml/src/test/java/org/apache/poi/xdgf/usermodel/section/geometry/TestGeometry.java b/poi-ooxml/src/test/java/org/apache/poi/xdgf/usermodel/section/geometry/TestGeometry.java index 85cbd7e94a..2735abf0a0 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/xdgf/usermodel/section/geometry/TestGeometry.java +++ b/poi-ooxml/src/test/java/org/apache/poi/xdgf/usermodel/section/geometry/TestGeometry.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.xdgf.usermodel.section.geometry; import com.microsoft.schemas.office.visio.x2012.main.CellType; |