diff options
| author | ruki <[email protected]> | 2016-07-14 08:06:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-14 08:06:24 +0800 |
| commit | 375e6543b6ababe4dd84692456e71886cb857188 (patch) | |
| tree | 4e972160c722f69f490164064bf87c803e453387 /xmake/plugins/lua/scripts | |
| parent | fdc862e9d63e417307f8e8555bd10dbab36661b9 (diff) | |
modify title
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/verbose.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 bb5f679f1..2c6a74033 100644 --- a/xmake/plugins/lua/scripts/cat.lua +++ b/xmake/plugins/lua/scripts/cat.lua @@ -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/xmake/plugins/lua/scripts/cp.lua b/xmake/plugins/lua/scripts/cp.lua index 5782a01da..bae212669 100644 --- a/xmake/plugins/lua/scripts/cp.lua +++ b/xmake/plugins/lua/scripts/cp.lua @@ -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/xmake/plugins/lua/scripts/echo.lua b/xmake/plugins/lua/scripts/echo.lua index d6ce8ede0..4c552b106 100644 --- a/xmake/plugins/lua/scripts/echo.lua +++ b/xmake/plugins/lua/scripts/echo.lua @@ -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/xmake/plugins/lua/scripts/lipo.lua b/xmake/plugins/lua/scripts/lipo.lua index 40395cb98..8c8ac15f3 100644 --- a/xmake/plugins/lua/scripts/lipo.lua +++ b/xmake/plugins/lua/scripts/lipo.lua @@ -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/xmake/plugins/lua/scripts/mkdir.lua b/xmake/plugins/lua/scripts/mkdir.lua index 4d912c813..42cd49038 100644 --- a/xmake/plugins/lua/scripts/mkdir.lua +++ b/xmake/plugins/lua/scripts/mkdir.lua @@ -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/xmake/plugins/lua/scripts/mv.lua b/xmake/plugins/lua/scripts/mv.lua index a34d39458..72bbefb1a 100644 --- a/xmake/plugins/lua/scripts/mv.lua +++ b/xmake/plugins/lua/scripts/mv.lua @@ -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/xmake/plugins/lua/scripts/rm.lua b/xmake/plugins/lua/scripts/rm.lua index dd7db8456..90351065c 100644 --- a/xmake/plugins/lua/scripts/rm.lua +++ b/xmake/plugins/lua/scripts/rm.lua @@ -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/xmake/plugins/lua/scripts/rmdir.lua b/xmake/plugins/lua/scripts/rmdir.lua index 17dc63f7e..990baef9a 100644 --- a/xmake/plugins/lua/scripts/rmdir.lua +++ b/xmake/plugins/lua/scripts/rmdir.lua @@ -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/xmake/plugins/lua/scripts/verbose.lua b/xmake/plugins/lua/scripts/verbose.lua index a9fb24a6e..0b7dfc542 100644 --- a/xmake/plugins/lua/scripts/verbose.lua +++ b/xmake/plugins/lua/scripts/verbose.lua @@ -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 |
