summaryrefslogtreecommitdiff
path: root/xmake/plugins/macro.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-25 08:28:43 +0800
committerruki <[email protected]>2016-02-25 08:28:43 +0800
commit89a6ea4c9726a726346b4b42198ef19c222015d3 (patch)
tree7e981caa22119b5343e7d59af6be35bc5cc1de41 /xmake/plugins/macro.lua
parent2717cbcfc0d3c1d6726c8b8512b53f31edd1d72d (diff)
add header for tasks
Diffstat (limited to 'xmake/plugins/macro.lua')
-rwxr-xr-xxmake/plugins/macro.lua22
1 files changed, 22 insertions, 0 deletions
diff --git a/xmake/plugins/macro.lua b/xmake/plugins/macro.lua
index 60ae15e58..16442f281 100755
--- a/xmake/plugins/macro.lua
+++ b/xmake/plugins/macro.lua
@@ -1,3 +1,25 @@
+--!The Automatic Cross-platform Build Tool
+--
+-- 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
+-- the Free Software Foundation; either version 2.1 of the License, or
+-- (at your option) any later version.
+--
+-- XMake is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+-- GNU Lesser General Public License for more details.
+--
+-- You should have received a copy of the GNU Lesser General Public License
+-- along with XMake;
+-- If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a>
+--
+-- Copyright (C) 2009 - 2015, ruki All rights reserved.
+--
+-- @author ruki
+-- @file macro.lua
+--
+
-- define task
task("macro")