Skip to content

Commit 1565158

Browse files
committed
🌈 style: change author name
1 parent b754772 commit 1565158

47 files changed

Lines changed: 97 additions & 97 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎apps/busybox/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-06-21 zhouquan initial version
21+
-- 2023-06-21 xqyjlj initial version
2222
--
2323

2424
add_rules("mode.debug", "mode.release")

‎apps/cpp/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/hello/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/micropython/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-06-21 zhouquan initial version
21+
-- 2023-06-21 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/shm_ping/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/shm_pong/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/umailbox/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/webclient/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/webserver/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323
add_rules("mode.debug", "mode.release")
2424

‎apps/zlib/xmake.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
--
1313
-- Copyright (C) 2022-2023 RT-Thread Development Team
1414
--
15-
-- @author zhouquan
15+
-- @author xqyjlj
1616
-- @file xmake.lua
1717
--
1818
-- Change Logs:
1919
-- Date Author Notes
2020
-- ------------ ---------- -----------------------------------------------
21-
-- 2023-03-10 zhouquan initial version
21+
-- 2023-03-10 xqyjlj initial version
2222
--
2323

2424
add_rules("mode.debug", "mode.release")

0 commit comments

Comments
 (0)