This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 94ff481ca9 license top of file
94ff481ca9 is described below

commit 94ff481ca971ffbdebe87cf3df28a314b7d06c9d
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jul 11 22:21:55 2025 +0100

    license top of file
---
 poi-integration/build.gradle | 4 ++--
 poi-ooxml-full/build.gradle  | 4 ++--
 poi-ooxml-lite/build.gradle  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index 4403eb4dc8..7e4ac20b12 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -1,5 +1,3 @@
-import java.util.regex.Pattern
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@ import java.util.regex.Pattern
    limitations under the License.
 ==================================================================== */
 
+import java.util.regex.Pattern
+
 final String TEST9_SRC = 'src/test/java9'
 final String TEST9_OUT = 
layout.buildDirectory.dir('classes/java9/test/').get().asFile.absolutePath
 final String VERSIONS9 = 'META-INF/versions/9'
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index f0822c300e..4495a6c8b4 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -1,5 +1,3 @@
-import java.util.regex.Pattern
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@ import java.util.regex.Pattern
    limitations under the License.
 ==================================================================== */
 
+import java.util.regex.Pattern
+
 final String MODULE_NAME = 'org.apache.poi.ooxml.schemas'
 final String BEANS_SRC = 
layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath
 final String BEANS_RES = 
layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle
index e87e85344d..655b8fc32c 100644
--- a/poi-ooxml-lite/build.gradle
+++ b/poi-ooxml-lite/build.gradle
@@ -1,5 +1,3 @@
-import java.util.regex.Pattern
-
 /* ====================================================================
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,8 @@ import java.util.regex.Pattern
    limitations under the License.
 ==================================================================== */
 
+import java.util.regex.Pattern
+
 final String BEANS_SRC = 
layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath
 final String BEANS_RES = 
layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to