summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-01 00:43:13 +0800
committerruki <[email protected]>2019-01-31 22:19:18 +0800
commit3d8fd90a3cab27e4ba17ba6d263da11a869c3b5b (patch)
treeb4d347a6c806b564000f3e35f11c4a96e7fee897
parentcd21d4f7831d6d9ae14776e7961295f287ccb260 (diff)
modify title
-rw-r--r--core/src/xmake/config.h2
-rw-r--r--core/src/xmake/hash/prefix.h2
-rw-r--r--core/src/xmake/hash/sha256.c2
-rw-r--r--core/src/xmake/hash/uuid.c2
-rw-r--r--core/src/xmake/io/isatty.c2
-rw-r--r--core/src/xmake/io/prefix.h2
-rw-r--r--core/src/xmake/machine.c2
-rw-r--r--core/src/xmake/machine.h2
-rw-r--r--core/src/xmake/os/argv.c2
-rw-r--r--core/src/xmake/os/chdir.c2
-rw-r--r--core/src/xmake/os/cpdir.c2
-rw-r--r--core/src/xmake/os/cpfile.c2
-rw-r--r--core/src/xmake/os/curdir.c2
-rw-r--r--core/src/xmake/os/emptydir.c2
-rw-r--r--core/src/xmake/os/exists.c2
-rw-r--r--core/src/xmake/os/filesize.c2
-rw-r--r--core/src/xmake/os/find.c2
-rw-r--r--core/src/xmake/os/getenv.c2
-rw-r--r--core/src/xmake/os/getown.c2
-rw-r--r--core/src/xmake/os/getwinsize.c2
-rw-r--r--core/src/xmake/os/gid.c2
-rw-r--r--core/src/xmake/os/isdir.c2
-rw-r--r--core/src/xmake/os/isfile.c2
-rw-r--r--core/src/xmake/os/islink.c2
-rw-r--r--core/src/xmake/os/link.c2
-rw-r--r--core/src/xmake/os/mclock.c2
-rw-r--r--core/src/xmake/os/mkdir.c2
-rw-r--r--core/src/xmake/os/mtime.c2
-rw-r--r--core/src/xmake/os/prefix.h2
-rw-r--r--core/src/xmake/os/readlink.c2
-rw-r--r--core/src/xmake/os/rename.c2
-rw-r--r--core/src/xmake/os/rmdir.c2
-rw-r--r--core/src/xmake/os/rmfile.c2
-rw-r--r--core/src/xmake/os/setenv.c2
-rw-r--r--core/src/xmake/os/sleep.c2
-rw-r--r--core/src/xmake/os/strerror.c2
-rw-r--r--core/src/xmake/os/tmpdir.c2
-rw-r--r--core/src/xmake/os/uid.c2
-rw-r--r--core/src/xmake/os/versioninfo.c2
-rw-r--r--core/src/xmake/path/absolute.c2
-rw-r--r--core/src/xmake/path/is_absolute.c2
-rw-r--r--core/src/xmake/path/prefix.h2
-rw-r--r--core/src/xmake/path/relative.c2
-rw-r--r--core/src/xmake/path/translate.c2
-rw-r--r--core/src/xmake/prefix.h2
-rw-r--r--core/src/xmake/prefix/config.h2
-rw-r--r--core/src/xmake/prefix/prefix.h2
-rw-r--r--core/src/xmake/prefix/version.h2
-rw-r--r--core/src/xmake/process/close.c2
-rw-r--r--core/src/xmake/process/open.c2
-rw-r--r--core/src/xmake/process/openv.c2
-rw-r--r--core/src/xmake/process/prefix.h2
-rw-r--r--core/src/xmake/process/wait.c2
-rw-r--r--core/src/xmake/process/waitlist.c2
-rw-r--r--core/src/xmake/readline/add_history.c2
-rw-r--r--core/src/xmake/readline/clear_history.c2
-rw-r--r--core/src/xmake/readline/history_list.c2
-rw-r--r--core/src/xmake/readline/prefix.h2
-rw-r--r--core/src/xmake/readline/readline.c2
-rw-r--r--core/src/xmake/sandbox/interactive.c2
-rw-r--r--core/src/xmake/sandbox/prefix.h2
-rw-r--r--core/src/xmake/semver/compare.c2
-rw-r--r--core/src/xmake/semver/parse.c2
-rw-r--r--core/src/xmake/semver/prefix.h2
-rw-r--r--core/src/xmake/semver/satisfies.c2
-rw-r--r--core/src/xmake/semver/select.c2
-rw-r--r--core/src/xmake/semver/semver.c2
-rw-r--r--core/src/xmake/string/convert.c2
-rw-r--r--core/src/xmake/string/endswith.c2
-rw-r--r--core/src/xmake/string/prefix.h2
-rw-r--r--core/src/xmake/string/startswith.c2
-rw-r--r--core/src/xmake/winos/logical_drives.c2
-rw-r--r--core/src/xmake/winos/prefix.h2
-rw-r--r--core/src/xmake/winos/registry_query.c2
-rw-r--r--core/src/xmake/xmake.c2
-rw-r--r--core/src/xmake/xmake.h2
76 files changed, 76 insertions, 76 deletions
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index e4801c008..aeba08366 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h
index bf3a2e9c8..aaacc3a11 100644
--- a/core/src/xmake/hash/prefix.h
+++ b/core/src/xmake/hash/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/hash/sha256.c b/core/src/xmake/hash/sha256.c
index 6f6610c92..c5964fb6a 100644
--- a/core/src/xmake/hash/sha256.c
+++ b/core/src/xmake/hash/sha256.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/hash/uuid.c b/core/src/xmake/hash/uuid.c
index 7f3aeaf5e..7de0f920e 100644
--- a/core/src/xmake/hash/uuid.c
+++ b/core/src/xmake/hash/uuid.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/io/isatty.c b/core/src/xmake/io/isatty.c
index 318c91ee5..c9091c00c 100644
--- a/core/src/xmake/io/isatty.c
+++ b/core/src/xmake/io/isatty.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/io/prefix.h b/core/src/xmake/io/prefix.h
index 75357320d..60192ce99 100644
--- a/core/src/xmake/io/prefix.h
+++ b/core/src/xmake/io/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index de6082894..5d2d874c9 100644
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 9492df120..58899fb11 100644
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/argv.c b/core/src/xmake/os/argv.c
index 48fc5e474..404510229 100644
--- a/core/src/xmake/os/argv.c
+++ b/core/src/xmake/os/argv.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 13dee4812..354a5aad2 100644
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index c08097762..3910cc175 100644
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index 4cdfe5643..288ab216d 100644
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index 27488ee80..edc73f442 100644
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index cbeda1387..922307e26 100644
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index 412c55442..e77f87e41 100644
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/filesize.c b/core/src/xmake/os/filesize.c
index bb5b8e6be..e1916e1ff 100644
--- a/core/src/xmake/os/filesize.c
+++ b/core/src/xmake/os/filesize.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index e54fb1169..059f901a5 100644
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index 8cc89ddad..98d806437 100644
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/getown.c b/core/src/xmake/os/getown.c
index d93014817..58fc67358 100644
--- a/core/src/xmake/os/getown.c
+++ b/core/src/xmake/os/getown.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/getwinsize.c b/core/src/xmake/os/getwinsize.c
index 6497a9e12..64ee94111 100644
--- a/core/src/xmake/os/getwinsize.c
+++ b/core/src/xmake/os/getwinsize.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/gid.c b/core/src/xmake/os/gid.c
index 476ac2aec..4ee5cb2b7 100644
--- a/core/src/xmake/os/gid.c
+++ b/core/src/xmake/os/gid.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index e37a17d0f..48d527255 100644
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index 06614233d..f5dc81cdf 100644
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/islink.c b/core/src/xmake/os/islink.c
index 78648d157..e1ea7a991 100644
--- a/core/src/xmake/os/islink.c
+++ b/core/src/xmake/os/islink.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/link.c b/core/src/xmake/os/link.c
index 58cb0b5c4..74f397160 100644
--- a/core/src/xmake/os/link.c
+++ b/core/src/xmake/os/link.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index f7f887dfc..aebc1e923 100644
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index a27186d5a..269fe8bf2 100644
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index e7b0de3e0..b4c126791 100644
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index 42e5eda54..28949e787 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/readlink.c b/core/src/xmake/os/readlink.c
index 232a2f363..2ea47d412 100644
--- a/core/src/xmake/os/readlink.c
+++ b/core/src/xmake/os/readlink.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index c4e2f3cf6..9999bd848 100644
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index 3645af0b1..f8c610af6 100644
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index 9252c41aa..1aa05a2c7 100644
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index 5d45f0a6f..94689304b 100644
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/sleep.c b/core/src/xmake/os/sleep.c
index 06179820b..255d1afec 100644
--- a/core/src/xmake/os/sleep.c
+++ b/core/src/xmake/os/sleep.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index f07e52f6f..67fb331b6 100644
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index d37b2e702..a16529f0d 100644
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/uid.c b/core/src/xmake/os/uid.c
index eae4b4880..4d1985f09 100644
--- a/core/src/xmake/os/uid.c
+++ b/core/src/xmake/os/uid.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/os/versioninfo.c b/core/src/xmake/os/versioninfo.c
index 85a1c0f1f..26c5b567d 100644
--- a/core/src/xmake/os/versioninfo.c
+++ b/core/src/xmake/os/versioninfo.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index be1cb30d2..f29875aa3 100644
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 09092e77b..013fcac2a 100644
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index 034c692f1..86c63da6c 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index 5853db3ae..cb6ac62f6 100644
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index d4d62c0a6..7cc59a754 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index bfd2d4710..010b2b3d4 100644
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 92cb54b3f..3a6336448 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index ddff08366..f7f4d8ead 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h
index e43adfad6..e0653c7c8 100644
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index 42870b10e..baed354ca 100644
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 54ed697dd..a7acf8b38 100644
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index 56ad7d3bf..2bdda04bc 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index e1663a485..6c1060f9d 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/wait.c b/core/src/xmake/process/wait.c
index 26b89bb7f..b6095f2ab 100644
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index 7de869701..d089a7b68 100644
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index b86225747..3d24130de 100644
--- a/core/src/xmake/readline/add_history.c
+++ b/core/src/xmake/readline/add_history.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/readline/clear_history.c b/core/src/xmake/readline/clear_history.c
index c685b3f1b..3e275057e 100644
--- a/core/src/xmake/readline/clear_history.c
+++ b/core/src/xmake/readline/clear_history.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/readline/history_list.c b/core/src/xmake/readline/history_list.c
index 0b017ca79..45ce624be 100644
--- a/core/src/xmake/readline/history_list.c
+++ b/core/src/xmake/readline/history_list.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/readline/prefix.h b/core/src/xmake/readline/prefix.h
index f4d258075..66de762f7 100644
--- a/core/src/xmake/readline/prefix.h
+++ b/core/src/xmake/readline/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/readline/readline.c b/core/src/xmake/readline/readline.c
index 0edceb6c5..fa5c62a87 100644
--- a/core/src/xmake/readline/readline.c
+++ b/core/src/xmake/readline/readline.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index 66962e422..3db857d97 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/sandbox/prefix.h b/core/src/xmake/sandbox/prefix.h
index fc126f624..1dd995a82 100644
--- a/core/src/xmake/sandbox/prefix.h
+++ b/core/src/xmake/sandbox/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/compare.c b/core/src/xmake/semver/compare.c
index 5748fa718..b9d3fedfc 100644
--- a/core/src/xmake/semver/compare.c
+++ b/core/src/xmake/semver/compare.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/parse.c b/core/src/xmake/semver/parse.c
index db8ac4ec4..8639496e6 100644
--- a/core/src/xmake/semver/parse.c
+++ b/core/src/xmake/semver/parse.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/prefix.h b/core/src/xmake/semver/prefix.h
index e4e445e6b..675f837c2 100644
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/satisfies.c b/core/src/xmake/semver/satisfies.c
index 41622e48f..56ba5127f 100644
--- a/core/src/xmake/semver/satisfies.c
+++ b/core/src/xmake/semver/satisfies.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/select.c b/core/src/xmake/semver/select.c
index e3e674006..8efb6b68f 100644
--- a/core/src/xmake/semver/select.c
+++ b/core/src/xmake/semver/select.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/semver/semver.c b/core/src/xmake/semver/semver.c
index 63d265923..9fb998030 100644
--- a/core/src/xmake/semver/semver.c
+++ b/core/src/xmake/semver/semver.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/string/convert.c b/core/src/xmake/string/convert.c
index 81ed4704c..4fb03692a 100644
--- a/core/src/xmake/string/convert.c
+++ b/core/src/xmake/string/convert.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index d57380d1c..9bcb69123 100644
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index 2805bac4d..27c2ef403 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index a9716d530..fa46f009e 100644
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/winos/logical_drives.c b/core/src/xmake/winos/logical_drives.c
index 4daf28d2e..71030b9fd 100644
--- a/core/src/xmake/winos/logical_drives.c
+++ b/core/src/xmake/winos/logical_drives.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/winos/prefix.h b/core/src/xmake/winos/prefix.h
index beda2aef9..e1f6fb4f2 100644
--- a/core/src/xmake/winos/prefix.h
+++ b/core/src/xmake/winos/prefix.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c
index 1d513daf4..fae23b2d7 100644
--- a/core/src/xmake/winos/registry_query.c
+++ b/core/src/xmake/winos/registry_query.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index a96afff0a..1abca9317 100644
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index c9e44762b..01b0371c0 100644
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.h
@@ -1,4 +1,4 @@
-/*!The Make-like Build Utility based on Lua
+/*!A cross-platform build utility based on Lua
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file