diff options
| author | ruki <[email protected]> | 2017-08-27 21:44:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-27 21:44:26 +0800 |
| commit | 82656cd001b02abd7f1a4b5ba6dcd89c50899d46 (patch) | |
| tree | 306c4acfc3e7d123a6c742d531aa02fbd7201132 /xmake/plugins/lua/scripts | |
| parent | d3f38de4ea68ca59a74bb8a96ea3ffe4db2563f6 (diff) | |
update description and index
Diffstat (limited to 'xmake/plugins/lua/scripts')
| -rw-r--r-- | xmake/plugins/lua/scripts/cat.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/cp.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/echo.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/lipo.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/mkdir.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/mv.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/rm.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/rmdir.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/versioninfo.lua | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/xmake/plugins/lua/scripts/cat.lua b/xmake/plugins/lua/scripts/cat.lua index 49536a0e8..398c34629 100644 --- a/xmake/plugins/lua/scripts/cat.lua +++ b/xmake/plugins/lua/scripts/cat.lua @@ -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/xmake/plugins/lua/scripts/cp.lua b/xmake/plugins/lua/scripts/cp.lua index 5da34feb6..60ced5c50 100644 --- a/xmake/plugins/lua/scripts/cp.lua +++ b/xmake/plugins/lua/scripts/cp.lua @@ -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/xmake/plugins/lua/scripts/echo.lua b/xmake/plugins/lua/scripts/echo.lua index 0714e1c23..9c59048de 100644 --- a/xmake/plugins/lua/scripts/echo.lua +++ b/xmake/plugins/lua/scripts/echo.lua @@ -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/xmake/plugins/lua/scripts/lipo.lua b/xmake/plugins/lua/scripts/lipo.lua index 5c0ce510d..b87c44ccb 100644 --- a/xmake/plugins/lua/scripts/lipo.lua +++ b/xmake/plugins/lua/scripts/lipo.lua @@ -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/xmake/plugins/lua/scripts/mkdir.lua b/xmake/plugins/lua/scripts/mkdir.lua index a3dafb3df..b5c976971 100644 --- a/xmake/plugins/lua/scripts/mkdir.lua +++ b/xmake/plugins/lua/scripts/mkdir.lua @@ -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/xmake/plugins/lua/scripts/mv.lua b/xmake/plugins/lua/scripts/mv.lua index 9b5c35973..65479ef34 100644 --- a/xmake/plugins/lua/scripts/mv.lua +++ b/xmake/plugins/lua/scripts/mv.lua @@ -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/xmake/plugins/lua/scripts/rm.lua b/xmake/plugins/lua/scripts/rm.lua index 2bf625349..7b2fb8105 100644 --- a/xmake/plugins/lua/scripts/rm.lua +++ b/xmake/plugins/lua/scripts/rm.lua @@ -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/xmake/plugins/lua/scripts/rmdir.lua b/xmake/plugins/lua/scripts/rmdir.lua index 76739814e..068b7ecee 100644 --- a/xmake/plugins/lua/scripts/rmdir.lua +++ b/xmake/plugins/lua/scripts/rmdir.lua @@ -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/xmake/plugins/lua/scripts/versioninfo.lua b/xmake/plugins/lua/scripts/versioninfo.lua index accb1f471..ee98aa4eb 100644 --- a/xmake/plugins/lua/scripts/versioninfo.lua +++ b/xmake/plugins/lua/scripts/versioninfo.lua @@ -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 |
