summaryrefslogtreecommitdiff
path: root/core/src/xmake/string
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 /core/src/xmake/string
parentfdc862e9d63e417307f8e8555bd10dbab36661b9 (diff)
modify title
Diffstat (limited to 'core/src/xmake/string')
-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
4 files changed, 4 insertions, 4 deletions
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