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/semver | |
| parent | cd21d4f7831d6d9ae14776e7961295f287ccb260 (diff) | |
modify title
Diffstat (limited to 'core/src/xmake/semver')
| -rw-r--r-- | core/src/xmake/semver/compare.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/semver/parse.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/semver/prefix.h | 2 | ||||
| -rw-r--r-- | core/src/xmake/semver/satisfies.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/semver/select.c | 2 | ||||
| -rw-r--r-- | core/src/xmake/semver/semver.c | 2 |
6 files changed, 6 insertions, 6 deletions
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 |
