diff options
| author | ruki <[email protected]> | 2019-02-01 00:43:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-31 22:19:18 +0800 |
| commit | 3d8fd90a3cab27e4ba17ba6d263da11a869c3b5b (patch) | |
| tree | b4d347a6c806b564000f3e35f11c4a96e7fee897 /core/src/xmake/string | |
| parent | cd21d4f7831d6d9ae14776e7961295f287ccb260 (diff) | |
modify title
Diffstat (limited to 'core/src/xmake/string')
| -rw-r--r-- | core/src/xmake/string/convert.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/endswith.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/string/startswith.c | 2 |
4 files changed, 4 insertions, 4 deletions
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 |
