Skip to content

Commit 7c877d9

Browse files
authored
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
1 parent c09387f commit 7c877d9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod(incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.util;
2127

2228
import org.apache.fesod.shaded.cglib.beans.BeanMap;

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@
533533
<artifactId>spotless-maven-plugin</artifactId>
534534
<configuration>
535535
<java>
536-
<licenseHeader>
537-
<file>${maven.multiModuleProjectDirectory}/tools/spotless/license-header.txt</file>
538-
<delimiter>package |import |module </delimiter>
539-
</licenseHeader>
540536
<palantirJavaFormat>
541537
<version>2.72.0</version>
542538
</palantirJavaFormat>

0 commit comments

Comments
 (0)