From 70b5750228e7a2b368de9481954e12aebc34f6f3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 24 Feb 2022 20:22:55 +0000 Subject: [PATCH] missing licenses git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898390 13f79535-47bb-0310-9956-ffa450edef68 --- .../util/TestXSSFWorkbookWithMemoryConfigs.java | 17 +++++++++++++++++ .../section/geometry/TestGeometry.java | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) 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; -- 2.39.5