summaryrefslogtreecommitdiff
path: root/xmake/modules/async
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-03 23:03:12 +0800
committerruki <[email protected]>2025-07-03 23:03:12 +0800
commit5670477e415e24962c57eac21194c63946ee5e1e (patch)
tree21be6b741f382debc9916e366d9b120cb4d496db /xmake/modules/async
parentd7fefefea5959ae89694891b2a034ec274eb2fe3 (diff)
rename copyright
Diffstat (limited to 'xmake/modules/async')
-rw-r--r--xmake/modules/async/jobgraph.lua2
-rw-r--r--xmake/modules/async/runjobs.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/async/jobgraph.lua b/xmake/modules/async/jobgraph.lua
index 1ed5873b7..19d9f5e5a 100644
--- a/xmake/modules/async/jobgraph.lua
+++ b/xmake/modules/async/jobgraph.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015-present, TBOOX Open Source Group.
+-- Copyright (C) 2015-present, Xmake Open Source Community.
--
-- @author ruki
-- @file jobgraph.lua
diff --git a/xmake/modules/async/runjobs.lua b/xmake/modules/async/runjobs.lua
index adf68018d..3c7a21b7b 100644
--- a/xmake/modules/async/runjobs.lua
+++ b/xmake/modules/async/runjobs.lua
@@ -12,7 +12,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015-present, TBOOX Open Source Group.
+-- Copyright (C) 2015-present, Xmake Open Source Community.
--
-- @author ruki
-- @file runjobs.lua