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/project | |
| parent | fdc862e9d63e417307f8e8555bd10dbab36661b9 (diff) | |
modify title
Diffstat (limited to 'xmake/plugins/project')
| -rwxr-xr-x | xmake/plugins/project/main.lua | 2 | ||||
| -rwxr-xr-x | xmake/plugins/project/makefile.lua | 2 | ||||
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua index fc8b63ec8..06de449b4 100755 --- a/xmake/plugins/project/main.lua +++ b/xmake/plugins/project/main.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/project/makefile.lua b/xmake/plugins/project/makefile.lua index fe3d5b0eb..1068d49a9 100755 --- a/xmake/plugins/project/makefile.lua +++ b/xmake/plugins/project/makefile.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/project/xmake.lua b/xmake/plugins/project/xmake.lua index 9e8b91777..da041dbf5 100755 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.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 |
