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/path | |
| parent | cd21d4f7831d6d9ae14776e7961295f287ccb260 (diff) | |
modify title
Diffstat (limited to 'core/src/xmake/path')
| -rw-r--r-- | core/src/xmake/path/absolute.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/is_absolute.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/relative.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/path/translate.c | 2 |
5 files changed, 5 insertions, 5 deletions
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 |
