This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 7c877d9b docs: add copyright notice for Apache Fesod in BeanMapUtils
(#877)
7c877d9b is described below
commit 7c877d9b953a07eaba9e41b66eec91b77e0fa91e
Author: Shuxin Pan <[email protected]>
AuthorDate: Mon Mar 9 22:36:29 2026 +0800
docs: add copyright notice for Apache Fesod in BeanMapUtils (#877)
* docs: add copyright notice for Apache Fesod in BeanMapUtils.java
* docs: add copyright notice for Apache Fesod in BeanMapUtils.java
* docs: add copyright notice for Apache Fesod in BeanMapUtils.java
---
.../src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java | 6 ++++++
pom.xml | 4 ----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git
a/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
b/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
index 21ef45cf..efbb8173 100644
--- a/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
+++ b/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
@@ -17,6 +17,12 @@
* under the License.
*/
+/*
+ * This file is part of the Apache Fesod(incubating) project, which was
derived from Alibaba EasyExcel.
+ *
+ * Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
+ */
+
package org.apache.fesod.sheet.util;
import org.apache.fesod.shaded.cglib.beans.BeanMap;
diff --git a/pom.xml b/pom.xml
index ef228f3a..8b0859b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,10 +533,6 @@
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<java>
- <licenseHeader>
-
<file>${maven.multiModuleProjectDirectory}/tools/spotless/license-header.txt</file>
- <delimiter>package |import |module </delimiter>
- </licenseHeader>
<palantirJavaFormat>
<version>2.72.0</version>
</palantirJavaFormat>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]