summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 08:06:24 +0800
committerruki <[email protected]>2016-07-14 08:06:24 +0800
commit375e6543b6ababe4dd84692456e71886cb857188 (patch)
tree4e972160c722f69f490164064bf87c803e453387
parentfdc862e9d63e417307f8e8555bd10dbab36661b9 (diff)
modify title
-rw-r--r--core/src/xmake/config.h2
-rwxr-xr-xcore/src/xmake/machine.c2
-rwxr-xr-xcore/src/xmake/machine.h2
-rwxr-xr-xcore/src/xmake/os/chdir.c2
-rwxr-xr-xcore/src/xmake/os/cpdir.c2
-rwxr-xr-xcore/src/xmake/os/cpfile.c2
-rwxr-xr-xcore/src/xmake/os/curdir.c2
-rwxr-xr-xcore/src/xmake/os/emptydir.c2
-rwxr-xr-xcore/src/xmake/os/exists.c2
-rwxr-xr-xcore/src/xmake/os/find.c2
-rwxr-xr-xcore/src/xmake/os/getenv.c2
-rwxr-xr-xcore/src/xmake/os/isdir.c2
-rwxr-xr-xcore/src/xmake/os/isfile.c2
-rwxr-xr-xcore/src/xmake/os/mclock.c2
-rwxr-xr-xcore/src/xmake/os/mkdir.c2
-rwxr-xr-xcore/src/xmake/os/mtime.c2
-rw-r--r--core/src/xmake/os/prefix.h2
-rwxr-xr-xcore/src/xmake/os/rename.c2
-rwxr-xr-xcore/src/xmake/os/rmdir.c2
-rwxr-xr-xcore/src/xmake/os/rmfile.c2
-rwxr-xr-xcore/src/xmake/os/setenv.c2
-rwxr-xr-xcore/src/xmake/os/strerror.c2
-rwxr-xr-xcore/src/xmake/os/tmpdir.c2
-rwxr-xr-xcore/src/xmake/path/absolute.c2
-rwxr-xr-xcore/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rwxr-xr-xcore/src/xmake/path/relative.c2
-rwxr-xr-xcore/src/xmake/path/translate.c2
-rwxr-xr-xcore/src/xmake/prefix.h2
-rw-r--r--core/src/xmake/prefix/config.h2
-rw-r--r--core/src/xmake/prefix/prefix.h2
-rwxr-xr-xcore/src/xmake/prefix/version.h2
-rwxr-xr-xcore/src/xmake/process/close.c2
-rwxr-xr-xcore/src/xmake/process/open.c2
-rwxr-xr-xcore/src/xmake/process/openv.c2
-rw-r--r--core/src/xmake/process/prefix.h2
-rwxr-xr-xcore/src/xmake/process/wait.c2
-rwxr-xr-xcore/src/xmake/process/waitlist.c2
-rwxr-xr-xcore/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rwxr-xr-xcore/src/xmake/string/startswith.c2
-rwxr-xr-xcore/src/xmake/string/strcmp.c2
-rwxr-xr-xcore/src/xmake/xmake.c2
-rwxr-xr-xcore/src/xmake/xmake.h2
-rwxr-xr-xxmake/actions/build/builder.lua2
-rwxr-xr-xxmake/actions/build/kinds/binary.lua2
-rwxr-xr-xxmake/actions/build/kinds/object.lua2
-rwxr-xr-xxmake/actions/build/kinds/shared.lua2
-rwxr-xr-xxmake/actions/build/kinds/static.lua2
-rwxr-xr-xxmake/actions/build/main.lua2
-rwxr-xr-xxmake/actions/build/xmake.lua2
-rwxr-xr-xxmake/actions/clean/main.lua2
-rwxr-xr-xxmake/actions/clean/xmake.lua2
-rwxr-xr-xxmake/actions/config/configheader.lua2
-rwxr-xr-xxmake/actions/config/main.lua2
-rwxr-xr-xxmake/actions/config/xmake.lua2
-rwxr-xr-xxmake/actions/create/main.lua2
-rwxr-xr-xxmake/actions/create/xmake.lua2
-rwxr-xr-xxmake/actions/global/main.lua2
-rwxr-xr-xxmake/actions/global/xmake.lua2
-rwxr-xr-xxmake/actions/install/main.lua2
-rwxr-xr-xxmake/actions/install/xmake.lua2
-rwxr-xr-xxmake/actions/package/main.lua2
-rwxr-xr-xxmake/actions/package/xmake.lua2
-rwxr-xr-xxmake/actions/run/main.lua2
-rwxr-xr-xxmake/actions/run/xmake.lua2
-rwxr-xr-xxmake/actions/uninstall/main.lua2
-rwxr-xr-xxmake/actions/uninstall/xmake.lua2
-rw-r--r--xmake/core/_xmake_main.lua2
-rw-r--r--xmake/core/base/colors.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/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/profiler.lua2
-rw-r--r--xmake/core/base/string.lua2
-rw-r--r--xmake/core/base/table.lua2
-rw-r--r--xmake/core/base/utils.lua2
-rw-r--r--xmake/core/main.lua4
-rw-r--r--xmake/core/platform/checker.lua2
-rw-r--r--xmake/core/platform/environment.lua2
-rw-r--r--xmake/core/platform/installer.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/global.lua2
-rw-r--r--xmake/core/project/history.lua2
-rw-r--r--xmake/core/project/option.lua2
-rw-r--r--xmake/core/project/package.lua2
-rw-r--r--xmake/core/project/project.lua2
-rw-r--r--xmake/core/project/target.lua2
-rw-r--r--xmake/core/project/task.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/ifelse.lua2
-rw-r--r--xmake/core/sandbox/modules/import.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/option.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/environment.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/installer.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/global.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/package.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/tool/archiver.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/core/tool/tool.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/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/utils.lua2
-rw-r--r--xmake/core/sandbox/modules/vformat.lua2
-rw-r--r--xmake/core/sandbox/sandbox.lua2
-rw-r--r--xmake/core/tool/archiver.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
-rw-r--r--xmake/platforms/android/checker.lua2
-rwxr-xr-xxmake/platforms/android/xmake.lua2
-rw-r--r--xmake/platforms/checker.lua2
-rw-r--r--xmake/platforms/installer.lua2
-rw-r--r--xmake/platforms/iphoneos/checker.lua2
-rwxr-xr-xxmake/platforms/iphoneos/xmake.lua2
-rw-r--r--xmake/platforms/linux/checker.lua2
-rw-r--r--xmake/platforms/linux/installer.lua2
-rwxr-xr-xxmake/platforms/linux/xmake.lua2
-rw-r--r--xmake/platforms/macosx/checker.lua2
-rw-r--r--xmake/platforms/macosx/installer.lua2
-rwxr-xr-xxmake/platforms/macosx/xmake.lua2
-rw-r--r--xmake/platforms/mingw/checker.lua2
-rwxr-xr-xxmake/platforms/mingw/xmake.lua2
-rw-r--r--xmake/platforms/watchos/checker.lua2
-rwxr-xr-xxmake/platforms/watchos/xmake.lua2
-rw-r--r--xmake/platforms/windows/checker.lua2
-rw-r--r--xmake/platforms/windows/environment.lua2
-rwxr-xr-xxmake/platforms/windows/xmake.lua2
-rwxr-xr-xxmake/plugins/doxygen/main.lua2
-rwxr-xr-xxmake/plugins/doxygen/xmake.lua2
-rwxr-xr-xxmake/plugins/hello/xmake.lua2
-rw-r--r--xmake/plugins/lua/scripts/cat.lua2
-rw-r--r--xmake/plugins/lua/scripts/cp.lua2
-rw-r--r--xmake/plugins/lua/scripts/echo.lua2
-rw-r--r--xmake/plugins/lua/scripts/lipo.lua2
-rw-r--r--xmake/plugins/lua/scripts/mkdir.lua2
-rw-r--r--xmake/plugins/lua/scripts/mv.lua2
-rw-r--r--xmake/plugins/lua/scripts/rm.lua2
-rw-r--r--xmake/plugins/lua/scripts/rmdir.lua2
-rw-r--r--xmake/plugins/lua/scripts/verbose.lua2
-rwxr-xr-xxmake/plugins/lua/xmake.lua2
-rwxr-xr-xxmake/plugins/macro/macros/package.lua2
-rwxr-xr-xxmake/plugins/macro/main.lua2
-rwxr-xr-xxmake/plugins/macro/xmake.lua2
-rwxr-xr-xxmake/plugins/project/main.lua2
-rwxr-xr-xxmake/plugins/project/makefile.lua2
-rwxr-xr-xxmake/plugins/project/xmake.lua2
-rw-r--r--xmake/tools/ar.lua2
-rw-r--r--xmake/tools/ccache.lua2
-rwxr-xr-xxmake/tools/cl.lua2
-rwxr-xr-xxmake/tools/clang++.lua2
-rwxr-xr-xxmake/tools/clang.lua2
-rwxr-xr-xxmake/tools/g++.lua2
-rwxr-xr-xxmake/tools/gcc.lua2
-rwxr-xr-xxmake/tools/lib.lua2
-rwxr-xr-xxmake/tools/link.lua2
-rwxr-xr-xxmake/tools/ml.lua2
-rw-r--r--xmake/tools/swiftc.lua2
206 files changed, 207 insertions, 207 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index a3e969d86..0fd537444 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index 835060fdb..b877eb3c1 100755
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 4d6e52afb..09434c329 100755
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 78b982519..cb6e2944f 100755
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index e54a5817a..eb63c9003 100755
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index abae6147a..649edb212 100755
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index 22bbae4ad..ac875b155 100755
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index 4223ae0f8..44ac1d56b 100755
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index a4983b7c3..efdc5d3c3 100755
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index 6072b5d4c..5d41e2ac8 100755
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index ad8c5d1f8..656335791 100755
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index f6f18c973..1077b93ff 100755
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index cf37cb40b..f38cba96e 100755
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index cdff736e9..6c07c1b28 100755
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index dd8407341..169e77ba4 100755
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index fbbd2cfd3..114475741 100755
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index b1f90b248..4478f935a 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index 7190189e8..eb25e4b08 100755
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index a51c5e097..e08fb5b36 100755
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index e872a8c48..5cfacd018 100755
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index 93376abb7..f8aa82360 100755
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index 54c09ff57..295258a24 100755
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index 03b4c94d3..baf863865 100755
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index 38f31a329..f0f8517f5 100755
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 1d2c5648e..15bd899cf 100755
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index aae1f22cc..f69333b7a 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index 1662309ae..84f9441e1 100755
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index fdc2c43b1..6a3300880 100755
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index 44079dc75..2aad941c0 100755
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 9da73e533..92fcec433 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index 082d468e6..45ca3b1b3 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h
index e7261a2c7..415d8aa9e 100755
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index 97e7bff27..ef8f2c6d2 100755
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 55d4fab0b..e367c4bcd 100755
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index 692d18754..72343bba8 100755
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index 72eac8c62..454e69e71 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/wait.c b/core/src/xmake/process/wait.c
index e7ff0cbaf..683fe22da 100755
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index 4e00276d7..7098cc663 100755
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index ec48daf07..95d1e86a4 100755
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index 498593e00..cca68c444 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index eb38f5dd1..20f13e6d7 100755
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/string/strcmp.c b/core/src/xmake/string/strcmp.c
index e5036360f..7b4a88a37 100755
--- a/core/src/xmake/string/strcmp.c
+++ b/core/src/xmake/string/strcmp.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 41be44688..49f5aabb3 100755
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index be0a79779..7c3bdbfa0 100755
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.h
@@ -1,4 +1,4 @@
-/*!The Automatic Cross-platform Build Tool
+/*!The Make-like Build Utility based on Lua
*
* XMake is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/builder.lua b/xmake/actions/build/builder.lua
index e56b18ede..efea3e4a2 100755
--- a/xmake/actions/build/builder.lua
+++ b/xmake/actions/build/builder.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/kinds/binary.lua b/xmake/actions/build/kinds/binary.lua
index ac5f0421f..0b3c777ef 100755
--- a/xmake/actions/build/kinds/binary.lua
+++ b/xmake/actions/build/kinds/binary.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/kinds/object.lua b/xmake/actions/build/kinds/object.lua
index aab181c0b..c1d8b08dc 100755
--- a/xmake/actions/build/kinds/object.lua
+++ b/xmake/actions/build/kinds/object.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/kinds/shared.lua b/xmake/actions/build/kinds/shared.lua
index d9d333188..878507050 100755
--- a/xmake/actions/build/kinds/shared.lua
+++ b/xmake/actions/build/kinds/shared.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/kinds/static.lua b/xmake/actions/build/kinds/static.lua
index f1d3fdc07..709c0c936 100755
--- a/xmake/actions/build/kinds/static.lua
+++ b/xmake/actions/build/kinds/static.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua
index d6c1faac0..6c27e8fb2 100755
--- a/xmake/actions/build/main.lua
+++ b/xmake/actions/build/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/build/xmake.lua b/xmake/actions/build/xmake.lua
index 91e13b88d..3b5f729c9 100755
--- a/xmake/actions/build/xmake.lua
+++ b/xmake/actions/build/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua
index 82bfce253..05d6f7920 100755
--- a/xmake/actions/clean/main.lua
+++ b/xmake/actions/clean/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/clean/xmake.lua b/xmake/actions/clean/xmake.lua
index 146190059..173b4be4c 100755
--- a/xmake/actions/clean/xmake.lua
+++ b/xmake/actions/clean/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/config/configheader.lua b/xmake/actions/config/configheader.lua
index 8803fb0a8..4497b37f4 100755
--- a/xmake/actions/config/configheader.lua
+++ b/xmake/actions/config/configheader.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index 123af865c..3792dafed 100755
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua
index 6a27801dd..424889004 100755
--- a/xmake/actions/config/xmake.lua
+++ b/xmake/actions/config/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua
index 8ec4fc9af..64bf7d4d2 100755
--- a/xmake/actions/create/main.lua
+++ b/xmake/actions/create/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/create/xmake.lua b/xmake/actions/create/xmake.lua
index 4e5165964..9f38ec27a 100755
--- a/xmake/actions/create/xmake.lua
+++ b/xmake/actions/create/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/global/main.lua b/xmake/actions/global/main.lua
index 3646f9595..a71a1d2ef 100755
--- a/xmake/actions/global/main.lua
+++ b/xmake/actions/global/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index 757a19b27..b6914f69f 100755
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/install/main.lua b/xmake/actions/install/main.lua
index 727c86f73..2358b330f 100755
--- a/xmake/actions/install/main.lua
+++ b/xmake/actions/install/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/install/xmake.lua b/xmake/actions/install/xmake.lua
index 11fdd1270..c01b95b71 100755
--- a/xmake/actions/install/xmake.lua
+++ b/xmake/actions/install/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/package/main.lua b/xmake/actions/package/main.lua
index 42af3ca0a..0e6edfbae 100755
--- a/xmake/actions/package/main.lua
+++ b/xmake/actions/package/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/package/xmake.lua b/xmake/actions/package/xmake.lua
index ce367ca88..8e98c246c 100755
--- a/xmake/actions/package/xmake.lua
+++ b/xmake/actions/package/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua
index 84d516b40..fd1ce1888 100755
--- a/xmake/actions/run/main.lua
+++ b/xmake/actions/run/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/run/xmake.lua b/xmake/actions/run/xmake.lua
index 6f528e99d..5a63a69f5 100755
--- a/xmake/actions/run/xmake.lua
+++ b/xmake/actions/run/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/uninstall/main.lua b/xmake/actions/uninstall/main.lua
index 2f5056b6e..35731d6c3 100755
--- a/xmake/actions/uninstall/main.lua
+++ b/xmake/actions/uninstall/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/actions/uninstall/xmake.lua b/xmake/actions/uninstall/xmake.lua
index 881dc8274..1f6eb3d2b 100755
--- a/xmake/actions/uninstall/xmake.lua
+++ b/xmake/actions/uninstall/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index 2289b9141..7895b0300 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/colors.lua b/xmake/core/base/colors.lua
index 46421760f..fc3587794 100644
--- a/xmake/core/base/colors.lua
+++ b/xmake/core/base/colors.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua
index 04093b730..d7a4dc2d2 100644
--- a/xmake/core/base/deprecated.lua
+++ b/xmake/core/base/deprecated.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua
index 410841ef6..cb5fa4fdf 100644
--- a/xmake/core/base/deprecated/interpreter.lua
+++ b/xmake/core/base/deprecated/interpreter.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/emoji.lua b/xmake/core/base/emoji.lua
index 0c6a97472..4bf22a8b6 100644
--- a/xmake/core/base/emoji.lua
+++ b/xmake/core/base/emoji.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua
index 7a77a98a1..c367096e4 100644
--- a/xmake/core/base/filter.lua
+++ b/xmake/core/base/filter.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 19f0abc52..16ae6e965 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index 2de9c11c1..0ac92122a 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index f8554f6d7..0ea6f5c97 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index e857235d2..e5c088140 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index b1136702d..b805e9afc 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua
index b3b70ac3d..f8d41a16f 100644
--- a/xmake/core/base/profiler.lua
+++ b/xmake/core/base/profiler.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua
index c228bdb89..ad178895b 100644
--- a/xmake/core/base/string.lua
+++ b/xmake/core/base/string.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index c69b06196..d0c068627 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index 7d8c2d5cc..b3891c0ce 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 3e8f02763..b8f12371c 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
@@ -37,7 +37,7 @@ local history = require("project/history")
local menu =
{
-- title
- title = xmake._VERSION .. ", The Automatic Cross-platform Build Tool"
+ title = xmake._VERSION .. ", The Make-like Build Utility based on Lua"
-- copyright
, copyright = "Copyright (C) 2015-2016 Ruki Wang, tboox.org\nCopyright (C) 2005-2015 Mike Pall, luajit.org"
diff --git a/xmake/core/platform/checker.lua b/xmake/core/platform/checker.lua
index 2278faf97..da0bd891f 100644
--- a/xmake/core/platform/checker.lua
+++ b/xmake/core/platform/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/platform/environment.lua b/xmake/core/platform/environment.lua
index 3897d00e8..ea7b9b876 100644
--- a/xmake/core/platform/environment.lua
+++ b/xmake/core/platform/environment.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/platform/installer.lua b/xmake/core/platform/installer.lua
index 2f68d4fbb..3f8740359 100644
--- a/xmake/core/platform/installer.lua
+++ b/xmake/core/platform/installer.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua
index 2c42ee91f..e5e7d8d80 100644
--- a/xmake/core/platform/menu.lua
+++ b/xmake/core/platform/menu.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index bdcf803ad..88074a605 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/cache.lua b/xmake/core/project/cache.lua
index ce47fa977..e438eb83c 100644
--- a/xmake/core/project/cache.lua
+++ b/xmake/core/project/cache.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index 9772f0d6e..57a3076bc 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/deprecated/project.lua b/xmake/core/project/deprecated/project.lua
index 9864d485a..02e16390c 100644
--- a/xmake/core/project/deprecated/project.lua
+++ b/xmake/core/project/deprecated/project.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/global.lua b/xmake/core/project/global.lua
index b319b12f4..a6a4c3789 100644
--- a/xmake/core/project/global.lua
+++ b/xmake/core/project/global.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/history.lua b/xmake/core/project/history.lua
index 8e44d459b..9f3c5ceef 100644
--- a/xmake/core/project/history.lua
+++ b/xmake/core/project/history.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index 0056a28cb..a7bc756de 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/package.lua b/xmake/core/project/package.lua
index 95828a9d9..fe57b5b7c 100644
--- a/xmake/core/project/package.lua
+++ b/xmake/core/project/package.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 7fe1c1c1d..445ce5a83 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index 27d4e926b..7da6bd7a7 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua
index 8f4c650c5..aa43ec907 100644
--- a/xmake/core/project/task.lua
+++ b/xmake/core/project/task.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua
index e1944345f..d2f045695 100644
--- a/xmake/core/project/template.lua
+++ b/xmake/core/project/template.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/_g.lua b/xmake/core/sandbox/modules/_g.lua
index 124f65c61..4b2bceea3 100644
--- a/xmake/core/sandbox/modules/_g.lua
+++ b/xmake/core/sandbox/modules/_g.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/assert.lua b/xmake/core/sandbox/modules/assert.lua
index 1b454195e..3b63e906f 100644
--- a/xmake/core/sandbox/modules/assert.lua
+++ b/xmake/core/sandbox/modules/assert.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/catch.lua b/xmake/core/sandbox/modules/catch.lua
index 4f7b5a893..0b0a81853 100644
--- a/xmake/core/sandbox/modules/catch.lua
+++ b/xmake/core/sandbox/modules/catch.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/coroutine.lua b/xmake/core/sandbox/modules/coroutine.lua
index f01506cfa..1773c55e7 100644
--- a/xmake/core/sandbox/modules/coroutine.lua
+++ b/xmake/core/sandbox/modules/coroutine.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/cprint.lua b/xmake/core/sandbox/modules/cprint.lua
index 2e8aba826..daae3a613 100644
--- a/xmake/core/sandbox/modules/cprint.lua
+++ b/xmake/core/sandbox/modules/cprint.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/cprintf.lua b/xmake/core/sandbox/modules/cprintf.lua
index 3809d05f2..6b60a4906 100644
--- a/xmake/core/sandbox/modules/cprintf.lua
+++ b/xmake/core/sandbox/modules/cprintf.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/debug.lua b/xmake/core/sandbox/modules/debug.lua
index cb73fdc37..4993f024f 100644
--- a/xmake/core/sandbox/modules/debug.lua
+++ b/xmake/core/sandbox/modules/debug.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/finally.lua b/xmake/core/sandbox/modules/finally.lua
index 3ec05bf26..2316e2950 100644
--- a/xmake/core/sandbox/modules/finally.lua
+++ b/xmake/core/sandbox/modules/finally.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/format.lua b/xmake/core/sandbox/modules/format.lua
index 3f7465098..8333f58f7 100644
--- a/xmake/core/sandbox/modules/format.lua
+++ b/xmake/core/sandbox/modules/format.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/ifelse.lua b/xmake/core/sandbox/modules/ifelse.lua
index 02e84a276..9e6de732a 100644
--- a/xmake/core/sandbox/modules/ifelse.lua
+++ b/xmake/core/sandbox/modules/ifelse.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import.lua b/xmake/core/sandbox/modules/import.lua
index 03573baf9..f93d68854 100644
--- a/xmake/core/sandbox/modules/import.lua
+++ b/xmake/core/sandbox/modules/import.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/base/option.lua b/xmake/core/sandbox/modules/import/core/base/option.lua
index a98ebc113..c8e629a31 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/platform/environment.lua b/xmake/core/sandbox/modules/import/core/platform/environment.lua
index 881fdb531..1b5bda00f 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/platform/installer.lua b/xmake/core/sandbox/modules/import/core/platform/installer.lua
index 3fd91f4fc..9bcb4ca28 100644
--- a/xmake/core/sandbox/modules/import/core/platform/installer.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/installer.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/platform/menu.lua b/xmake/core/sandbox/modules/import/core/platform/menu.lua
index df6aaf5c0..345a0d5fd 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/platform/platform.lua b/xmake/core/sandbox/modules/import/core/platform/platform.lua
index 00f22a3f8..9b86939b6 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/cache.lua b/xmake/core/sandbox/modules/import/core/project/cache.lua
index bdff5d17b..fb0490d0f 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/config.lua b/xmake/core/sandbox/modules/import/core/project/config.lua
index 940cdb472..897d1e669 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/global.lua b/xmake/core/sandbox/modules/import/core/project/global.lua
index 2239f4e3a..d9d418b4f 100644
--- a/xmake/core/sandbox/modules/import/core/project/global.lua
+++ b/xmake/core/sandbox/modules/import/core/project/global.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/history.lua b/xmake/core/sandbox/modules/import/core/project/history.lua
index ee1d6d9b4..016498988 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/menu.lua b/xmake/core/sandbox/modules/import/core/project/menu.lua
index 4b46f687c..c2c76cedc 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/package.lua b/xmake/core/sandbox/modules/import/core/project/package.lua
index ca8f963b2..0ab11f609 100644
--- a/xmake/core/sandbox/modules/import/core/project/package.lua
+++ b/xmake/core/sandbox/modules/import/core/project/package.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua
index 42550f3a8..7fd70f698 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/target.lua b/xmake/core/sandbox/modules/import/core/project/target.lua
index ca9394d9e..3e28f22ec 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/task.lua b/xmake/core/sandbox/modules/import/core/project/task.lua
index 599c67c9e..2fe9a283c 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/project/template.lua b/xmake/core/sandbox/modules/import/core/project/template.lua
index 8752c2051..905ae80e9 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/tool/archiver.lua b/xmake/core/sandbox/modules/import/core/tool/archiver.lua
index db354258c..29da898e4 100644
--- a/xmake/core/sandbox/modules/import/core/tool/archiver.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/archiver.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/tool/compiler.lua b/xmake/core/sandbox/modules/import/core/tool/compiler.lua
index 779bfe696..a6e0e78dc 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/tool/extractor.lua b/xmake/core/sandbox/modules/import/core/tool/extractor.lua
index 5c7ec29f1..246089d44 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/tool/linker.lua b/xmake/core/sandbox/modules/import/core/tool/linker.lua
index 5f9a32f96..ec4e28ebd 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 Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/import/core/tool/tool.lua b/xmake/core/sandbox/modules/import/core/tool/tool.lua
index 27e20d6f4..3d0350762 100644
--- a/xmake/core/sandbox/modules/import/core/tool/tool.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/tool.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/inherit.lua b/xmake/core/sandbox/modules/inherit.lua
index 7a7f95370..87d925e8d 100644
--- a/xmake/core/sandbox/modules/inherit.lua
+++ b/xmake/core/sandbox/modules/inherit.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/insert.lua b/xmake/core/sandbox/modules/insert.lua
index 08d72fa23..0c2ad7428 100644
--- a/xmake/core/sandbox/modules/insert.lua
+++ b/xmake/core/sandbox/modules/insert.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua
index 1460996e7..ab4f3bf5a 100644
--- a/xmake/core/sandbox/modules/io.lua
+++ b/xmake/core/sandbox/modules/io.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/ipairs.lua b/xmake/core/sandbox/modules/ipairs.lua
index d965c9e5e..4faf4a54f 100644
--- a/xmake/core/sandbox/modules/ipairs.lua
+++ b/xmake/core/sandbox/modules/ipairs.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/math.lua b/xmake/core/sandbox/modules/math.lua
index a8e05cc2a..8373f641b 100644
--- a/xmake/core/sandbox/modules/math.lua
+++ b/xmake/core/sandbox/modules/math.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/os.lua b/xmake/core/sandbox/modules/os.lua
index 03ffe7af0..089ce5407 100644
--- a/xmake/core/sandbox/modules/os.lua
+++ b/xmake/core/sandbox/modules/os.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/pairs.lua b/xmake/core/sandbox/modules/pairs.lua
index 7d93f7f16..38d3cea09 100644
--- a/xmake/core/sandbox/modules/pairs.lua
+++ b/xmake/core/sandbox/modules/pairs.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/path.lua b/xmake/core/sandbox/modules/path.lua
index d46b09252..7210cf186 100644
--- a/xmake/core/sandbox/modules/path.lua
+++ b/xmake/core/sandbox/modules/path.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/print.lua b/xmake/core/sandbox/modules/print.lua
index 7ed930575..6eb2bd6df 100644
--- a/xmake/core/sandbox/modules/print.lua
+++ b/xmake/core/sandbox/modules/print.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/printf.lua b/xmake/core/sandbox/modules/printf.lua
index 541a13a91..b2958bf77 100644
--- a/xmake/core/sandbox/modules/printf.lua
+++ b/xmake/core/sandbox/modules/printf.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/process.lua b/xmake/core/sandbox/modules/process.lua
index 28d814078..987168bba 100644
--- a/xmake/core/sandbox/modules/process.lua
+++ b/xmake/core/sandbox/modules/process.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/raise.lua b/xmake/core/sandbox/modules/raise.lua
index 4038e5d36..714eafc18 100644
--- a/xmake/core/sandbox/modules/raise.lua
+++ b/xmake/core/sandbox/modules/raise.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/string.lua b/xmake/core/sandbox/modules/string.lua
index 6a7a455d7..644225805 100644
--- a/xmake/core/sandbox/modules/string.lua
+++ b/xmake/core/sandbox/modules/string.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/table.lua b/xmake/core/sandbox/modules/table.lua
index bab0439b9..79d37686e 100644
--- a/xmake/core/sandbox/modules/table.lua
+++ b/xmake/core/sandbox/modules/table.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/tonumber.lua b/xmake/core/sandbox/modules/tonumber.lua
index 5bbe2cbbf..7135b29dc 100644
--- a/xmake/core/sandbox/modules/tonumber.lua
+++ b/xmake/core/sandbox/modules/tonumber.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/tostring.lua b/xmake/core/sandbox/modules/tostring.lua
index aaec1fddf..339471bff 100644
--- a/xmake/core/sandbox/modules/tostring.lua
+++ b/xmake/core/sandbox/modules/tostring.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/try.lua b/xmake/core/sandbox/modules/try.lua
index 8a6771e4f..a85008269 100644
--- a/xmake/core/sandbox/modules/try.lua
+++ b/xmake/core/sandbox/modules/try.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/type.lua b/xmake/core/sandbox/modules/type.lua
index 3dca38f99..8f076140e 100644
--- a/xmake/core/sandbox/modules/type.lua
+++ b/xmake/core/sandbox/modules/type.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua
index 2309e8518..9cbeb41f1 100644
--- a/xmake/core/sandbox/modules/utils.lua
+++ b/xmake/core/sandbox/modules/utils.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/modules/vformat.lua b/xmake/core/sandbox/modules/vformat.lua
index f69e70fd7..13818fc37 100644
--- a/xmake/core/sandbox/modules/vformat.lua
+++ b/xmake/core/sandbox/modules/vformat.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/sandbox/sandbox.lua b/xmake/core/sandbox/sandbox.lua
index 934f0019e..64bfd92f5 100644
--- a/xmake/core/sandbox/sandbox.lua
+++ b/xmake/core/sandbox/sandbox.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/tool/archiver.lua b/xmake/core/tool/archiver.lua
index 1fcb840b6..3b0873ffe 100644
--- a/xmake/core/tool/archiver.lua
+++ b/xmake/core/tool/archiver.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua
index 7b8e1b909..2de971c73 100644
--- a/xmake/core/tool/compiler.lua
+++ b/xmake/core/tool/compiler.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/tool/extractor.lua b/xmake/core/tool/extractor.lua
index cca1977a8..8270c730b 100644
--- a/xmake/core/tool/extractor.lua
+++ b/xmake/core/tool/extractor.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/tool/linker.lua b/xmake/core/tool/linker.lua
index 360259cb7..cca0d8275 100644
--- a/xmake/core/tool/linker.lua
+++ b/xmake/core/tool/linker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/core/tool/tool.lua b/xmake/core/tool/tool.lua
index 8126fb1d9..03cc38bc8 100644
--- a/xmake/core/tool/tool.lua
+++ b/xmake/core/tool/tool.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/android/checker.lua b/xmake/platforms/android/checker.lua
index 315882425..ea160a8a2 100644
--- a/xmake/platforms/android/checker.lua
+++ b/xmake/platforms/android/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/android/xmake.lua b/xmake/platforms/android/xmake.lua
index 34cc717c5..98f20c01d 100755
--- a/xmake/platforms/android/xmake.lua
+++ b/xmake/platforms/android/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/checker.lua b/xmake/platforms/checker.lua
index 73848aa13..dad6f4b1c 100644
--- a/xmake/platforms/checker.lua
+++ b/xmake/platforms/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/installer.lua b/xmake/platforms/installer.lua
index a7ff96b9f..09334b495 100644
--- a/xmake/platforms/installer.lua
+++ b/xmake/platforms/installer.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/iphoneos/checker.lua b/xmake/platforms/iphoneos/checker.lua
index 8577eae0b..06fb055b3 100644
--- a/xmake/platforms/iphoneos/checker.lua
+++ b/xmake/platforms/iphoneos/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/iphoneos/xmake.lua b/xmake/platforms/iphoneos/xmake.lua
index d7dd5b3ff..2d7a839cf 100755
--- a/xmake/platforms/iphoneos/xmake.lua
+++ b/xmake/platforms/iphoneos/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/linux/checker.lua b/xmake/platforms/linux/checker.lua
index b2ebd2998..b0eb88dc1 100644
--- a/xmake/platforms/linux/checker.lua
+++ b/xmake/platforms/linux/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/linux/installer.lua b/xmake/platforms/linux/installer.lua
index ba0064888..68091f903 100644
--- a/xmake/platforms/linux/installer.lua
+++ b/xmake/platforms/linux/installer.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index 142a5f2c6..29a5122cf 100755
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/macosx/checker.lua b/xmake/platforms/macosx/checker.lua
index dc996841c..dcd3a963e 100644
--- a/xmake/platforms/macosx/checker.lua
+++ b/xmake/platforms/macosx/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/macosx/installer.lua b/xmake/platforms/macosx/installer.lua
index b47863db6..aba11fef5 100644
--- a/xmake/platforms/macosx/installer.lua
+++ b/xmake/platforms/macosx/installer.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/macosx/xmake.lua b/xmake/platforms/macosx/xmake.lua
index 33b60b1e8..b63a33ab3 100755
--- a/xmake/platforms/macosx/xmake.lua
+++ b/xmake/platforms/macosx/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/mingw/checker.lua b/xmake/platforms/mingw/checker.lua
index c5f78de20..0a59fe8e7 100644
--- a/xmake/platforms/mingw/checker.lua
+++ b/xmake/platforms/mingw/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/mingw/xmake.lua b/xmake/platforms/mingw/xmake.lua
index 3fb63fc8e..937ad77e6 100755
--- a/xmake/platforms/mingw/xmake.lua
+++ b/xmake/platforms/mingw/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/watchos/checker.lua b/xmake/platforms/watchos/checker.lua
index 3dfe39964..e3709ce72 100644
--- a/xmake/platforms/watchos/checker.lua
+++ b/xmake/platforms/watchos/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/watchos/xmake.lua b/xmake/platforms/watchos/xmake.lua
index 406174b24..f71c0f8b4 100755
--- a/xmake/platforms/watchos/xmake.lua
+++ b/xmake/platforms/watchos/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/windows/checker.lua b/xmake/platforms/windows/checker.lua
index d0dbaff10..001789227 100644
--- a/xmake/platforms/windows/checker.lua
+++ b/xmake/platforms/windows/checker.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/windows/environment.lua b/xmake/platforms/windows/environment.lua
index 06b9855f7..3f09fc1c4 100644
--- a/xmake/platforms/windows/environment.lua
+++ b/xmake/platforms/windows/environment.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index c817e5e32..54b8294d3 100755
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua
index 0b39eaca7..a2363d662 100755
--- a/xmake/plugins/doxygen/main.lua
+++ b/xmake/plugins/doxygen/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/doxygen/xmake.lua b/xmake/plugins/doxygen/xmake.lua
index 94ed40f53..10b10bedd 100755
--- a/xmake/plugins/doxygen/xmake.lua
+++ b/xmake/plugins/doxygen/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/hello/xmake.lua b/xmake/plugins/hello/xmake.lua
index fb6bfb320..322da98ac 100755
--- a/xmake/plugins/hello/xmake.lua
+++ b/xmake/plugins/hello/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/cat.lua b/xmake/plugins/lua/scripts/cat.lua
index bb5f679f1..2c6a74033 100644
--- a/xmake/plugins/lua/scripts/cat.lua
+++ b/xmake/plugins/lua/scripts/cat.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/cp.lua b/xmake/plugins/lua/scripts/cp.lua
index 5782a01da..bae212669 100644
--- a/xmake/plugins/lua/scripts/cp.lua
+++ b/xmake/plugins/lua/scripts/cp.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/echo.lua b/xmake/plugins/lua/scripts/echo.lua
index d6ce8ede0..4c552b106 100644
--- a/xmake/plugins/lua/scripts/echo.lua
+++ b/xmake/plugins/lua/scripts/echo.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/lipo.lua b/xmake/plugins/lua/scripts/lipo.lua
index 40395cb98..8c8ac15f3 100644
--- a/xmake/plugins/lua/scripts/lipo.lua
+++ b/xmake/plugins/lua/scripts/lipo.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/mkdir.lua b/xmake/plugins/lua/scripts/mkdir.lua
index 4d912c813..42cd49038 100644
--- a/xmake/plugins/lua/scripts/mkdir.lua
+++ b/xmake/plugins/lua/scripts/mkdir.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/mv.lua b/xmake/plugins/lua/scripts/mv.lua
index a34d39458..72bbefb1a 100644
--- a/xmake/plugins/lua/scripts/mv.lua
+++ b/xmake/plugins/lua/scripts/mv.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/rm.lua b/xmake/plugins/lua/scripts/rm.lua
index dd7db8456..90351065c 100644
--- a/xmake/plugins/lua/scripts/rm.lua
+++ b/xmake/plugins/lua/scripts/rm.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/rmdir.lua b/xmake/plugins/lua/scripts/rmdir.lua
index 17dc63f7e..990baef9a 100644
--- a/xmake/plugins/lua/scripts/rmdir.lua
+++ b/xmake/plugins/lua/scripts/rmdir.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/scripts/verbose.lua b/xmake/plugins/lua/scripts/verbose.lua
index a9fb24a6e..0b7dfc542 100644
--- a/xmake/plugins/lua/scripts/verbose.lua
+++ b/xmake/plugins/lua/scripts/verbose.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua
index f54b774ba..326bd1de3 100755
--- a/xmake/plugins/lua/xmake.lua
+++ b/xmake/plugins/lua/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/macro/macros/package.lua b/xmake/plugins/macro/macros/package.lua
index ee7e5ca72..d68bf112f 100755
--- a/xmake/plugins/macro/macros/package.lua
+++ b/xmake/plugins/macro/macros/package.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/macro/main.lua b/xmake/plugins/macro/main.lua
index 46c5e91aa..9a93c45b7 100755
--- a/xmake/plugins/macro/main.lua
+++ b/xmake/plugins/macro/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/macro/xmake.lua b/xmake/plugins/macro/xmake.lua
index 4b6fd5ccd..ed32197fb 100755
--- a/xmake/plugins/macro/xmake.lua
+++ b/xmake/plugins/macro/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index fc8b63ec8..06de449b4 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/project/makefile.lua b/xmake/plugins/project/makefile.lua
index fe3d5b0eb..1068d49a9 100755
--- a/xmake/plugins/project/makefile.lua
+++ b/xmake/plugins/project/makefile.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua
index 9e8b91777..da041dbf5 100755
--- a/xmake/plugins/project/xmake.lua
+++ b/xmake/plugins/project/xmake.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/ar.lua b/xmake/tools/ar.lua
index b81126971..a1cf5522d 100644
--- a/xmake/tools/ar.lua
+++ b/xmake/tools/ar.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/ccache.lua b/xmake/tools/ccache.lua
index 964f2f8d1..62feba867 100644
--- a/xmake/tools/ccache.lua
+++ b/xmake/tools/ccache.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/cl.lua b/xmake/tools/cl.lua
index 96c5cc18a..ba2e7291a 100755
--- a/xmake/tools/cl.lua
+++ b/xmake/tools/cl.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/clang++.lua b/xmake/tools/clang++.lua
index 2a96b8a07..351572849 100755
--- a/xmake/tools/clang++.lua
+++ b/xmake/tools/clang++.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/clang.lua b/xmake/tools/clang.lua
index 479cdd952..62866b0c6 100755
--- a/xmake/tools/clang.lua
+++ b/xmake/tools/clang.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/g++.lua b/xmake/tools/g++.lua
index 06f5a8368..26df1e853 100755
--- a/xmake/tools/g++.lua
+++ b/xmake/tools/g++.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/gcc.lua b/xmake/tools/gcc.lua
index 9e1fad15b..2fedbca3a 100755
--- a/xmake/tools/gcc.lua
+++ b/xmake/tools/gcc.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/lib.lua b/xmake/tools/lib.lua
index 3a5b4ec53..5a4b532d2 100755
--- a/xmake/tools/lib.lua
+++ b/xmake/tools/lib.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/link.lua b/xmake/tools/link.lua
index 316091b81..68b2ee9d1 100755
--- a/xmake/tools/link.lua
+++ b/xmake/tools/link.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/ml.lua b/xmake/tools/ml.lua
index ef1514fc0..07372da97 100755
--- a/xmake/tools/ml.lua
+++ b/xmake/tools/ml.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
diff --git a/xmake/tools/swiftc.lua b/xmake/tools/swiftc.lua
index eb304e420..92b7ecaed 100644
--- a/xmake/tools/swiftc.lua
+++ b/xmake/tools/swiftc.lua
@@ -1,4 +1,4 @@
---!The Automatic Cross-platform Build Tool
+--!The Make-like Build Utility based on Lua
--
-- XMake is free software; you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by