Skip to content

Commit 14704d6

Browse files
authored
docs: add Alibaba attribution to 5 legacy-derived example files (#897)
1 parent 3986b8b commit 14704d6

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

fesod-examples/fesod-sheet-examples/src/main/java/org/apache/fesod/sheet/examples/read/BasicReadExample.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.examples.read;
2127

2228
import lombok.extern.slf4j.Slf4j;

fesod-examples/fesod-sheet-examples/src/main/java/org/apache/fesod/sheet/examples/read/ConverterReadExample.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.examples.read;
2127

2228
import com.alibaba.fastjson2.JSON;

fesod-examples/fesod-sheet-examples/src/main/java/org/apache/fesod/sheet/examples/read/IndexOrNameReadExample.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.examples.read;
2127

2228
import com.alibaba.fastjson2.JSON;

fesod-examples/fesod-sheet-examples/src/main/java/org/apache/fesod/sheet/examples/write/BasicWriteExample.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.examples.write;
2127

2228
import java.util.ArrayList;

fesod-examples/fesod-sheet-examples/src/main/java/org/apache/fesod/sheet/examples/write/StyleWriteExample.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.examples.write;
2127

2228
import java.util.ArrayList;

0 commit comments

Comments
 (0)