summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-25 08:31:10 +0800
committerruki <[email protected]>2016-02-25 08:31:10 +0800
commit01ab81520540901f97fe3581bc4a3d7c3bb21e30 (patch)
treeeef420a0fa90023eda9fbbb895f08527a3fb142f /xmake
parent89a6ea4c9726a726346b4b42198ef19c222015d3 (diff)
modify copyright date
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/_xmake_main.lua2
-rw-r--r--xmake/core/action/build.lua2
-rw-r--r--xmake/core/action/clean.lua2
-rw-r--r--xmake/core/action/config.lua2
-rw-r--r--xmake/core/action/create.lua2
-rw-r--r--xmake/core/action/debug.lua2
-rw-r--r--xmake/core/action/global.lua2
-rw-r--r--xmake/core/action/install.lua2
-rw-r--r--xmake/core/action/lua.lua2
-rw-r--r--xmake/core/action/man.lua2
-rw-r--r--xmake/core/action/package.lua2
-rw-r--r--xmake/core/action/run.lua2
-rw-r--r--xmake/core/action/uninstall.lua2
-rw-r--r--xmake/core/base/action.lua2
-rw-r--r--xmake/core/base/clean.lua2
-rw-r--r--xmake/core/base/compiler.lua2
-rw-r--r--xmake/core/base/config.lua2
-rw-r--r--xmake/core/base/deprecated/interpreter.lua2
-rw-r--r--xmake/core/base/deprecated/project.lua2
-rw-r--r--xmake/core/base/filter.lua2
-rw-r--r--xmake/core/base/global.lua2
-rw-r--r--xmake/core/base/install.lua2
-rw-r--r--xmake/core/base/interpreter.lua2
-rw-r--r--xmake/core/base/io.lua2
-rw-r--r--xmake/core/base/linker.lua2
-rw-r--r--xmake/core/base/main.lua2
-rw-r--r--xmake/core/base/makefile.lua2
-rw-r--r--xmake/core/base/option.lua2
-rw-r--r--xmake/core/base/os.lua2
-rw-r--r--xmake/core/base/package.lua2
-rw-r--r--xmake/core/base/path.lua2
-rw-r--r--xmake/core/base/platform.lua2
-rw-r--r--xmake/core/base/project.lua2
-rw-r--r--xmake/core/base/rule.lua2
-rw-r--r--xmake/core/base/sandbox.lua2
-rw-r--r--xmake/core/base/string.lua2
-rw-r--r--xmake/core/base/table.lua2
-rw-r--r--xmake/core/base/task.lua2
-rw-r--r--xmake/core/base/template.lua2
-rw-r--r--xmake/core/base/uninstall.lua2
-rw-r--r--xmake/core/base/utils.lua2
-rw-r--r--xmake/core/platforms/android/android.lua2
-rw-r--r--xmake/core/platforms/android/prober.lua2
-rw-r--r--xmake/core/platforms/iphoneos/iphoneos.lua2
-rw-r--r--xmake/core/platforms/iphoneos/package.lua2
-rw-r--r--xmake/core/platforms/iphoneos/prober.lua2
-rw-r--r--xmake/core/platforms/iphonesimulator/iphonesimulator.lua2
-rw-r--r--xmake/core/platforms/iphonesimulator/prober.lua2
-rw-r--r--xmake/core/platforms/linux/install.lua2
-rw-r--r--xmake/core/platforms/linux/linux.lua2
-rw-r--r--xmake/core/platforms/linux/prober.lua2
-rw-r--r--xmake/core/platforms/linux/uninstall.lua2
-rw-r--r--xmake/core/platforms/macosx/install.lua2
-rw-r--r--xmake/core/platforms/macosx/macosx.lua2
-rw-r--r--xmake/core/platforms/macosx/prober.lua2
-rw-r--r--xmake/core/platforms/macosx/uninstall.lua2
-rw-r--r--xmake/core/platforms/mingw/mingw.lua2
-rw-r--r--xmake/core/platforms/mingw/prober.lua2
-rw-r--r--xmake/core/platforms/watchos/package.lua2
-rw-r--r--xmake/core/platforms/watchos/prober.lua2
-rw-r--r--xmake/core/platforms/watchos/watchos.lua2
-rw-r--r--xmake/core/platforms/watchsimulator/prober.lua2
-rw-r--r--xmake/core/platforms/watchsimulator/watchsimulator.lua2
-rw-r--r--xmake/core/platforms/windows/prober.lua2
-rw-r--r--xmake/core/platforms/windows/tools/cl.lua2
-rw-r--r--xmake/core/platforms/windows/tools/lib.lua2
-rw-r--r--xmake/core/platforms/windows/tools/link.lua2
-rw-r--r--xmake/core/platforms/windows/tools/ml.lua2
-rw-r--r--xmake/core/platforms/windows/tools/nmake.lua2
-rw-r--r--xmake/core/platforms/windows/windows.lua2
-rw-r--r--xmake/core/sandbox/assert.lua2
-rw-r--r--xmake/core/sandbox/format.lua2
-rw-r--r--xmake/core/sandbox/import.lua2
-rw-r--r--xmake/core/sandbox/import/project.lua2
-rw-r--r--xmake/core/sandbox/ipairs.lua2
-rw-r--r--xmake/core/sandbox/os.lua2
-rw-r--r--xmake/core/sandbox/pairs.lua2
-rw-r--r--xmake/core/sandbox/path.lua2
-rw-r--r--xmake/core/sandbox/print.lua2
-rw-r--r--xmake/core/sandbox/printf.lua2
-rw-r--r--xmake/core/sandbox/string.lua2
-rw-r--r--xmake/core/sandbox/table.lua2
-rw-r--r--xmake/core/sandbox/utils.lua2
-rw-r--r--xmake/core/sandbox/vformat.lua2
-rwxr-xr-xxmake/core/tasks/config.lua2
-rwxr-xr-xxmake/core/tasks/create.lua2
-rwxr-xr-xxmake/core/tasks/global.lua2
-rwxr-xr-xxmake/core/tasks/install.lua2
-rwxr-xr-xxmake/core/tasks/lua.lua2
-rwxr-xr-xxmake/core/tasks/package.lua2
-rwxr-xr-xxmake/core/tasks/run.lua2
-rwxr-xr-xxmake/core/tasks/uninstall.lua2
-rw-r--r--xmake/core/tools/ar.lua2
-rw-r--r--xmake/core/tools/cat.lua2
-rw-r--r--xmake/core/tools/clang++.lua2
-rw-r--r--xmake/core/tools/clang.lua2
-rw-r--r--xmake/core/tools/cp.lua2
-rw-r--r--xmake/core/tools/dispatcher.lua2
-rw-r--r--xmake/core/tools/echo.lua2
-rw-r--r--xmake/core/tools/g++.lua2
-rw-r--r--xmake/core/tools/gcc.lua2
-rw-r--r--xmake/core/tools/make.lua2
-rw-r--r--xmake/core/tools/mkdir.lua2
-rw-r--r--xmake/core/tools/mv.lua2
-rw-r--r--xmake/core/tools/rm.lua2
-rw-r--r--xmake/core/tools/rmdir.lua2
-rw-r--r--xmake/core/tools/swiftc.lua2
-rw-r--r--xmake/core/tools/tools.lua2
-rw-r--r--xmake/core/tools/verbose.lua2
-rwxr-xr-xxmake/plugins/doxygen.lua2
-rwxr-xr-xxmake/plugins/macro.lua2
111 files changed, 111 insertions, 111 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index 49fbb0105..39f49e3a7 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file _xmake_main.lua
diff --git a/xmake/core/action/build.lua b/xmake/core/action/build.lua
index 415262b60..2279d1a42 100644
--- a/xmake/core/action/build.lua
+++ b/xmake/core/action/build.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file build.lua
diff --git a/xmake/core/action/clean.lua b/xmake/core/action/clean.lua
index 3315a7de0..863afd5e2 100644
--- a/xmake/core/action/clean.lua
+++ b/xmake/core/action/clean.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file clean.lua
diff --git a/xmake/core/action/config.lua b/xmake/core/action/config.lua
index 65cbb4b6a..825d97a25 100644
--- a/xmake/core/action/config.lua
+++ b/xmake/core/action/config.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file config.lua
diff --git a/xmake/core/action/create.lua b/xmake/core/action/create.lua
index 56dc9aa6e..30a811b12 100644
--- a/xmake/core/action/create.lua
+++ b/xmake/core/action/create.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file create.lua
diff --git a/xmake/core/action/debug.lua b/xmake/core/action/debug.lua
index 1a18aefef..7d23019d1 100644
--- a/xmake/core/action/debug.lua
+++ b/xmake/core/action/debug.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file debug.lua
diff --git a/xmake/core/action/global.lua b/xmake/core/action/global.lua
index 90ef906b4..6222b9f1e 100644
--- a/xmake/core/action/global.lua
+++ b/xmake/core/action/global.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file global.lua
diff --git a/xmake/core/action/install.lua b/xmake/core/action/install.lua
index ae1ed79c2..407a5ae4b 100644
--- a/xmake/core/action/install.lua
+++ b/xmake/core/action/install.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file install.lua
diff --git a/xmake/core/action/lua.lua b/xmake/core/action/lua.lua
index 34b5138ed..76e5f7f7c 100644
--- a/xmake/core/action/lua.lua
+++ b/xmake/core/action/lua.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file lua.lua
diff --git a/xmake/core/action/man.lua b/xmake/core/action/man.lua
index 297aeffb7..0b8b853cf 100644
--- a/xmake/core/action/man.lua
+++ b/xmake/core/action/man.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file man.lua
diff --git a/xmake/core/action/package.lua b/xmake/core/action/package.lua
index 0aba05c73..72a071886 100644
--- a/xmake/core/action/package.lua
+++ b/xmake/core/action/package.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/action/run.lua b/xmake/core/action/run.lua
index 75978622b..f9c6aa061 100644
--- a/xmake/core/action/run.lua
+++ b/xmake/core/action/run.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file run.lua
diff --git a/xmake/core/action/uninstall.lua b/xmake/core/action/uninstall.lua
index fa78a8a94..b0dc99f6a 100644
--- a/xmake/core/action/uninstall.lua
+++ b/xmake/core/action/uninstall.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file uninstall.lua
diff --git a/xmake/core/base/action.lua b/xmake/core/base/action.lua
index c84d43b3c..b1b92d3ec 100644
--- a/xmake/core/base/action.lua
+++ b/xmake/core/base/action.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file action.lua
diff --git a/xmake/core/base/clean.lua b/xmake/core/base/clean.lua
index e364ffc57..714fc4cc7 100644
--- a/xmake/core/base/clean.lua
+++ b/xmake/core/base/clean.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file clean.lua
diff --git a/xmake/core/base/compiler.lua b/xmake/core/base/compiler.lua
index 58e3757e8..a95ed3109 100644
--- a/xmake/core/base/compiler.lua
+++ b/xmake/core/base/compiler.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file compiler.lua
diff --git a/xmake/core/base/config.lua b/xmake/core/base/config.lua
index 3f7b1d8b1..97aa721f4 100644
--- a/xmake/core/base/config.lua
+++ b/xmake/core/base/config.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file config.lua
diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua
index ca95385f0..aa88fa7e0 100644
--- a/xmake/core/base/deprecated/interpreter.lua
+++ b/xmake/core/base/deprecated/interpreter.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file deprecated_interpreter.lua
diff --git a/xmake/core/base/deprecated/project.lua b/xmake/core/base/deprecated/project.lua
index 33a63c1af..58831b3fc 100644
--- a/xmake/core/base/deprecated/project.lua
+++ b/xmake/core/base/deprecated/project.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file deprecated_project.lua
diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua
index bbf1fb6cc..8d187c32c 100644
--- a/xmake/core/base/filter.lua
+++ b/xmake/core/base/filter.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file filter.lua
diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua
index f93f6a4c8..a3d06acda 100644
--- a/xmake/core/base/global.lua
+++ b/xmake/core/base/global.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file global.lua
diff --git a/xmake/core/base/install.lua b/xmake/core/base/install.lua
index 38b2933c8..d5e7916d4 100644
--- a/xmake/core/base/install.lua
+++ b/xmake/core/base/install.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file install.lua
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index e415bd590..c6384529c 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file interpreter.lua
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index 66b23911a..a59383d61 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file io.lua
diff --git a/xmake/core/base/linker.lua b/xmake/core/base/linker.lua
index 2a484db34..28cf0d72d 100644
--- a/xmake/core/base/linker.lua
+++ b/xmake/core/base/linker.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file linker.lua
diff --git a/xmake/core/base/main.lua b/xmake/core/base/main.lua
index 7d6ecb8f5..a7e0fe0b1 100644
--- a/xmake/core/base/main.lua
+++ b/xmake/core/base/main.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file main.lua
diff --git a/xmake/core/base/makefile.lua b/xmake/core/base/makefile.lua
index 3521dfb9c..d5093d0a9 100644
--- a/xmake/core/base/makefile.lua
+++ b/xmake/core/base/makefile.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file makefile.lua
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index 8ceca5a33..f0e9a262b 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file option.lua
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index b08ac3820..62b8043a0 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file os.lua
diff --git a/xmake/core/base/package.lua b/xmake/core/base/package.lua
index 143546299..a1c7f5f81 100644
--- a/xmake/core/base/package.lua
+++ b/xmake/core/base/package.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index 51b92dcb5..724a03d8b 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file path.lua
diff --git a/xmake/core/base/platform.lua b/xmake/core/base/platform.lua
index cfc6641bc..2a144d2a5 100644
--- a/xmake/core/base/platform.lua
+++ b/xmake/core/base/platform.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file platform.lua
diff --git a/xmake/core/base/project.lua b/xmake/core/base/project.lua
index c697c6847..b9e0edd24 100644
--- a/xmake/core/base/project.lua
+++ b/xmake/core/base/project.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file project.lua
diff --git a/xmake/core/base/rule.lua b/xmake/core/base/rule.lua
index 1e94c142d..0c515b215 100644
--- a/xmake/core/base/rule.lua
+++ b/xmake/core/base/rule.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file rule.lua
diff --git a/xmake/core/base/sandbox.lua b/xmake/core/base/sandbox.lua
index 495be81fd..971feeb72 100644
--- a/xmake/core/base/sandbox.lua
+++ b/xmake/core/base/sandbox.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file sandbox.lua
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua
index b4be08cfa..fd931282c 100644
--- a/xmake/core/base/string.lua
+++ b/xmake/core/base/string.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file string.lua
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index dfc5def8b..f26678c09 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file table.lua
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 0237d62ee..14caf1741 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file task.lua
diff --git a/xmake/core/base/template.lua b/xmake/core/base/template.lua
index 185a1a5cd..08b997a87 100644
--- a/xmake/core/base/template.lua
+++ b/xmake/core/base/template.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file template.lua
diff --git a/xmake/core/base/uninstall.lua b/xmake/core/base/uninstall.lua
index e10d6a9ca..09b20ff25 100644
--- a/xmake/core/base/uninstall.lua
+++ b/xmake/core/base/uninstall.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file uninstall.lua
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index 6717b6045..acaf7f57d 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file utils.lua
diff --git a/xmake/core/platforms/android/android.lua b/xmake/core/platforms/android/android.lua
index 15e3c33a2..317105fe3 100644
--- a/xmake/core/platforms/android/android.lua
+++ b/xmake/core/platforms/android/android.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file android.lua
diff --git a/xmake/core/platforms/android/prober.lua b/xmake/core/platforms/android/prober.lua
index a6446e0e1..76ae1fa23 100644
--- a/xmake/core/platforms/android/prober.lua
+++ b/xmake/core/platforms/android/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/iphoneos/iphoneos.lua b/xmake/core/platforms/iphoneos/iphoneos.lua
index f9147945c..720ac90e2 100644
--- a/xmake/core/platforms/iphoneos/iphoneos.lua
+++ b/xmake/core/platforms/iphoneos/iphoneos.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file iphoneos.lua
diff --git a/xmake/core/platforms/iphoneos/package.lua b/xmake/core/platforms/iphoneos/package.lua
index 654050ab7..c155b18f8 100644
--- a/xmake/core/platforms/iphoneos/package.lua
+++ b/xmake/core/platforms/iphoneos/package.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/platforms/iphoneos/prober.lua b/xmake/core/platforms/iphoneos/prober.lua
index 0de95c783..66e281876 100644
--- a/xmake/core/platforms/iphoneos/prober.lua
+++ b/xmake/core/platforms/iphoneos/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/iphonesimulator/iphonesimulator.lua b/xmake/core/platforms/iphonesimulator/iphonesimulator.lua
index 4ceeb3eca..1e8bb5eaa 100644
--- a/xmake/core/platforms/iphonesimulator/iphonesimulator.lua
+++ b/xmake/core/platforms/iphonesimulator/iphonesimulator.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file iphonesimulator.lua
diff --git a/xmake/core/platforms/iphonesimulator/prober.lua b/xmake/core/platforms/iphonesimulator/prober.lua
index a4c69c72a..334512759 100644
--- a/xmake/core/platforms/iphonesimulator/prober.lua
+++ b/xmake/core/platforms/iphonesimulator/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/linux/install.lua b/xmake/core/platforms/linux/install.lua
index 1505b0d97..2aaa2d401 100644
--- a/xmake/core/platforms/linux/install.lua
+++ b/xmake/core/platforms/linux/install.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file install.lua
diff --git a/xmake/core/platforms/linux/linux.lua b/xmake/core/platforms/linux/linux.lua
index 406dc5c58..92a61953d 100644
--- a/xmake/core/platforms/linux/linux.lua
+++ b/xmake/core/platforms/linux/linux.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file linux.lua
diff --git a/xmake/core/platforms/linux/prober.lua b/xmake/core/platforms/linux/prober.lua
index 4e50b13cf..63438b8ad 100644
--- a/xmake/core/platforms/linux/prober.lua
+++ b/xmake/core/platforms/linux/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/linux/uninstall.lua b/xmake/core/platforms/linux/uninstall.lua
index 62f00a239..2de89ac8e 100644
--- a/xmake/core/platforms/linux/uninstall.lua
+++ b/xmake/core/platforms/linux/uninstall.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file uninstall.lua
diff --git a/xmake/core/platforms/macosx/install.lua b/xmake/core/platforms/macosx/install.lua
index 1505b0d97..2aaa2d401 100644
--- a/xmake/core/platforms/macosx/install.lua
+++ b/xmake/core/platforms/macosx/install.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file install.lua
diff --git a/xmake/core/platforms/macosx/macosx.lua b/xmake/core/platforms/macosx/macosx.lua
index 088a01c18..dfc011418 100644
--- a/xmake/core/platforms/macosx/macosx.lua
+++ b/xmake/core/platforms/macosx/macosx.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file macosx.lua
diff --git a/xmake/core/platforms/macosx/prober.lua b/xmake/core/platforms/macosx/prober.lua
index e2571fdd9..57d0f6c14 100644
--- a/xmake/core/platforms/macosx/prober.lua
+++ b/xmake/core/platforms/macosx/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/macosx/uninstall.lua b/xmake/core/platforms/macosx/uninstall.lua
index 62f00a239..2de89ac8e 100644
--- a/xmake/core/platforms/macosx/uninstall.lua
+++ b/xmake/core/platforms/macosx/uninstall.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file uninstall.lua
diff --git a/xmake/core/platforms/mingw/mingw.lua b/xmake/core/platforms/mingw/mingw.lua
index 7264489b2..adb771a1f 100644
--- a/xmake/core/platforms/mingw/mingw.lua
+++ b/xmake/core/platforms/mingw/mingw.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file mingw.lua
diff --git a/xmake/core/platforms/mingw/prober.lua b/xmake/core/platforms/mingw/prober.lua
index 575e3a7ba..c7807d7c0 100644
--- a/xmake/core/platforms/mingw/prober.lua
+++ b/xmake/core/platforms/mingw/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/watchos/package.lua b/xmake/core/platforms/watchos/package.lua
index 654050ab7..c155b18f8 100644
--- a/xmake/core/platforms/watchos/package.lua
+++ b/xmake/core/platforms/watchos/package.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/platforms/watchos/prober.lua b/xmake/core/platforms/watchos/prober.lua
index 1a818dfdf..e6033bb25 100644
--- a/xmake/core/platforms/watchos/prober.lua
+++ b/xmake/core/platforms/watchos/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/watchos/watchos.lua b/xmake/core/platforms/watchos/watchos.lua
index 9551084f8..600de3b69 100644
--- a/xmake/core/platforms/watchos/watchos.lua
+++ b/xmake/core/platforms/watchos/watchos.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file watchos.lua
diff --git a/xmake/core/platforms/watchsimulator/prober.lua b/xmake/core/platforms/watchsimulator/prober.lua
index d33059c36..84c15b8aa 100644
--- a/xmake/core/platforms/watchsimulator/prober.lua
+++ b/xmake/core/platforms/watchsimulator/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/watchsimulator/watchsimulator.lua b/xmake/core/platforms/watchsimulator/watchsimulator.lua
index a13bfde1e..19f44d3b8 100644
--- a/xmake/core/platforms/watchsimulator/watchsimulator.lua
+++ b/xmake/core/platforms/watchsimulator/watchsimulator.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file watchsimulator.lua
diff --git a/xmake/core/platforms/windows/prober.lua b/xmake/core/platforms/windows/prober.lua
index 1a64b320c..165b102f2 100644
--- a/xmake/core/platforms/windows/prober.lua
+++ b/xmake/core/platforms/windows/prober.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file prober.lua
diff --git a/xmake/core/platforms/windows/tools/cl.lua b/xmake/core/platforms/windows/tools/cl.lua
index a3389fa5d..51184dc1a 100644
--- a/xmake/core/platforms/windows/tools/cl.lua
+++ b/xmake/core/platforms/windows/tools/cl.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file cl.lua
diff --git a/xmake/core/platforms/windows/tools/lib.lua b/xmake/core/platforms/windows/tools/lib.lua
index 7f1cd79ee..3ff37829d 100644
--- a/xmake/core/platforms/windows/tools/lib.lua
+++ b/xmake/core/platforms/windows/tools/lib.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file lib.lua
diff --git a/xmake/core/platforms/windows/tools/link.lua b/xmake/core/platforms/windows/tools/link.lua
index 66cc4c0d6..b8913a42f 100644
--- a/xmake/core/platforms/windows/tools/link.lua
+++ b/xmake/core/platforms/windows/tools/link.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file link.lua
diff --git a/xmake/core/platforms/windows/tools/ml.lua b/xmake/core/platforms/windows/tools/ml.lua
index 3736c8105..75db5194b 100644
--- a/xmake/core/platforms/windows/tools/ml.lua
+++ b/xmake/core/platforms/windows/tools/ml.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file ml.lua
diff --git a/xmake/core/platforms/windows/tools/nmake.lua b/xmake/core/platforms/windows/tools/nmake.lua
index 020872eeb..21bdcc038 100644
--- a/xmake/core/platforms/windows/tools/nmake.lua
+++ b/xmake/core/platforms/windows/tools/nmake.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file nmake.lua
diff --git a/xmake/core/platforms/windows/windows.lua b/xmake/core/platforms/windows/windows.lua
index 794358dc1..4b168c835 100644
--- a/xmake/core/platforms/windows/windows.lua
+++ b/xmake/core/platforms/windows/windows.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file windows.lua
diff --git a/xmake/core/sandbox/assert.lua b/xmake/core/sandbox/assert.lua
index 480271b4f..1e64c73db 100644
--- a/xmake/core/sandbox/assert.lua
+++ b/xmake/core/sandbox/assert.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file assert.lua
diff --git a/xmake/core/sandbox/format.lua b/xmake/core/sandbox/format.lua
index deb7280ac..efcea0682 100644
--- a/xmake/core/sandbox/format.lua
+++ b/xmake/core/sandbox/format.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file format.lua
diff --git a/xmake/core/sandbox/import.lua b/xmake/core/sandbox/import.lua
index 4e1dc24dc..d216c5c1d 100644
--- a/xmake/core/sandbox/import.lua
+++ b/xmake/core/sandbox/import.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file import.lua
diff --git a/xmake/core/sandbox/import/project.lua b/xmake/core/sandbox/import/project.lua
index 89d0d488f..735a0253d 100644
--- a/xmake/core/sandbox/import/project.lua
+++ b/xmake/core/sandbox/import/project.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file project.lua
diff --git a/xmake/core/sandbox/ipairs.lua b/xmake/core/sandbox/ipairs.lua
index b3551f862..a3d2f636e 100644
--- a/xmake/core/sandbox/ipairs.lua
+++ b/xmake/core/sandbox/ipairs.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file ipairs.lua
diff --git a/xmake/core/sandbox/os.lua b/xmake/core/sandbox/os.lua
index c83593cd4..ffa9173a0 100644
--- a/xmake/core/sandbox/os.lua
+++ b/xmake/core/sandbox/os.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file os.lua
diff --git a/xmake/core/sandbox/pairs.lua b/xmake/core/sandbox/pairs.lua
index f4f74b7e4..ce7729bd5 100644
--- a/xmake/core/sandbox/pairs.lua
+++ b/xmake/core/sandbox/pairs.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file pairs.lua
diff --git a/xmake/core/sandbox/path.lua b/xmake/core/sandbox/path.lua
index 925ad7cf8..d46b09252 100644
--- a/xmake/core/sandbox/path.lua
+++ b/xmake/core/sandbox/path.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file path.lua
diff --git a/xmake/core/sandbox/print.lua b/xmake/core/sandbox/print.lua
index b9e9b9f86..9e8502c16 100644
--- a/xmake/core/sandbox/print.lua
+++ b/xmake/core/sandbox/print.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file print.lua
diff --git a/xmake/core/sandbox/printf.lua b/xmake/core/sandbox/printf.lua
index e3d524abd..803514971 100644
--- a/xmake/core/sandbox/printf.lua
+++ b/xmake/core/sandbox/printf.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file printf.lua
diff --git a/xmake/core/sandbox/string.lua b/xmake/core/sandbox/string.lua
index f87460a39..e0f547008 100644
--- a/xmake/core/sandbox/string.lua
+++ b/xmake/core/sandbox/string.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file string.lua
diff --git a/xmake/core/sandbox/table.lua b/xmake/core/sandbox/table.lua
index a697504fd..bab0439b9 100644
--- a/xmake/core/sandbox/table.lua
+++ b/xmake/core/sandbox/table.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file table.lua
diff --git a/xmake/core/sandbox/utils.lua b/xmake/core/sandbox/utils.lua
index 9c80cb05d..88bcb2226 100644
--- a/xmake/core/sandbox/utils.lua
+++ b/xmake/core/sandbox/utils.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file utils.lua
diff --git a/xmake/core/sandbox/vformat.lua b/xmake/core/sandbox/vformat.lua
index eb8751856..ad2c25529 100644
--- a/xmake/core/sandbox/vformat.lua
+++ b/xmake/core/sandbox/vformat.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file vformat.lua
diff --git a/xmake/core/tasks/config.lua b/xmake/core/tasks/config.lua
index f5dfbb1e8..75aa332b1 100755
--- a/xmake/core/tasks/config.lua
+++ b/xmake/core/tasks/config.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file config.lua
diff --git a/xmake/core/tasks/create.lua b/xmake/core/tasks/create.lua
index 5feea2a7b..ab106add4 100755
--- a/xmake/core/tasks/create.lua
+++ b/xmake/core/tasks/create.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file create.lua
diff --git a/xmake/core/tasks/global.lua b/xmake/core/tasks/global.lua
index c388d7e59..187770b1c 100755
--- a/xmake/core/tasks/global.lua
+++ b/xmake/core/tasks/global.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file global.lua
diff --git a/xmake/core/tasks/install.lua b/xmake/core/tasks/install.lua
index ce43c37a2..13df7b4c3 100755
--- a/xmake/core/tasks/install.lua
+++ b/xmake/core/tasks/install.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file install.lua
diff --git a/xmake/core/tasks/lua.lua b/xmake/core/tasks/lua.lua
index 97a0fb567..8447bd6be 100755
--- a/xmake/core/tasks/lua.lua
+++ b/xmake/core/tasks/lua.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file lua.lua
diff --git a/xmake/core/tasks/package.lua b/xmake/core/tasks/package.lua
index 574e111d8..1fad0ac65 100755
--- a/xmake/core/tasks/package.lua
+++ b/xmake/core/tasks/package.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/tasks/run.lua b/xmake/core/tasks/run.lua
index 6533507ce..459e54856 100755
--- a/xmake/core/tasks/run.lua
+++ b/xmake/core/tasks/run.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file run.lua
diff --git a/xmake/core/tasks/uninstall.lua b/xmake/core/tasks/uninstall.lua
index 1861bc704..4ae188adb 100755
--- a/xmake/core/tasks/uninstall.lua
+++ b/xmake/core/tasks/uninstall.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file uninstall.lua
diff --git a/xmake/core/tools/ar.lua b/xmake/core/tools/ar.lua
index 75e63f83d..7f019cd17 100644
--- a/xmake/core/tools/ar.lua
+++ b/xmake/core/tools/ar.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file ar.lua
diff --git a/xmake/core/tools/cat.lua b/xmake/core/tools/cat.lua
index 32fea4e24..5eb14c88f 100644
--- a/xmake/core/tools/cat.lua
+++ b/xmake/core/tools/cat.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file cat.lua
diff --git a/xmake/core/tools/clang++.lua b/xmake/core/tools/clang++.lua
index 37352dec4..a71679e4b 100644
--- a/xmake/core/tools/clang++.lua
+++ b/xmake/core/tools/clang++.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file clang.lua
diff --git a/xmake/core/tools/clang.lua b/xmake/core/tools/clang.lua
index 280ae73a6..c4c8586f5 100644
--- a/xmake/core/tools/clang.lua
+++ b/xmake/core/tools/clang.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file clang.lua
diff --git a/xmake/core/tools/cp.lua b/xmake/core/tools/cp.lua
index 1b3ba9843..c2914c6c5 100644
--- a/xmake/core/tools/cp.lua
+++ b/xmake/core/tools/cp.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file cp.lua
diff --git a/xmake/core/tools/dispatcher.lua b/xmake/core/tools/dispatcher.lua
index d019937ec..231879512 100644
--- a/xmake/core/tools/dispatcher.lua
+++ b/xmake/core/tools/dispatcher.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file dispatcher.lua
diff --git a/xmake/core/tools/echo.lua b/xmake/core/tools/echo.lua
index dbfa67426..9a858c765 100644
--- a/xmake/core/tools/echo.lua
+++ b/xmake/core/tools/echo.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file echo.lua
diff --git a/xmake/core/tools/g++.lua b/xmake/core/tools/g++.lua
index 64970b039..d61e511eb 100644
--- a/xmake/core/tools/g++.lua
+++ b/xmake/core/tools/g++.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file g++.lua
diff --git a/xmake/core/tools/gcc.lua b/xmake/core/tools/gcc.lua
index 6cc995d60..a27e41341 100644
--- a/xmake/core/tools/gcc.lua
+++ b/xmake/core/tools/gcc.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file gcc.lua
diff --git a/xmake/core/tools/make.lua b/xmake/core/tools/make.lua
index 5d2d1f42b..568ddd2b4 100644
--- a/xmake/core/tools/make.lua
+++ b/xmake/core/tools/make.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file make.lua
diff --git a/xmake/core/tools/mkdir.lua b/xmake/core/tools/mkdir.lua
index 9fadb875d..bf0983285 100644
--- a/xmake/core/tools/mkdir.lua
+++ b/xmake/core/tools/mkdir.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file mkdir.lua
diff --git a/xmake/core/tools/mv.lua b/xmake/core/tools/mv.lua
index 7af2db9ed..41eae3cf1 100644
--- a/xmake/core/tools/mv.lua
+++ b/xmake/core/tools/mv.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file mv.lua
diff --git a/xmake/core/tools/rm.lua b/xmake/core/tools/rm.lua
index 47f57e68b..5db72c08e 100644
--- a/xmake/core/tools/rm.lua
+++ b/xmake/core/tools/rm.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file rm.lua
diff --git a/xmake/core/tools/rmdir.lua b/xmake/core/tools/rmdir.lua
index cea1e28fa..9089453e3 100644
--- a/xmake/core/tools/rmdir.lua
+++ b/xmake/core/tools/rmdir.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file rmdir.lua
diff --git a/xmake/core/tools/swiftc.lua b/xmake/core/tools/swiftc.lua
index 29a2b64e4..6317bde2d 100644
--- a/xmake/core/tools/swiftc.lua
+++ b/xmake/core/tools/swiftc.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file swiftc.lua
diff --git a/xmake/core/tools/tools.lua b/xmake/core/tools/tools.lua
index 2cde4ffc9..04e1f22f8 100644
--- a/xmake/core/tools/tools.lua
+++ b/xmake/core/tools/tools.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file tools.lua
diff --git a/xmake/core/tools/verbose.lua b/xmake/core/tools/verbose.lua
index b1168f29d..5a76412d8 100644
--- a/xmake/core/tools/verbose.lua
+++ b/xmake/core/tools/verbose.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file verbose.lua
diff --git a/xmake/plugins/doxygen.lua b/xmake/plugins/doxygen.lua
index b325fcd54..431735067 100755
--- a/xmake/plugins/doxygen.lua
+++ b/xmake/plugins/doxygen.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file doxygen.lua
diff --git a/xmake/plugins/macro.lua b/xmake/plugins/macro.lua
index 16442f281..4edcccc79 100755
--- a/xmake/plugins/macro.lua
+++ b/xmake/plugins/macro.lua
@@ -14,7 +14,7 @@
-- 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.
+-- Copyright (C) 2015 - 2016, ruki All rights reserved.
--
-- @author ruki
-- @file macro.lua