summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-27 21:44:26 +0800
committerruki <[email protected]>2017-08-27 21:44:26 +0800
commit82656cd001b02abd7f1a4b5ba6dcd89c50899d46 (patch)
tree306c4acfc3e7d123a6c742d531aa02fbd7201132 /xmake/core
parentd3f38de4ea68ca59a74bb8a96ea3ffe4db2563f6 (diff)
update description and index
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/_xmake_main.lua2
-rw-r--r--xmake/core/base/colors.lua2
-rw-r--r--xmake/core/base/coroutine.lua2
-rw-r--r--xmake/core/base/deprecated.lua2
-rw-r--r--xmake/core/base/deprecated/interpreter.lua2
-rw-r--r--xmake/core/base/emoji.lua2
-rw-r--r--xmake/core/base/filter.lua2
-rw-r--r--xmake/core/base/global.lua2
-rw-r--r--xmake/core/base/interpreter.lua2
-rw-r--r--xmake/core/base/io.lua2
-rw-r--r--xmake/core/base/option.lua2
-rw-r--r--xmake/core/base/os.lua2
-rw-r--r--xmake/core/base/path.lua2
-rw-r--r--xmake/core/base/privilege.lua2
-rw-r--r--xmake/core/base/process.lua2
-rw-r--r--xmake/core/base/profiler.lua2
-rw-r--r--xmake/core/base/string.lua2
-rw-r--r--xmake/core/base/table.lua2
-rw-r--r--xmake/core/base/task.lua2
-rw-r--r--xmake/core/base/utils.lua2
-rw-r--r--xmake/core/language/language.lua2
-rw-r--r--xmake/core/language/menu.lua2
-rw-r--r--xmake/core/main.lua4
-rw-r--r--xmake/core/package/package.lua2
-rw-r--r--xmake/core/package/repository.lua2
-rw-r--r--xmake/core/platform/environment.lua2
-rw-r--r--xmake/core/platform/menu.lua2
-rw-r--r--xmake/core/platform/platform.lua2
-rw-r--r--xmake/core/project/cache.lua2
-rw-r--r--xmake/core/project/config.lua2
-rw-r--r--xmake/core/project/deprecated/project.lua2
-rw-r--r--xmake/core/project/history.lua2
-rw-r--r--xmake/core/project/option.lua2
-rw-r--r--xmake/core/project/project.lua2
-rw-r--r--xmake/core/project/target.lua2
-rw-r--r--xmake/core/project/template.lua2
-rw-r--r--xmake/core/sandbox/modules/_g.lua2
-rw-r--r--xmake/core/sandbox/modules/assert.lua2
-rw-r--r--xmake/core/sandbox/modules/catch.lua2
-rw-r--r--xmake/core/sandbox/modules/coroutine.lua2
-rw-r--r--xmake/core/sandbox/modules/cprint.lua2
-rw-r--r--xmake/core/sandbox/modules/cprintf.lua2
-rw-r--r--xmake/core/sandbox/modules/debug.lua2
-rw-r--r--xmake/core/sandbox/modules/finally.lua2
-rw-r--r--xmake/core/sandbox/modules/format.lua2
-rw-r--r--xmake/core/sandbox/modules/hash.lua2
-rw-r--r--xmake/core/sandbox/modules/ifelse.lua2
-rw-r--r--xmake/core/sandbox/modules/import.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/colors.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/global.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/option.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/privilege.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/semver.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/task.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/language/language.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/language/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/package/package.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/package/repository.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/environment.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/platform.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/cache.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/config.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/history.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/project.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/target.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/task.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/template.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/sandbox/module.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/compiler.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/extractor.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/linker.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/cache.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_directory.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_file.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_library.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_package.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_path.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_program.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_programver.lua2
-rw-r--r--xmake/core/sandbox/modules/inherit.lua2
-rw-r--r--xmake/core/sandbox/modules/insert.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/format.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/getenv.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/ifelse.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/ipairs.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/os.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/pairs.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/path.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/print.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/printf.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/string.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/table.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/tonumber.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/tostring.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/type.lua2
-rw-r--r--xmake/core/sandbox/modules/io.lua2
-rw-r--r--xmake/core/sandbox/modules/ipairs.lua2
-rw-r--r--xmake/core/sandbox/modules/math.lua2
-rw-r--r--xmake/core/sandbox/modules/os.lua2
-rw-r--r--xmake/core/sandbox/modules/pairs.lua2
-rw-r--r--xmake/core/sandbox/modules/path.lua2
-rw-r--r--xmake/core/sandbox/modules/print.lua2
-rw-r--r--xmake/core/sandbox/modules/printf.lua2
-rw-r--r--xmake/core/sandbox/modules/process.lua2
-rw-r--r--xmake/core/sandbox/modules/raise.lua2
-rw-r--r--xmake/core/sandbox/modules/string.lua2
-rw-r--r--xmake/core/sandbox/modules/table.lua2
-rw-r--r--xmake/core/sandbox/modules/tonumber.lua2
-rw-r--r--xmake/core/sandbox/modules/tostring.lua2
-rw-r--r--xmake/core/sandbox/modules/try.lua2
-rw-r--r--xmake/core/sandbox/modules/type.lua2
-rw-r--r--xmake/core/sandbox/modules/unpack.lua2
-rw-r--r--xmake/core/sandbox/modules/utils.lua2
-rw-r--r--xmake/core/sandbox/modules/val.lua2
-rw-r--r--xmake/core/sandbox/modules/vformat.lua2
-rw-r--r--xmake/core/sandbox/modules/vprint.lua2
-rw-r--r--xmake/core/sandbox/modules/vprintf.lua2
-rw-r--r--xmake/core/sandbox/sandbox.lua2
-rw-r--r--xmake/core/tool/builder.lua2
-rw-r--r--xmake/core/tool/compiler.lua2
-rw-r--r--xmake/core/tool/extractor.lua2
-rw-r--r--xmake/core/tool/linker.lua2
-rw-r--r--xmake/core/tool/tool.lua2
126 files changed, 127 insertions, 127 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index 58af78d66..e9a23f491 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/colors.lua b/xmake/core/base/colors.lua
index 9fe7790ae..eb7295ea4 100644
--- a/xmake/core/base/colors.lua
+++ b/xmake/core/base/colors.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/coroutine.lua b/xmake/core/base/coroutine.lua
index db2d36372..e012db923 100644
--- a/xmake/core/base/coroutine.lua
+++ b/xmake/core/base/coroutine.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua
index bfb7c0798..6cfb35fa8 100644
--- a/xmake/core/base/deprecated.lua
+++ b/xmake/core/base/deprecated.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua
index 206551c88..a452342e0 100644
--- a/xmake/core/base/deprecated/interpreter.lua
+++ b/xmake/core/base/deprecated/interpreter.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/emoji.lua b/xmake/core/base/emoji.lua
index 7bb2c8079..436df2e21 100644
--- a/xmake/core/base/emoji.lua
+++ b/xmake/core/base/emoji.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua
index 9dd146ac6..878b7dfe7 100644
--- a/xmake/core/base/filter.lua
+++ b/xmake/core/base/filter.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua
index 0bced098f..1699a06e9 100644
--- a/xmake/core/base/global.lua
+++ b/xmake/core/base/global.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index b92ecd52e..8589e8a1e 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index 2d59051c7..bf794da17 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index c2833d9ad..7f3ef2ad8 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 359ff24cb..6d4c4a96e 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index 07c5a72c6..a76bd4525 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/privilege.lua b/xmake/core/base/privilege.lua
index c6b7bb0c2..b53876713 100644
--- a/xmake/core/base/privilege.lua
+++ b/xmake/core/base/privilege.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/process.lua b/xmake/core/base/process.lua
index 297b8f696..785c044ad 100644
--- a/xmake/core/base/process.lua
+++ b/xmake/core/base/process.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua
index e8aeab18c..ee2ab9fb5 100644
--- a/xmake/core/base/profiler.lua
+++ b/xmake/core/base/profiler.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua
index 97945851e..0f65232e9 100644
--- a/xmake/core/base/string.lua
+++ b/xmake/core/base/string.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index d1251ea1a..410b4a329 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 7a12c69af..757b1fcf3 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index 5ab310004..772d1f162 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/language/language.lua b/xmake/core/language/language.lua
index 5c661782e..d19ab88d6 100644
--- a/xmake/core/language/language.lua
+++ b/xmake/core/language/language.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/language/menu.lua b/xmake/core/language/menu.lua
index f508df0bc..71c7fedc1 100644
--- a/xmake/core/language/menu.lua
+++ b/xmake/core/language/menu.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 08d22bc3a..b9e0749ba 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
@@ -43,7 +43,7 @@ local package = require("package/package")
local menu =
{
-- title
- title = "${bright}xmake v" .. xmake._VERSION .. ", A make-like build utility based on Lua${clear}"
+ title = "${bright}xmake v" .. xmake._VERSION .. ", A cross-platform build utility based on Lua${clear}"
-- copyright
, copyright = "Copyright (C) 2015-2017 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index e5ca87b84..a79a7753c 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/package/repository.lua b/xmake/core/package/repository.lua
index 6a4bcc9f0..41feaa5a8 100644
--- a/xmake/core/package/repository.lua
+++ b/xmake/core/package/repository.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/platform/environment.lua b/xmake/core/platform/environment.lua
index 237a3b6eb..f91f5ccc5 100644
--- a/xmake/core/platform/environment.lua
+++ b/xmake/core/platform/environment.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua
index e9520b4f5..144a9bf05 100644
--- a/xmake/core/platform/menu.lua
+++ b/xmake/core/platform/menu.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index de11e0358..82ac2eab9 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/cache.lua b/xmake/core/project/cache.lua
index 7dfbd9956..813cd8673 100644
--- a/xmake/core/project/cache.lua
+++ b/xmake/core/project/cache.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index 2da8e8705..0f9255f07 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/deprecated/project.lua b/xmake/core/project/deprecated/project.lua
index 1b86b45e3..bf46571b2 100644
--- a/xmake/core/project/deprecated/project.lua
+++ b/xmake/core/project/deprecated/project.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/history.lua b/xmake/core/project/history.lua
index 72d090784..230e9fdde 100644
--- a/xmake/core/project/history.lua
+++ b/xmake/core/project/history.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index 164d570a2..46aa9376b 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 5d9170e1e..1e2935586 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index 762c131bd..975a27fa6 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua
index cbc1551a8..a325bfe0d 100644
--- a/xmake/core/project/template.lua
+++ b/xmake/core/project/template.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/_g.lua b/xmake/core/sandbox/modules/_g.lua
index 757ea3b66..79471e188 100644
--- a/xmake/core/sandbox/modules/_g.lua
+++ b/xmake/core/sandbox/modules/_g.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/assert.lua b/xmake/core/sandbox/modules/assert.lua
index bb39bf73b..a00cf6a03 100644
--- a/xmake/core/sandbox/modules/assert.lua
+++ b/xmake/core/sandbox/modules/assert.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/catch.lua b/xmake/core/sandbox/modules/catch.lua
index 319dd8428..71bc33295 100644
--- a/xmake/core/sandbox/modules/catch.lua
+++ b/xmake/core/sandbox/modules/catch.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/coroutine.lua b/xmake/core/sandbox/modules/coroutine.lua
index c1d74a9fd..374d69993 100644
--- a/xmake/core/sandbox/modules/coroutine.lua
+++ b/xmake/core/sandbox/modules/coroutine.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/cprint.lua b/xmake/core/sandbox/modules/cprint.lua
index d6e85081a..85f52a98d 100644
--- a/xmake/core/sandbox/modules/cprint.lua
+++ b/xmake/core/sandbox/modules/cprint.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/cprintf.lua b/xmake/core/sandbox/modules/cprintf.lua
index a23244ec8..675d55324 100644
--- a/xmake/core/sandbox/modules/cprintf.lua
+++ b/xmake/core/sandbox/modules/cprintf.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/debug.lua b/xmake/core/sandbox/modules/debug.lua
index ea05b2f0b..2a1d2e157 100644
--- a/xmake/core/sandbox/modules/debug.lua
+++ b/xmake/core/sandbox/modules/debug.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/finally.lua b/xmake/core/sandbox/modules/finally.lua
index 7ce8730c7..aade1f1f3 100644
--- a/xmake/core/sandbox/modules/finally.lua
+++ b/xmake/core/sandbox/modules/finally.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/format.lua b/xmake/core/sandbox/modules/format.lua
index 9f44ad41f..6dce074f4 100644
--- a/xmake/core/sandbox/modules/format.lua
+++ b/xmake/core/sandbox/modules/format.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/hash.lua b/xmake/core/sandbox/modules/hash.lua
index 7143aa511..aec137365 100644
--- a/xmake/core/sandbox/modules/hash.lua
+++ b/xmake/core/sandbox/modules/hash.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/ifelse.lua b/xmake/core/sandbox/modules/ifelse.lua
index 6823d1ea2..550b9384f 100644
--- a/xmake/core/sandbox/modules/ifelse.lua
+++ b/xmake/core/sandbox/modules/ifelse.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import.lua b/xmake/core/sandbox/modules/import.lua
index 9cb99dbcd..bbedd6146 100644
--- a/xmake/core/sandbox/modules/import.lua
+++ b/xmake/core/sandbox/modules/import.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/colors.lua b/xmake/core/sandbox/modules/import/core/base/colors.lua
index 13d7e65cb..962086e87 100644
--- a/xmake/core/sandbox/modules/import/core/base/colors.lua
+++ b/xmake/core/sandbox/modules/import/core/base/colors.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/global.lua b/xmake/core/sandbox/modules/import/core/base/global.lua
index c05edb52c..92312f622 100644
--- a/xmake/core/sandbox/modules/import/core/base/global.lua
+++ b/xmake/core/sandbox/modules/import/core/base/global.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/option.lua b/xmake/core/sandbox/modules/import/core/base/option.lua
index bc5e261b9..048901587 100644
--- a/xmake/core/sandbox/modules/import/core/base/option.lua
+++ b/xmake/core/sandbox/modules/import/core/base/option.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/privilege.lua b/xmake/core/sandbox/modules/import/core/base/privilege.lua
index 8f94cdb79..295790244 100644
--- a/xmake/core/sandbox/modules/import/core/base/privilege.lua
+++ b/xmake/core/sandbox/modules/import/core/base/privilege.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/semver.lua b/xmake/core/sandbox/modules/import/core/base/semver.lua
index ee4c6e685..08a43dd76 100644
--- a/xmake/core/sandbox/modules/import/core/base/semver.lua
+++ b/xmake/core/sandbox/modules/import/core/base/semver.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/base/task.lua b/xmake/core/sandbox/modules/import/core/base/task.lua
index f3f7dbcb8..b63c965ea 100644
--- a/xmake/core/sandbox/modules/import/core/base/task.lua
+++ b/xmake/core/sandbox/modules/import/core/base/task.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/language/language.lua b/xmake/core/sandbox/modules/import/core/language/language.lua
index 676cf9a74..cdc324fd9 100644
--- a/xmake/core/sandbox/modules/import/core/language/language.lua
+++ b/xmake/core/sandbox/modules/import/core/language/language.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/language/menu.lua b/xmake/core/sandbox/modules/import/core/language/menu.lua
index b21f6bb73..c3cd0bda3 100644
--- a/xmake/core/sandbox/modules/import/core/language/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/language/menu.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/package/package.lua b/xmake/core/sandbox/modules/import/core/package/package.lua
index 10d62f493..90b31c107 100644
--- a/xmake/core/sandbox/modules/import/core/package/package.lua
+++ b/xmake/core/sandbox/modules/import/core/package/package.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/package/repository.lua b/xmake/core/sandbox/modules/import/core/package/repository.lua
index 3336ab4e1..c8103e225 100644
--- a/xmake/core/sandbox/modules/import/core/package/repository.lua
+++ b/xmake/core/sandbox/modules/import/core/package/repository.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/platform/environment.lua b/xmake/core/sandbox/modules/import/core/platform/environment.lua
index 026fd0fc7..d6c612831 100644
--- a/xmake/core/sandbox/modules/import/core/platform/environment.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/environment.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/platform/menu.lua b/xmake/core/sandbox/modules/import/core/platform/menu.lua
index ab30ec732..c8f0658c6 100644
--- a/xmake/core/sandbox/modules/import/core/platform/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/menu.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/platform/platform.lua b/xmake/core/sandbox/modules/import/core/platform/platform.lua
index e4175aaaa..4421947a4 100644
--- a/xmake/core/sandbox/modules/import/core/platform/platform.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/platform.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/cache.lua b/xmake/core/sandbox/modules/import/core/project/cache.lua
index 066ae4d03..2267522be 100644
--- a/xmake/core/sandbox/modules/import/core/project/cache.lua
+++ b/xmake/core/sandbox/modules/import/core/project/cache.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/config.lua b/xmake/core/sandbox/modules/import/core/project/config.lua
index 4ecdeca92..e5ddf5379 100644
--- a/xmake/core/sandbox/modules/import/core/project/config.lua
+++ b/xmake/core/sandbox/modules/import/core/project/config.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/history.lua b/xmake/core/sandbox/modules/import/core/project/history.lua
index b205afdf9..561ece117 100644
--- a/xmake/core/sandbox/modules/import/core/project/history.lua
+++ b/xmake/core/sandbox/modules/import/core/project/history.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/menu.lua b/xmake/core/sandbox/modules/import/core/project/menu.lua
index c83eff5dc..9778f417d 100644
--- a/xmake/core/sandbox/modules/import/core/project/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/project/menu.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua
index 715b3d83d..eb8aa4422 100644
--- a/xmake/core/sandbox/modules/import/core/project/project.lua
+++ b/xmake/core/sandbox/modules/import/core/project/project.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/target.lua b/xmake/core/sandbox/modules/import/core/project/target.lua
index 45309772d..89b73aa13 100644
--- a/xmake/core/sandbox/modules/import/core/project/target.lua
+++ b/xmake/core/sandbox/modules/import/core/project/target.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/task.lua b/xmake/core/sandbox/modules/import/core/project/task.lua
index 9652d0beb..cede51a56 100644
--- a/xmake/core/sandbox/modules/import/core/project/task.lua
+++ b/xmake/core/sandbox/modules/import/core/project/task.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/project/template.lua b/xmake/core/sandbox/modules/import/core/project/template.lua
index 3a776bd4a..fb9f43147 100644
--- a/xmake/core/sandbox/modules/import/core/project/template.lua
+++ b/xmake/core/sandbox/modules/import/core/project/template.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/sandbox/module.lua b/xmake/core/sandbox/modules/import/core/sandbox/module.lua
index 4a6425be7..072b09912 100644
--- a/xmake/core/sandbox/modules/import/core/sandbox/module.lua
+++ b/xmake/core/sandbox/modules/import/core/sandbox/module.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
index 262363e1a..778e5078c 100644
--- a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
+++ b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/tool/compiler.lua b/xmake/core/sandbox/modules/import/core/tool/compiler.lua
index f629c4ec6..66df911f2 100644
--- a/xmake/core/sandbox/modules/import/core/tool/compiler.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/compiler.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/tool/extractor.lua b/xmake/core/sandbox/modules/import/core/tool/extractor.lua
index c23b48ccc..536c2a2eb 100644
--- a/xmake/core/sandbox/modules/import/core/tool/extractor.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/extractor.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/core/tool/linker.lua b/xmake/core/sandbox/modules/import/core/tool/linker.lua
index e80102457..cd2c29af5 100644
--- a/xmake/core/sandbox/modules/import/core/tool/linker.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/linker.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/cache.lua b/xmake/core/sandbox/modules/import/lib/detect/cache.lua
index 82d9c60bc..9fe3879ff 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/cache.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/cache.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua b/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
index e4c6c00d4..872760135 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_file.lua b/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
index e647f1869..bc864f9e7 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_library.lua b/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
index af4086599..a9bbf9cd4 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
index cc8eaf429..104df7ee2 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_path.lua b/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
index bb5a7d280..679f17682 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
index e38a3414c..fa78c37af 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua b/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
index b54b03899..3f9520a9f 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/inherit.lua b/xmake/core/sandbox/modules/inherit.lua
index 659a5fa05..b00b7d7eb 100644
--- a/xmake/core/sandbox/modules/inherit.lua
+++ b/xmake/core/sandbox/modules/inherit.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/insert.lua b/xmake/core/sandbox/modules/insert.lua
index 7fb94096d..e89b206bd 100644
--- a/xmake/core/sandbox/modules/insert.lua
+++ b/xmake/core/sandbox/modules/insert.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/format.lua b/xmake/core/sandbox/modules/interpreter/format.lua
index 614f0901f..c86f131b0 100644
--- a/xmake/core/sandbox/modules/interpreter/format.lua
+++ b/xmake/core/sandbox/modules/interpreter/format.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/getenv.lua b/xmake/core/sandbox/modules/interpreter/getenv.lua
index a252e624f..91bab9d1f 100644
--- a/xmake/core/sandbox/modules/interpreter/getenv.lua
+++ b/xmake/core/sandbox/modules/interpreter/getenv.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/ifelse.lua b/xmake/core/sandbox/modules/interpreter/ifelse.lua
index 5002a8e35..9753684c8 100644
--- a/xmake/core/sandbox/modules/interpreter/ifelse.lua
+++ b/xmake/core/sandbox/modules/interpreter/ifelse.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/ipairs.lua b/xmake/core/sandbox/modules/interpreter/ipairs.lua
index ccfe8877e..c440a4739 100644
--- a/xmake/core/sandbox/modules/interpreter/ipairs.lua
+++ b/xmake/core/sandbox/modules/interpreter/ipairs.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/os.lua b/xmake/core/sandbox/modules/interpreter/os.lua
index ec650a212..68aa3fca7 100644
--- a/xmake/core/sandbox/modules/interpreter/os.lua
+++ b/xmake/core/sandbox/modules/interpreter/os.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/pairs.lua b/xmake/core/sandbox/modules/interpreter/pairs.lua
index 0c5c98558..8615dffd0 100644
--- a/xmake/core/sandbox/modules/interpreter/pairs.lua
+++ b/xmake/core/sandbox/modules/interpreter/pairs.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/path.lua b/xmake/core/sandbox/modules/interpreter/path.lua
index da7f374b5..2a9ce8018 100644
--- a/xmake/core/sandbox/modules/interpreter/path.lua
+++ b/xmake/core/sandbox/modules/interpreter/path.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/print.lua b/xmake/core/sandbox/modules/interpreter/print.lua
index f33afecea..d32af0fd6 100644
--- a/xmake/core/sandbox/modules/interpreter/print.lua
+++ b/xmake/core/sandbox/modules/interpreter/print.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/printf.lua b/xmake/core/sandbox/modules/interpreter/printf.lua
index d75648675..358716c13 100644
--- a/xmake/core/sandbox/modules/interpreter/printf.lua
+++ b/xmake/core/sandbox/modules/interpreter/printf.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/string.lua b/xmake/core/sandbox/modules/interpreter/string.lua
index b2bed7d2e..a9aebcb7e 100644
--- a/xmake/core/sandbox/modules/interpreter/string.lua
+++ b/xmake/core/sandbox/modules/interpreter/string.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/table.lua b/xmake/core/sandbox/modules/interpreter/table.lua
index dc06886d5..ce52b5e75 100644
--- a/xmake/core/sandbox/modules/interpreter/table.lua
+++ b/xmake/core/sandbox/modules/interpreter/table.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/tonumber.lua b/xmake/core/sandbox/modules/interpreter/tonumber.lua
index 04343da40..2329bb4d3 100644
--- a/xmake/core/sandbox/modules/interpreter/tonumber.lua
+++ b/xmake/core/sandbox/modules/interpreter/tonumber.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/tostring.lua b/xmake/core/sandbox/modules/interpreter/tostring.lua
index 209be083d..ce745df5e 100644
--- a/xmake/core/sandbox/modules/interpreter/tostring.lua
+++ b/xmake/core/sandbox/modules/interpreter/tostring.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/interpreter/type.lua b/xmake/core/sandbox/modules/interpreter/type.lua
index 064bbd11e..7645a9ef4 100644
--- a/xmake/core/sandbox/modules/interpreter/type.lua
+++ b/xmake/core/sandbox/modules/interpreter/type.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua
index 7ca5a4def..414423620 100644
--- a/xmake/core/sandbox/modules/io.lua
+++ b/xmake/core/sandbox/modules/io.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/ipairs.lua b/xmake/core/sandbox/modules/ipairs.lua
index ca79e6b71..fc65f3840 100644
--- a/xmake/core/sandbox/modules/ipairs.lua
+++ b/xmake/core/sandbox/modules/ipairs.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/math.lua b/xmake/core/sandbox/modules/math.lua
index 6099309c0..28f7aaa54 100644
--- a/xmake/core/sandbox/modules/math.lua
+++ b/xmake/core/sandbox/modules/math.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/os.lua b/xmake/core/sandbox/modules/os.lua
index 3e60b52d8..5b603843c 100644
--- a/xmake/core/sandbox/modules/os.lua
+++ b/xmake/core/sandbox/modules/os.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/pairs.lua b/xmake/core/sandbox/modules/pairs.lua
index e428de384..80faf3d1a 100644
--- a/xmake/core/sandbox/modules/pairs.lua
+++ b/xmake/core/sandbox/modules/pairs.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/path.lua b/xmake/core/sandbox/modules/path.lua
index bf8443fd0..f24744b2e 100644
--- a/xmake/core/sandbox/modules/path.lua
+++ b/xmake/core/sandbox/modules/path.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/print.lua b/xmake/core/sandbox/modules/print.lua
index 9803605c3..2f58303d4 100644
--- a/xmake/core/sandbox/modules/print.lua
+++ b/xmake/core/sandbox/modules/print.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/printf.lua b/xmake/core/sandbox/modules/printf.lua
index 15c7595cd..dc56be0b5 100644
--- a/xmake/core/sandbox/modules/printf.lua
+++ b/xmake/core/sandbox/modules/printf.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/process.lua b/xmake/core/sandbox/modules/process.lua
index f8f2a2a7e..cc4282702 100644
--- a/xmake/core/sandbox/modules/process.lua
+++ b/xmake/core/sandbox/modules/process.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/raise.lua b/xmake/core/sandbox/modules/raise.lua
index ac3e7e05a..6f950b7d4 100644
--- a/xmake/core/sandbox/modules/raise.lua
+++ b/xmake/core/sandbox/modules/raise.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/string.lua b/xmake/core/sandbox/modules/string.lua
index 2506ae35e..dbc693e9f 100644
--- a/xmake/core/sandbox/modules/string.lua
+++ b/xmake/core/sandbox/modules/string.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/table.lua b/xmake/core/sandbox/modules/table.lua
index 1148f7246..444466a5e 100644
--- a/xmake/core/sandbox/modules/table.lua
+++ b/xmake/core/sandbox/modules/table.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/tonumber.lua b/xmake/core/sandbox/modules/tonumber.lua
index 04343da40..2329bb4d3 100644
--- a/xmake/core/sandbox/modules/tonumber.lua
+++ b/xmake/core/sandbox/modules/tonumber.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/tostring.lua b/xmake/core/sandbox/modules/tostring.lua
index 209be083d..ce745df5e 100644
--- a/xmake/core/sandbox/modules/tostring.lua
+++ b/xmake/core/sandbox/modules/tostring.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/try.lua b/xmake/core/sandbox/modules/try.lua
index c339f4abc..b4edbd709 100644
--- a/xmake/core/sandbox/modules/try.lua
+++ b/xmake/core/sandbox/modules/try.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/type.lua b/xmake/core/sandbox/modules/type.lua
index 064bbd11e..7645a9ef4 100644
--- a/xmake/core/sandbox/modules/type.lua
+++ b/xmake/core/sandbox/modules/type.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/unpack.lua b/xmake/core/sandbox/modules/unpack.lua
index b430615fd..863aac397 100644
--- a/xmake/core/sandbox/modules/unpack.lua
+++ b/xmake/core/sandbox/modules/unpack.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua
index c8593098f..7d553c33f 100644
--- a/xmake/core/sandbox/modules/utils.lua
+++ b/xmake/core/sandbox/modules/utils.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/val.lua b/xmake/core/sandbox/modules/val.lua
index a93eed5b5..06ec10aef 100644
--- a/xmake/core/sandbox/modules/val.lua
+++ b/xmake/core/sandbox/modules/val.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/vformat.lua b/xmake/core/sandbox/modules/vformat.lua
index 442100c81..72ffa37f5 100644
--- a/xmake/core/sandbox/modules/vformat.lua
+++ b/xmake/core/sandbox/modules/vformat.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/vprint.lua b/xmake/core/sandbox/modules/vprint.lua
index 49064afae..c8d4d3e0f 100644
--- a/xmake/core/sandbox/modules/vprint.lua
+++ b/xmake/core/sandbox/modules/vprint.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/modules/vprintf.lua b/xmake/core/sandbox/modules/vprintf.lua
index 58f211666..49c963131 100644
--- a/xmake/core/sandbox/modules/vprintf.lua
+++ b/xmake/core/sandbox/modules/vprintf.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/sandbox/sandbox.lua b/xmake/core/sandbox/sandbox.lua
index a706e6da2..0be6b604b 100644
--- a/xmake/core/sandbox/sandbox.lua
+++ b/xmake/core/sandbox/sandbox.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua
index 34ed1e3b8..ec0797bae 100644
--- a/xmake/core/tool/builder.lua
+++ b/xmake/core/tool/builder.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua
index a48c42b7e..a6afc1a22 100644
--- a/xmake/core/tool/compiler.lua
+++ b/xmake/core/tool/compiler.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/tool/extractor.lua b/xmake/core/tool/extractor.lua
index 480005c68..92d9f7823 100644
--- a/xmake/core/tool/extractor.lua
+++ b/xmake/core/tool/extractor.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/tool/linker.lua b/xmake/core/tool/linker.lua
index 118fbd4e3..1ce6d80e4 100644
--- a/xmake/core/tool/linker.lua
+++ b/xmake/core/tool/linker.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/core/tool/tool.lua b/xmake/core/tool/tool.lua
index 639306bc8..ba7388526 100644
--- a/xmake/core/tool/tool.lua
+++ b/xmake/core/tool/tool.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file