From 375e6543b6ababe4dd84692456e71886cb857188 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Jul 2016 08:06:24 +0800 Subject: modify title --- xmake/plugins/lua/scripts/cat.lua | 2 +- xmake/plugins/lua/scripts/cp.lua | 2 +- xmake/plugins/lua/scripts/echo.lua | 2 +- xmake/plugins/lua/scripts/lipo.lua | 2 +- xmake/plugins/lua/scripts/mkdir.lua | 2 +- xmake/plugins/lua/scripts/mv.lua | 2 +- xmake/plugins/lua/scripts/rm.lua | 2 +- xmake/plugins/lua/scripts/rmdir.lua | 2 +- xmake/plugins/lua/scripts/verbose.lua | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'xmake/plugins/lua/scripts') 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 -- cgit v1.3.1