summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGly <[email protected]>2022-12-24 15:26:29 +0100
committerGly <[email protected]>2022-12-24 15:26:59 +0100
commitbf747e547ff2d4b9af636da915baec33f3e31b6a (patch)
treeab6867e9f558dca0ecd8d5792cb3214f060028c3
parent216c126bd8378e1b96159955fa00d647e50ec73b (diff)
update authors
-rw-r--r--xmake/modules/private/utils/complete.lua2
-rw-r--r--xmake/modules/private/utils/completer.lua4
2 files changed, 2 insertions, 4 deletions
diff --git a/xmake/modules/private/utils/complete.lua b/xmake/modules/private/utils/complete.lua
index a93d24776..9a1db5034 100644
--- a/xmake/modules/private/utils/complete.lua
+++ b/xmake/modules/private/utils/complete.lua
@@ -14,7 +14,7 @@
--
-- Copyright (C) 2015-present, TBOOX Open Source Group.
--
--- @author OpportunityLiu
+-- @author OpportunityLiu, glcraft
-- @file complete.lua
--
diff --git a/xmake/modules/private/utils/completer.lua b/xmake/modules/private/utils/completer.lua
index d0c74e93f..2d882c9e3 100644
--- a/xmake/modules/private/utils/completer.lua
+++ b/xmake/modules/private/utils/completer.lua
@@ -14,7 +14,7 @@
--
-- Copyright (C) 2015-present, TBOOX Open Source Group.
--
--- @author OpportunityLiu
+-- @author OpportunityLiu, glcraft
-- @file complete.lua
--
@@ -22,8 +22,6 @@
import("core.base.option")
import("core.base.cli")
-
-
local completer = {}