From bf747e547ff2d4b9af636da915baec33f3e31b6a Mon Sep 17 00:00:00 2001 From: Gly Date: Sat, 24 Dec 2022 15:26:29 +0100 Subject: update authors --- xmake/modules/private/utils/complete.lua | 2 +- xmake/modules/private/utils/completer.lua | 4 +--- 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 = {} -- cgit v1.3.1