summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core')
-rw-r--r--xmake/core/_xmake_main.lua2
-rw-r--r--xmake/core/base/colors.lua2
-rw-r--r--xmake/core/base/coroutine.lua2
-rw-r--r--xmake/core/base/deprecated.lua2
-rw-r--r--xmake/core/base/deprecated/interpreter.lua2
-rw-r--r--xmake/core/base/dlist.lua2
-rw-r--r--xmake/core/base/emoji.lua2
-rw-r--r--xmake/core/base/filter.lua2
-rw-r--r--xmake/core/base/global.lua2
-rw-r--r--xmake/core/base/interpreter.lua2
-rw-r--r--xmake/core/base/io.lua2
-rw-r--r--xmake/core/base/log.lua2
-rw-r--r--xmake/core/base/object.lua2
-rw-r--r--xmake/core/base/option.lua2
-rw-r--r--xmake/core/base/os.lua2
-rw-r--r--xmake/core/base/path.lua2
-rw-r--r--xmake/core/base/privilege.lua2
-rw-r--r--xmake/core/base/process.lua2
-rw-r--r--xmake/core/base/profiler.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/utils.lua2
-rw-r--r--xmake/core/language/language.lua2
-rw-r--r--xmake/core/language/menu.lua2
-rw-r--r--xmake/core/main.lua4
-rw-r--r--xmake/core/package/package.lua2
-rw-r--r--xmake/core/package/repository.lua2
-rw-r--r--xmake/core/platform/environment.lua2
-rw-r--r--xmake/core/platform/menu.lua2
-rw-r--r--xmake/core/platform/platform.lua2
-rw-r--r--xmake/core/project/cache.lua2
-rw-r--r--xmake/core/project/config.lua2
-rw-r--r--xmake/core/project/deprecated/project.lua2
-rw-r--r--xmake/core/project/history.lua2
-rw-r--r--xmake/core/project/option.lua2
-rw-r--r--xmake/core/project/project.lua2
-rw-r--r--xmake/core/project/rule.lua2
-rw-r--r--xmake/core/project/target.lua2
-rw-r--r--xmake/core/project/template.lua2
-rw-r--r--xmake/core/sandbox/modules/_g.lua2
-rw-r--r--xmake/core/sandbox/modules/assert.lua2
-rw-r--r--xmake/core/sandbox/modules/catch.lua2
-rw-r--r--xmake/core/sandbox/modules/coroutine.lua2
-rw-r--r--xmake/core/sandbox/modules/cprint.lua2
-rw-r--r--xmake/core/sandbox/modules/cprintf.lua2
-rw-r--r--xmake/core/sandbox/modules/debug.lua2
-rw-r--r--xmake/core/sandbox/modules/finally.lua2
-rw-r--r--xmake/core/sandbox/modules/format.lua2
-rw-r--r--xmake/core/sandbox/modules/hash.lua2
-rw-r--r--xmake/core/sandbox/modules/ifelse.lua2
-rw-r--r--xmake/core/sandbox/modules/import.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/colors.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/dlist.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/filter.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/global.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/object.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/option.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/privilege.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/semver.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/base/task.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/language/language.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/language/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/package/package.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/package/repository.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/environment.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/platform/platform.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/cache.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/config.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/history.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/menu.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/project.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/rule.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/target.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/task.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/project/template.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/sandbox/module.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/compiler.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/extractor.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/tool/linker.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/application.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/button.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/canvas.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/curses.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/desktop.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/event.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/label.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/log.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/menubar.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/object.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/panel.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/point.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/program.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/rect.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/statusbar.lua2
-rw-r--r--xmake/core/sandbox/modules/import/core/ui/view.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/cache.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_directory.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_file.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_library.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_package.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_path.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_program.lua2
-rw-r--r--xmake/core/sandbox/modules/import/lib/detect/find_programver.lua2
-rw-r--r--xmake/core/sandbox/modules/inherit.lua2
-rw-r--r--xmake/core/sandbox/modules/insert.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/format.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/getenv.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/ifelse.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/ipairs.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/os.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/pairs.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/path.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/print.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/printf.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/string.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/table.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/tonumber.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/tostring.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/type.lua2
-rw-r--r--xmake/core/sandbox/modules/interpreter/unpack.lua2
-rw-r--r--xmake/core/sandbox/modules/io.lua2
-rw-r--r--xmake/core/sandbox/modules/ipairs.lua2
-rw-r--r--xmake/core/sandbox/modules/math.lua2
-rw-r--r--xmake/core/sandbox/modules/os.lua2
-rw-r--r--xmake/core/sandbox/modules/pairs.lua2
-rw-r--r--xmake/core/sandbox/modules/path.lua2
-rw-r--r--xmake/core/sandbox/modules/print.lua2
-rw-r--r--xmake/core/sandbox/modules/printf.lua2
-rw-r--r--xmake/core/sandbox/modules/process.lua2
-rw-r--r--xmake/core/sandbox/modules/raise.lua2
-rw-r--r--xmake/core/sandbox/modules/string.lua2
-rw-r--r--xmake/core/sandbox/modules/table.lua2
-rw-r--r--xmake/core/sandbox/modules/tonumber.lua2
-rw-r--r--xmake/core/sandbox/modules/tostring.lua2
-rw-r--r--xmake/core/sandbox/modules/try.lua2
-rw-r--r--xmake/core/sandbox/modules/type.lua2
-rw-r--r--xmake/core/sandbox/modules/unpack.lua2
-rw-r--r--xmake/core/sandbox/modules/utils.lua2
-rw-r--r--xmake/core/sandbox/modules/val.lua2
-rw-r--r--xmake/core/sandbox/modules/vformat.lua2
-rw-r--r--xmake/core/sandbox/modules/vprint.lua2
-rw-r--r--xmake/core/sandbox/modules/vprintf.lua2
-rw-r--r--xmake/core/sandbox/sandbox.lua2
-rw-r--r--xmake/core/tool/builder.lua2
-rw-r--r--xmake/core/tool/compiler.lua2
-rw-r--r--xmake/core/tool/extractor.lua2
-rw-r--r--xmake/core/tool/linker.lua2
-rw-r--r--xmake/core/tool/tool.lua2
-rw-r--r--xmake/core/ui/application.lua2
-rw-r--r--xmake/core/ui/button.lua2
-rw-r--r--xmake/core/ui/canvas.lua2
-rw-r--r--xmake/core/ui/curses.lua2
-rw-r--r--xmake/core/ui/desktop.lua2
-rw-r--r--xmake/core/ui/event.lua2
-rw-r--r--xmake/core/ui/label.lua2
-rw-r--r--xmake/core/ui/log.lua2
-rw-r--r--xmake/core/ui/menubar.lua2
-rw-r--r--xmake/core/ui/object.lua2
-rw-r--r--xmake/core/ui/panel.lua2
-rw-r--r--xmake/core/ui/point.lua2
-rw-r--r--xmake/core/ui/program.lua2
-rw-r--r--xmake/core/ui/rect.lua2
-rw-r--r--xmake/core/ui/statusbar.lua2
-rw-r--r--xmake/core/ui/view.lua2
167 files changed, 168 insertions, 168 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index a35d8b52b..28e105516 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file _xmake_main.lua
diff --git a/xmake/core/base/colors.lua b/xmake/core/base/colors.lua
index bd0c4bd69..06ddef3dc 100644
--- a/xmake/core/base/colors.lua
+++ b/xmake/core/base/colors.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file colors.lua
diff --git a/xmake/core/base/coroutine.lua b/xmake/core/base/coroutine.lua
index e012db923..dca56423d 100644
--- a/xmake/core/base/coroutine.lua
+++ b/xmake/core/base/coroutine.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file coroutine.lua
diff --git a/xmake/core/base/deprecated.lua b/xmake/core/base/deprecated.lua
index 6cfb35fa8..f9c58101e 100644
--- a/xmake/core/base/deprecated.lua
+++ b/xmake/core/base/deprecated.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file deprecated.lua
diff --git a/xmake/core/base/deprecated/interpreter.lua b/xmake/core/base/deprecated/interpreter.lua
index a452342e0..d39356001 100644
--- a/xmake/core/base/deprecated/interpreter.lua
+++ b/xmake/core/base/deprecated/interpreter.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file deprecated_interpreter.lua
diff --git a/xmake/core/base/dlist.lua b/xmake/core/base/dlist.lua
index e16518238..8aee8af2c 100644
--- a/xmake/core/base/dlist.lua
+++ b/xmake/core/base/dlist.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file dlist.lua
diff --git a/xmake/core/base/emoji.lua b/xmake/core/base/emoji.lua
index 436df2e21..0dcb32b7c 100644
--- a/xmake/core/base/emoji.lua
+++ b/xmake/core/base/emoji.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file emoji.lua
diff --git a/xmake/core/base/filter.lua b/xmake/core/base/filter.lua
index 3ab7cc2b4..9decdddc5 100644
--- a/xmake/core/base/filter.lua
+++ b/xmake/core/base/filter.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file filter.lua
diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua
index 1699a06e9..f041c759d 100644
--- a/xmake/core/base/global.lua
+++ b/xmake/core/base/global.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file global.lua
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index e796eaa8a..cb5b831d8 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file interpreter.lua
diff --git a/xmake/core/base/io.lua b/xmake/core/base/io.lua
index f91e1bead..a07d127ea 100644
--- a/xmake/core/base/io.lua
+++ b/xmake/core/base/io.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file io.lua
diff --git a/xmake/core/base/log.lua b/xmake/core/base/log.lua
index 332d267bb..eaccdeee6 100644
--- a/xmake/core/base/log.lua
+++ b/xmake/core/base/log.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--o
-- @author ruki
-- @file log.lua
diff --git a/xmake/core/base/object.lua b/xmake/core/base/object.lua
index ab4bf468f..6720cd8df 100644
--- a/xmake/core/base/object.lua
+++ b/xmake/core/base/object.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file object.lua
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua
index c8a613d0e..565866514 100644
--- a/xmake/core/base/option.lua
+++ b/xmake/core/base/option.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file option.lua
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 00b38f60a..d8d439155 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file os.lua
diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua
index a76bd4525..4b8914ef5 100644
--- a/xmake/core/base/path.lua
+++ b/xmake/core/base/path.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file path.lua
diff --git a/xmake/core/base/privilege.lua b/xmake/core/base/privilege.lua
index b53876713..94530502e 100644
--- a/xmake/core/base/privilege.lua
+++ b/xmake/core/base/privilege.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author TitanSnow
-- @file privilege.lua
diff --git a/xmake/core/base/process.lua b/xmake/core/base/process.lua
index 785c044ad..bf3241a21 100644
--- a/xmake/core/base/process.lua
+++ b/xmake/core/base/process.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file process.lua
diff --git a/xmake/core/base/profiler.lua b/xmake/core/base/profiler.lua
index ee2ab9fb5..1f473f0f7 100644
--- a/xmake/core/base/profiler.lua
+++ b/xmake/core/base/profiler.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file profiler.lua
diff --git a/xmake/core/base/string.lua b/xmake/core/base/string.lua
index 0f65232e9..5b8936360 100644
--- a/xmake/core/base/string.lua
+++ b/xmake/core/base/string.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file string.lua
diff --git a/xmake/core/base/table.lua b/xmake/core/base/table.lua
index 3b4013232..18c5199db 100644
--- a/xmake/core/base/table.lua
+++ b/xmake/core/base/table.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file table.lua
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index ad4b787ba..92a74ff3d 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file task.lua
diff --git a/xmake/core/base/utils.lua b/xmake/core/base/utils.lua
index 8a31330e7..b3f143ba3 100644
--- a/xmake/core/base/utils.lua
+++ b/xmake/core/base/utils.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file utils.lua
diff --git a/xmake/core/language/language.lua b/xmake/core/language/language.lua
index d19ab88d6..b1f8fcc24 100644
--- a/xmake/core/language/language.lua
+++ b/xmake/core/language/language.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file language.lua
diff --git a/xmake/core/language/menu.lua b/xmake/core/language/menu.lua
index 71c7fedc1..66690394a 100644
--- a/xmake/core/language/menu.lua
+++ b/xmake/core/language/menu.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menu.lua
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 6e76342ab..ca0a2ba43 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file main.lua
@@ -47,7 +47,7 @@ local menu =
title = "${bright}xmake v" .. xmake._VERSION .. ", A cross-platform build utility based on Lua${clear}"
-- copyright
-, copyright = "Copyright (C) 2015-2017 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"
+, copyright = "Copyright (C) 2015-2018 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"
-- the tasks: xmake [task]
, task.menu
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 6b5a7cf6e..6b490e097 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -16,7 +16,7 @@
-- See the License for the specific package governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/package/repository.lua b/xmake/core/package/repository.lua
index 16b29e286..69c629a32 100644
--- a/xmake/core/package/repository.lua
+++ b/xmake/core/package/repository.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file repository.lua
diff --git a/xmake/core/platform/environment.lua b/xmake/core/platform/environment.lua
index f91f5ccc5..aad8318ff 100644
--- a/xmake/core/platform/environment.lua
+++ b/xmake/core/platform/environment.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file environment.lua
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua
index 144a9bf05..9bd7aeef3 100644
--- a/xmake/core/platform/menu.lua
+++ b/xmake/core/platform/menu.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menu.lua
diff --git a/xmake/core/platform/platform.lua b/xmake/core/platform/platform.lua
index e23946515..a0b9cad98 100644
--- a/xmake/core/platform/platform.lua
+++ b/xmake/core/platform/platform.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file platform.lua
diff --git a/xmake/core/project/cache.lua b/xmake/core/project/cache.lua
index 813cd8673..113f7b0d3 100644
--- a/xmake/core/project/cache.lua
+++ b/xmake/core/project/cache.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file cache.lua
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index 0f9255f07..500ee8933 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file config.lua
diff --git a/xmake/core/project/deprecated/project.lua b/xmake/core/project/deprecated/project.lua
index bf46571b2..ce0d6ab15 100644
--- a/xmake/core/project/deprecated/project.lua
+++ b/xmake/core/project/deprecated/project.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file deprecated_project.lua
diff --git a/xmake/core/project/history.lua b/xmake/core/project/history.lua
index 230e9fdde..e1f8aa573 100644
--- a/xmake/core/project/history.lua
+++ b/xmake/core/project/history.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file history.lua
diff --git a/xmake/core/project/option.lua b/xmake/core/project/option.lua
index c46a2fc8f..eebd5cd50 100644
--- a/xmake/core/project/option.lua
+++ b/xmake/core/project/option.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file option.lua
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 802d4e83d..91aac6760 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file project.lua
diff --git a/xmake/core/project/rule.lua b/xmake/core/project/rule.lua
index 31b84e30a..d7e1048df 100644
--- a/xmake/core/project/rule.lua
+++ b/xmake/core/project/rule.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file rule.lua
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index a1847be4c..8fae3eaa5 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file target.lua
diff --git a/xmake/core/project/template.lua b/xmake/core/project/template.lua
index 139988712..c4339d4c3 100644
--- a/xmake/core/project/template.lua
+++ b/xmake/core/project/template.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file template.lua
diff --git a/xmake/core/sandbox/modules/_g.lua b/xmake/core/sandbox/modules/_g.lua
index 79471e188..a15725700 100644
--- a/xmake/core/sandbox/modules/_g.lua
+++ b/xmake/core/sandbox/modules/_g.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file _g.lua
diff --git a/xmake/core/sandbox/modules/assert.lua b/xmake/core/sandbox/modules/assert.lua
index a00cf6a03..23eff98cd 100644
--- a/xmake/core/sandbox/modules/assert.lua
+++ b/xmake/core/sandbox/modules/assert.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file assert.lua
diff --git a/xmake/core/sandbox/modules/catch.lua b/xmake/core/sandbox/modules/catch.lua
index 71bc33295..20833bd75 100644
--- a/xmake/core/sandbox/modules/catch.lua
+++ b/xmake/core/sandbox/modules/catch.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file catch.lua
diff --git a/xmake/core/sandbox/modules/coroutine.lua b/xmake/core/sandbox/modules/coroutine.lua
index 374d69993..680543937 100644
--- a/xmake/core/sandbox/modules/coroutine.lua
+++ b/xmake/core/sandbox/modules/coroutine.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file coroutine.lua
diff --git a/xmake/core/sandbox/modules/cprint.lua b/xmake/core/sandbox/modules/cprint.lua
index 85f52a98d..ae31a0f08 100644
--- a/xmake/core/sandbox/modules/cprint.lua
+++ b/xmake/core/sandbox/modules/cprint.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file cprint.lua
diff --git a/xmake/core/sandbox/modules/cprintf.lua b/xmake/core/sandbox/modules/cprintf.lua
index 675d55324..3672d6f26 100644
--- a/xmake/core/sandbox/modules/cprintf.lua
+++ b/xmake/core/sandbox/modules/cprintf.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file cprintf.lua
diff --git a/xmake/core/sandbox/modules/debug.lua b/xmake/core/sandbox/modules/debug.lua
index 2a1d2e157..e6124103f 100644
--- a/xmake/core/sandbox/modules/debug.lua
+++ b/xmake/core/sandbox/modules/debug.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file debug.lua
diff --git a/xmake/core/sandbox/modules/finally.lua b/xmake/core/sandbox/modules/finally.lua
index aade1f1f3..ce3ed35ac 100644
--- a/xmake/core/sandbox/modules/finally.lua
+++ b/xmake/core/sandbox/modules/finally.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file finally.lua
diff --git a/xmake/core/sandbox/modules/format.lua b/xmake/core/sandbox/modules/format.lua
index 6dce074f4..2d84ac0af 100644
--- a/xmake/core/sandbox/modules/format.lua
+++ b/xmake/core/sandbox/modules/format.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file format.lua
diff --git a/xmake/core/sandbox/modules/hash.lua b/xmake/core/sandbox/modules/hash.lua
index aec137365..c54b69e94 100644
--- a/xmake/core/sandbox/modules/hash.lua
+++ b/xmake/core/sandbox/modules/hash.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file hash.lua
diff --git a/xmake/core/sandbox/modules/ifelse.lua b/xmake/core/sandbox/modules/ifelse.lua
index 550b9384f..a27a1fb4f 100644
--- a/xmake/core/sandbox/modules/ifelse.lua
+++ b/xmake/core/sandbox/modules/ifelse.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file ifelse.lua
diff --git a/xmake/core/sandbox/modules/import.lua b/xmake/core/sandbox/modules/import.lua
index bbedd6146..0d979ff72 100644
--- a/xmake/core/sandbox/modules/import.lua
+++ b/xmake/core/sandbox/modules/import.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file import.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/colors.lua b/xmake/core/sandbox/modules/import/core/base/colors.lua
index 962086e87..40f30eb5a 100644
--- a/xmake/core/sandbox/modules/import/core/base/colors.lua
+++ b/xmake/core/sandbox/modules/import/core/base/colors.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file colors.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/dlist.lua b/xmake/core/sandbox/modules/import/core/base/dlist.lua
index 4c87365f2..92b71e36b 100644
--- a/xmake/core/sandbox/modules/import/core/base/dlist.lua
+++ b/xmake/core/sandbox/modules/import/core/base/dlist.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file dlist.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/filter.lua b/xmake/core/sandbox/modules/import/core/base/filter.lua
index 4a8f1462d..48db62ccb 100644
--- a/xmake/core/sandbox/modules/import/core/base/filter.lua
+++ b/xmake/core/sandbox/modules/import/core/base/filter.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file filter.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/global.lua b/xmake/core/sandbox/modules/import/core/base/global.lua
index 92312f622..dd6d55603 100644
--- a/xmake/core/sandbox/modules/import/core/base/global.lua
+++ b/xmake/core/sandbox/modules/import/core/base/global.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file global.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/object.lua b/xmake/core/sandbox/modules/import/core/base/object.lua
index 77e724611..0143925a2 100644
--- a/xmake/core/sandbox/modules/import/core/base/object.lua
+++ b/xmake/core/sandbox/modules/import/core/base/object.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file object.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/option.lua b/xmake/core/sandbox/modules/import/core/base/option.lua
index 0f6770902..4be085674 100644
--- a/xmake/core/sandbox/modules/import/core/base/option.lua
+++ b/xmake/core/sandbox/modules/import/core/base/option.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file option.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/privilege.lua b/xmake/core/sandbox/modules/import/core/base/privilege.lua
index 295790244..abcce30a1 100644
--- a/xmake/core/sandbox/modules/import/core/base/privilege.lua
+++ b/xmake/core/sandbox/modules/import/core/base/privilege.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author TitanSnow
-- @file privilege.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/semver.lua b/xmake/core/sandbox/modules/import/core/base/semver.lua
index 57b0924d3..0a12b94a8 100644
--- a/xmake/core/sandbox/modules/import/core/base/semver.lua
+++ b/xmake/core/sandbox/modules/import/core/base/semver.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file semver.lua
diff --git a/xmake/core/sandbox/modules/import/core/base/task.lua b/xmake/core/sandbox/modules/import/core/base/task.lua
index 88a4f6080..6561cf313 100644
--- a/xmake/core/sandbox/modules/import/core/base/task.lua
+++ b/xmake/core/sandbox/modules/import/core/base/task.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file task.lua
diff --git a/xmake/core/sandbox/modules/import/core/language/language.lua b/xmake/core/sandbox/modules/import/core/language/language.lua
index cdc324fd9..913a35dd3 100644
--- a/xmake/core/sandbox/modules/import/core/language/language.lua
+++ b/xmake/core/sandbox/modules/import/core/language/language.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file language.lua
diff --git a/xmake/core/sandbox/modules/import/core/language/menu.lua b/xmake/core/sandbox/modules/import/core/language/menu.lua
index c3cd0bda3..232df7b18 100644
--- a/xmake/core/sandbox/modules/import/core/language/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/language/menu.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menu.lua
diff --git a/xmake/core/sandbox/modules/import/core/package/package.lua b/xmake/core/sandbox/modules/import/core/package/package.lua
index 2a49f2ee7..dc4c78351 100644
--- a/xmake/core/sandbox/modules/import/core/package/package.lua
+++ b/xmake/core/sandbox/modules/import/core/package/package.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file package.lua
diff --git a/xmake/core/sandbox/modules/import/core/package/repository.lua b/xmake/core/sandbox/modules/import/core/package/repository.lua
index c8103e225..3e0a7bee4 100644
--- a/xmake/core/sandbox/modules/import/core/package/repository.lua
+++ b/xmake/core/sandbox/modules/import/core/package/repository.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file repository.lua
diff --git a/xmake/core/sandbox/modules/import/core/platform/environment.lua b/xmake/core/sandbox/modules/import/core/platform/environment.lua
index d6c612831..c8ddba172 100644
--- a/xmake/core/sandbox/modules/import/core/platform/environment.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/environment.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file environment.lua
diff --git a/xmake/core/sandbox/modules/import/core/platform/menu.lua b/xmake/core/sandbox/modules/import/core/platform/menu.lua
index c8f0658c6..b07ad5d5d 100644
--- a/xmake/core/sandbox/modules/import/core/platform/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/menu.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menu.lua
diff --git a/xmake/core/sandbox/modules/import/core/platform/platform.lua b/xmake/core/sandbox/modules/import/core/platform/platform.lua
index 49e96aa8b..c7c1e92b7 100644
--- a/xmake/core/sandbox/modules/import/core/platform/platform.lua
+++ b/xmake/core/sandbox/modules/import/core/platform/platform.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file platform.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/cache.lua b/xmake/core/sandbox/modules/import/core/project/cache.lua
index 2267522be..79488dd24 100644
--- a/xmake/core/sandbox/modules/import/core/project/cache.lua
+++ b/xmake/core/sandbox/modules/import/core/project/cache.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file cache.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/config.lua b/xmake/core/sandbox/modules/import/core/project/config.lua
index e5ddf5379..d3f48cb0b 100644
--- a/xmake/core/sandbox/modules/import/core/project/config.lua
+++ b/xmake/core/sandbox/modules/import/core/project/config.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file config.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/history.lua b/xmake/core/sandbox/modules/import/core/project/history.lua
index 561ece117..1f764d62c 100644
--- a/xmake/core/sandbox/modules/import/core/project/history.lua
+++ b/xmake/core/sandbox/modules/import/core/project/history.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file history.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/menu.lua b/xmake/core/sandbox/modules/import/core/project/menu.lua
index 9778f417d..e866e6033 100644
--- a/xmake/core/sandbox/modules/import/core/project/menu.lua
+++ b/xmake/core/sandbox/modules/import/core/project/menu.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menu.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua
index cf027b0b2..5187f8e99 100644
--- a/xmake/core/sandbox/modules/import/core/project/project.lua
+++ b/xmake/core/sandbox/modules/import/core/project/project.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file project.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/rule.lua b/xmake/core/sandbox/modules/import/core/project/rule.lua
index 77ac8b0cc..75a4975dd 100644
--- a/xmake/core/sandbox/modules/import/core/project/rule.lua
+++ b/xmake/core/sandbox/modules/import/core/project/rule.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file rule.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/target.lua b/xmake/core/sandbox/modules/import/core/project/target.lua
index 89b73aa13..0f08e3875 100644
--- a/xmake/core/sandbox/modules/import/core/project/target.lua
+++ b/xmake/core/sandbox/modules/import/core/project/target.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file target.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/task.lua b/xmake/core/sandbox/modules/import/core/project/task.lua
index cede51a56..4d95d0578 100644
--- a/xmake/core/sandbox/modules/import/core/project/task.lua
+++ b/xmake/core/sandbox/modules/import/core/project/task.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file task.lua
diff --git a/xmake/core/sandbox/modules/import/core/project/template.lua b/xmake/core/sandbox/modules/import/core/project/template.lua
index fb9f43147..989e23ead 100644
--- a/xmake/core/sandbox/modules/import/core/project/template.lua
+++ b/xmake/core/sandbox/modules/import/core/project/template.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file template.lua
diff --git a/xmake/core/sandbox/modules/import/core/sandbox/module.lua b/xmake/core/sandbox/modules/import/core/sandbox/module.lua
index 12b2db3f7..8f73bf298 100644
--- a/xmake/core/sandbox/modules/import/core/sandbox/module.lua
+++ b/xmake/core/sandbox/modules/import/core/sandbox/module.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file module.lua
diff --git a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
index 2a041611b..0aa09f832 100644
--- a/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
+++ b/xmake/core/sandbox/modules/import/core/sandbox/sandbox.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file sandbox.lua
diff --git a/xmake/core/sandbox/modules/import/core/tool/compiler.lua b/xmake/core/sandbox/modules/import/core/tool/compiler.lua
index 66df911f2..b623b2d4d 100644
--- a/xmake/core/sandbox/modules/import/core/tool/compiler.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/compiler.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file compiler.lua
diff --git a/xmake/core/sandbox/modules/import/core/tool/extractor.lua b/xmake/core/sandbox/modules/import/core/tool/extractor.lua
index 536c2a2eb..0b6e8f4a0 100644
--- a/xmake/core/sandbox/modules/import/core/tool/extractor.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/extractor.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file extractor.lua
diff --git a/xmake/core/sandbox/modules/import/core/tool/linker.lua b/xmake/core/sandbox/modules/import/core/tool/linker.lua
index cd2c29af5..c0964691b 100644
--- a/xmake/core/sandbox/modules/import/core/tool/linker.lua
+++ b/xmake/core/sandbox/modules/import/core/tool/linker.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file linker.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/application.lua b/xmake/core/sandbox/modules/import/core/ui/application.lua
index 3a2f02444..407bdfa87 100644
--- a/xmake/core/sandbox/modules/import/core/ui/application.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/application.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source application.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source application.
--
-- @author ruki
-- @file application.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/button.lua b/xmake/core/sandbox/modules/import/core/ui/button.lua
index bc199ce45..24c556e95 100644
--- a/xmake/core/sandbox/modules/import/core/ui/button.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/button.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file button.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/canvas.lua b/xmake/core/sandbox/modules/import/core/ui/canvas.lua
index ea4e67300..9b21d15ed 100644
--- a/xmake/core/sandbox/modules/import/core/ui/canvas.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/canvas.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file canvas.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/curses.lua b/xmake/core/sandbox/modules/import/core/ui/curses.lua
index 8442c2361..53e398c06 100644
--- a/xmake/core/sandbox/modules/import/core/ui/curses.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/curses.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file curses.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/desktop.lua b/xmake/core/sandbox/modules/import/core/ui/desktop.lua
index e9d1b3e81..7bfc59d22 100644
--- a/xmake/core/sandbox/modules/import/core/ui/desktop.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/desktop.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file desktop.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/event.lua b/xmake/core/sandbox/modules/import/core/ui/event.lua
index 7a533cca7..c6525f3ea 100644
--- a/xmake/core/sandbox/modules/import/core/ui/event.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/event.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file event.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/label.lua b/xmake/core/sandbox/modules/import/core/ui/label.lua
index 63631c76b..8534ee7c4 100644
--- a/xmake/core/sandbox/modules/import/core/ui/label.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/label.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file label.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/log.lua b/xmake/core/sandbox/modules/import/core/ui/log.lua
index f0401008c..84df5aa56 100644
--- a/xmake/core/sandbox/modules/import/core/ui/log.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/log.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file log.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/menubar.lua b/xmake/core/sandbox/modules/import/core/ui/menubar.lua
index 12134bbd0..24c03713a 100644
--- a/xmake/core/sandbox/modules/import/core/ui/menubar.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/menubar.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menubar.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/object.lua b/xmake/core/sandbox/modules/import/core/ui/object.lua
index 8a270708a..410136fea 100644
--- a/xmake/core/sandbox/modules/import/core/ui/object.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/object.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file object.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/panel.lua b/xmake/core/sandbox/modules/import/core/ui/panel.lua
index bf20d610a..5ea7ebf5d 100644
--- a/xmake/core/sandbox/modules/import/core/ui/panel.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/panel.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file panel.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/point.lua b/xmake/core/sandbox/modules/import/core/ui/point.lua
index 2dd6998a2..a670e1b81 100644
--- a/xmake/core/sandbox/modules/import/core/ui/point.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/point.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file point.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/program.lua b/xmake/core/sandbox/modules/import/core/ui/program.lua
index 9b073105f..ee842a942 100644
--- a/xmake/core/sandbox/modules/import/core/ui/program.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/program.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source program.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source program.
--
-- @author ruki
-- @file program.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/rect.lua b/xmake/core/sandbox/modules/import/core/ui/rect.lua
index 4acb7a6c5..e422d24d8 100644
--- a/xmake/core/sandbox/modules/import/core/ui/rect.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/rect.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file rect.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/statusbar.lua b/xmake/core/sandbox/modules/import/core/ui/statusbar.lua
index 6e5f8d4ae..7530f0555 100644
--- a/xmake/core/sandbox/modules/import/core/ui/statusbar.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/statusbar.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file statusbar.lua
diff --git a/xmake/core/sandbox/modules/import/core/ui/view.lua b/xmake/core/sandbox/modules/import/core/ui/view.lua
index 4739c5df2..357acf382 100644
--- a/xmake/core/sandbox/modules/import/core/ui/view.lua
+++ b/xmake/core/sandbox/modules/import/core/ui/view.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file view.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/cache.lua b/xmake/core/sandbox/modules/import/lib/detect/cache.lua
index 9fe3879ff..5e330dec0 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/cache.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/cache.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file cache.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua b/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
index 872760135..06b250787 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_directory.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_directory.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_file.lua b/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
index bc864f9e7..fc10db23b 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_file.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_file.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_library.lua b/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
index a9bbf9cd4..9cd12556d 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_library.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_library.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
index 7f17568d3..03976addb 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_package.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_path.lua b/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
index 679f17682..e994cd46e 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_path.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_path.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
index 7c37ab665..954cdc315 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_program.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_program.lua
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua b/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
index c4ab3af5c..6c59d631a 100644
--- a/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
+++ b/xmake/core/sandbox/modules/import/lib/detect/find_programver.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file find_programver.lua
diff --git a/xmake/core/sandbox/modules/inherit.lua b/xmake/core/sandbox/modules/inherit.lua
index b00b7d7eb..b75a00ff7 100644
--- a/xmake/core/sandbox/modules/inherit.lua
+++ b/xmake/core/sandbox/modules/inherit.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file inherit.lua
diff --git a/xmake/core/sandbox/modules/insert.lua b/xmake/core/sandbox/modules/insert.lua
index e89b206bd..23c8dea82 100644
--- a/xmake/core/sandbox/modules/insert.lua
+++ b/xmake/core/sandbox/modules/insert.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file insert.lua
diff --git a/xmake/core/sandbox/modules/interpreter/format.lua b/xmake/core/sandbox/modules/interpreter/format.lua
index c86f131b0..862edde63 100644
--- a/xmake/core/sandbox/modules/interpreter/format.lua
+++ b/xmake/core/sandbox/modules/interpreter/format.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file format.lua
diff --git a/xmake/core/sandbox/modules/interpreter/getenv.lua b/xmake/core/sandbox/modules/interpreter/getenv.lua
index 91bab9d1f..1c23196b6 100644
--- a/xmake/core/sandbox/modules/interpreter/getenv.lua
+++ b/xmake/core/sandbox/modules/interpreter/getenv.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file getenv.lua
diff --git a/xmake/core/sandbox/modules/interpreter/ifelse.lua b/xmake/core/sandbox/modules/interpreter/ifelse.lua
index 9753684c8..342d01e30 100644
--- a/xmake/core/sandbox/modules/interpreter/ifelse.lua
+++ b/xmake/core/sandbox/modules/interpreter/ifelse.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file ifelse.lua
diff --git a/xmake/core/sandbox/modules/interpreter/ipairs.lua b/xmake/core/sandbox/modules/interpreter/ipairs.lua
index c440a4739..3aacff566 100644
--- a/xmake/core/sandbox/modules/interpreter/ipairs.lua
+++ b/xmake/core/sandbox/modules/interpreter/ipairs.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file ipairs.lua
diff --git a/xmake/core/sandbox/modules/interpreter/os.lua b/xmake/core/sandbox/modules/interpreter/os.lua
index 098de5047..3ec2cf120 100644
--- a/xmake/core/sandbox/modules/interpreter/os.lua
+++ b/xmake/core/sandbox/modules/interpreter/os.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file os.lua
diff --git a/xmake/core/sandbox/modules/interpreter/pairs.lua b/xmake/core/sandbox/modules/interpreter/pairs.lua
index 8615dffd0..73f7010df 100644
--- a/xmake/core/sandbox/modules/interpreter/pairs.lua
+++ b/xmake/core/sandbox/modules/interpreter/pairs.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file pairs.lua
diff --git a/xmake/core/sandbox/modules/interpreter/path.lua b/xmake/core/sandbox/modules/interpreter/path.lua
index 2a9ce8018..040ad1c81 100644
--- a/xmake/core/sandbox/modules/interpreter/path.lua
+++ b/xmake/core/sandbox/modules/interpreter/path.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file path.lua
diff --git a/xmake/core/sandbox/modules/interpreter/print.lua b/xmake/core/sandbox/modules/interpreter/print.lua
index d32af0fd6..6a10edaae 100644
--- a/xmake/core/sandbox/modules/interpreter/print.lua
+++ b/xmake/core/sandbox/modules/interpreter/print.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file print.lua
diff --git a/xmake/core/sandbox/modules/interpreter/printf.lua b/xmake/core/sandbox/modules/interpreter/printf.lua
index 358716c13..783436bec 100644
--- a/xmake/core/sandbox/modules/interpreter/printf.lua
+++ b/xmake/core/sandbox/modules/interpreter/printf.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file printf.lua
diff --git a/xmake/core/sandbox/modules/interpreter/string.lua b/xmake/core/sandbox/modules/interpreter/string.lua
index a9aebcb7e..1525a840f 100644
--- a/xmake/core/sandbox/modules/interpreter/string.lua
+++ b/xmake/core/sandbox/modules/interpreter/string.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file string.lua
diff --git a/xmake/core/sandbox/modules/interpreter/table.lua b/xmake/core/sandbox/modules/interpreter/table.lua
index ce52b5e75..5c7edbb50 100644
--- a/xmake/core/sandbox/modules/interpreter/table.lua
+++ b/xmake/core/sandbox/modules/interpreter/table.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file table.lua
diff --git a/xmake/core/sandbox/modules/interpreter/tonumber.lua b/xmake/core/sandbox/modules/interpreter/tonumber.lua
index 2329bb4d3..c9d5d2ec6 100644
--- a/xmake/core/sandbox/modules/interpreter/tonumber.lua
+++ b/xmake/core/sandbox/modules/interpreter/tonumber.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file tonumber.lua
diff --git a/xmake/core/sandbox/modules/interpreter/tostring.lua b/xmake/core/sandbox/modules/interpreter/tostring.lua
index ce745df5e..60591e249 100644
--- a/xmake/core/sandbox/modules/interpreter/tostring.lua
+++ b/xmake/core/sandbox/modules/interpreter/tostring.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file tostring.lua
diff --git a/xmake/core/sandbox/modules/interpreter/type.lua b/xmake/core/sandbox/modules/interpreter/type.lua
index 7645a9ef4..6036fe463 100644
--- a/xmake/core/sandbox/modules/interpreter/type.lua
+++ b/xmake/core/sandbox/modules/interpreter/type.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file type.lua
diff --git a/xmake/core/sandbox/modules/interpreter/unpack.lua b/xmake/core/sandbox/modules/interpreter/unpack.lua
index 863aac397..2874a915d 100644
--- a/xmake/core/sandbox/modules/interpreter/unpack.lua
+++ b/xmake/core/sandbox/modules/interpreter/unpack.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file unpack.lua
diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua
index ec3c3652b..a1e8ce443 100644
--- a/xmake/core/sandbox/modules/io.lua
+++ b/xmake/core/sandbox/modules/io.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file io.lua
diff --git a/xmake/core/sandbox/modules/ipairs.lua b/xmake/core/sandbox/modules/ipairs.lua
index fc65f3840..051a1bac2 100644
--- a/xmake/core/sandbox/modules/ipairs.lua
+++ b/xmake/core/sandbox/modules/ipairs.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file ipairs.lua
diff --git a/xmake/core/sandbox/modules/math.lua b/xmake/core/sandbox/modules/math.lua
index 28f7aaa54..43c75ffa7 100644
--- a/xmake/core/sandbox/modules/math.lua
+++ b/xmake/core/sandbox/modules/math.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file math.lua
diff --git a/xmake/core/sandbox/modules/os.lua b/xmake/core/sandbox/modules/os.lua
index 5c7efac91..338dc35c2 100644
--- a/xmake/core/sandbox/modules/os.lua
+++ b/xmake/core/sandbox/modules/os.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file os.lua
diff --git a/xmake/core/sandbox/modules/pairs.lua b/xmake/core/sandbox/modules/pairs.lua
index 80faf3d1a..554bf3948 100644
--- a/xmake/core/sandbox/modules/pairs.lua
+++ b/xmake/core/sandbox/modules/pairs.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file pairs.lua
diff --git a/xmake/core/sandbox/modules/path.lua b/xmake/core/sandbox/modules/path.lua
index f24744b2e..c0224715c 100644
--- a/xmake/core/sandbox/modules/path.lua
+++ b/xmake/core/sandbox/modules/path.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file path.lua
diff --git a/xmake/core/sandbox/modules/print.lua b/xmake/core/sandbox/modules/print.lua
index 2f58303d4..5fb585b6c 100644
--- a/xmake/core/sandbox/modules/print.lua
+++ b/xmake/core/sandbox/modules/print.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file print.lua
diff --git a/xmake/core/sandbox/modules/printf.lua b/xmake/core/sandbox/modules/printf.lua
index dc56be0b5..0407497bb 100644
--- a/xmake/core/sandbox/modules/printf.lua
+++ b/xmake/core/sandbox/modules/printf.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file printf.lua
diff --git a/xmake/core/sandbox/modules/process.lua b/xmake/core/sandbox/modules/process.lua
index 6c71bb522..1b4b99c48 100644
--- a/xmake/core/sandbox/modules/process.lua
+++ b/xmake/core/sandbox/modules/process.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file process.lua
diff --git a/xmake/core/sandbox/modules/raise.lua b/xmake/core/sandbox/modules/raise.lua
index 6f950b7d4..8b0513667 100644
--- a/xmake/core/sandbox/modules/raise.lua
+++ b/xmake/core/sandbox/modules/raise.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file raise.lua
diff --git a/xmake/core/sandbox/modules/string.lua b/xmake/core/sandbox/modules/string.lua
index dbc693e9f..0aba45b7c 100644
--- a/xmake/core/sandbox/modules/string.lua
+++ b/xmake/core/sandbox/modules/string.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file string.lua
diff --git a/xmake/core/sandbox/modules/table.lua b/xmake/core/sandbox/modules/table.lua
index 444466a5e..9d64375e7 100644
--- a/xmake/core/sandbox/modules/table.lua
+++ b/xmake/core/sandbox/modules/table.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file table.lua
diff --git a/xmake/core/sandbox/modules/tonumber.lua b/xmake/core/sandbox/modules/tonumber.lua
index 2329bb4d3..c9d5d2ec6 100644
--- a/xmake/core/sandbox/modules/tonumber.lua
+++ b/xmake/core/sandbox/modules/tonumber.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file tonumber.lua
diff --git a/xmake/core/sandbox/modules/tostring.lua b/xmake/core/sandbox/modules/tostring.lua
index ce745df5e..60591e249 100644
--- a/xmake/core/sandbox/modules/tostring.lua
+++ b/xmake/core/sandbox/modules/tostring.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file tostring.lua
diff --git a/xmake/core/sandbox/modules/try.lua b/xmake/core/sandbox/modules/try.lua
index c02910305..4b8206bc9 100644
--- a/xmake/core/sandbox/modules/try.lua
+++ b/xmake/core/sandbox/modules/try.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file try.lua
diff --git a/xmake/core/sandbox/modules/type.lua b/xmake/core/sandbox/modules/type.lua
index 7645a9ef4..6036fe463 100644
--- a/xmake/core/sandbox/modules/type.lua
+++ b/xmake/core/sandbox/modules/type.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file type.lua
diff --git a/xmake/core/sandbox/modules/unpack.lua b/xmake/core/sandbox/modules/unpack.lua
index 863aac397..2874a915d 100644
--- a/xmake/core/sandbox/modules/unpack.lua
+++ b/xmake/core/sandbox/modules/unpack.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file unpack.lua
diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua
index bbd4c74c8..5e3ae6113 100644
--- a/xmake/core/sandbox/modules/utils.lua
+++ b/xmake/core/sandbox/modules/utils.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file utils.lua
diff --git a/xmake/core/sandbox/modules/val.lua b/xmake/core/sandbox/modules/val.lua
index 06ec10aef..52185ba17 100644
--- a/xmake/core/sandbox/modules/val.lua
+++ b/xmake/core/sandbox/modules/val.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file val.lua
diff --git a/xmake/core/sandbox/modules/vformat.lua b/xmake/core/sandbox/modules/vformat.lua
index 72ffa37f5..70e9aa074 100644
--- a/xmake/core/sandbox/modules/vformat.lua
+++ b/xmake/core/sandbox/modules/vformat.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file vformat.lua
diff --git a/xmake/core/sandbox/modules/vprint.lua b/xmake/core/sandbox/modules/vprint.lua
index c8d4d3e0f..efe984318 100644
--- a/xmake/core/sandbox/modules/vprint.lua
+++ b/xmake/core/sandbox/modules/vprint.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file vprint.lua
diff --git a/xmake/core/sandbox/modules/vprintf.lua b/xmake/core/sandbox/modules/vprintf.lua
index 49c963131..3cdcf5cbb 100644
--- a/xmake/core/sandbox/modules/vprintf.lua
+++ b/xmake/core/sandbox/modules/vprintf.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file vprintf.lua
diff --git a/xmake/core/sandbox/sandbox.lua b/xmake/core/sandbox/sandbox.lua
index 9a64de78d..2ac54b827 100644
--- a/xmake/core/sandbox/sandbox.lua
+++ b/xmake/core/sandbox/sandbox.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file sandbox.lua
diff --git a/xmake/core/tool/builder.lua b/xmake/core/tool/builder.lua
index 5795cadd4..d0744a11e 100644
--- a/xmake/core/tool/builder.lua
+++ b/xmake/core/tool/builder.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file builder.lua
diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua
index c3b8782a7..86b1d49f2 100644
--- a/xmake/core/tool/compiler.lua
+++ b/xmake/core/tool/compiler.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file compiler.lua
diff --git a/xmake/core/tool/extractor.lua b/xmake/core/tool/extractor.lua
index 92d9f7823..1225fec36 100644
--- a/xmake/core/tool/extractor.lua
+++ b/xmake/core/tool/extractor.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file extractor.lua
diff --git a/xmake/core/tool/linker.lua b/xmake/core/tool/linker.lua
index 496efc2c7..be137b3fa 100644
--- a/xmake/core/tool/linker.lua
+++ b/xmake/core/tool/linker.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file linker.lua
diff --git a/xmake/core/tool/tool.lua b/xmake/core/tool/tool.lua
index 0cd02120f..295aa8785 100644
--- a/xmake/core/tool/tool.lua
+++ b/xmake/core/tool/tool.lua
@@ -16,7 +16,7 @@
-- See the License for the specific tool governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file tool.lua
diff --git a/xmake/core/ui/application.lua b/xmake/core/ui/application.lua
index 4ea18ad55..ed2908ddc 100644
--- a/xmake/core/ui/application.lua
+++ b/xmake/core/ui/application.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file application.lua
diff --git a/xmake/core/ui/button.lua b/xmake/core/ui/button.lua
index 92f5f8894..0464c8617 100644
--- a/xmake/core/ui/button.lua
+++ b/xmake/core/ui/button.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file button.lua
diff --git a/xmake/core/ui/canvas.lua b/xmake/core/ui/canvas.lua
index 0662ccca4..b02864cea 100644
--- a/xmake/core/ui/canvas.lua
+++ b/xmake/core/ui/canvas.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file canvas.lua
diff --git a/xmake/core/ui/curses.lua b/xmake/core/ui/curses.lua
index 5effd5f59..ac7a2473c 100644
--- a/xmake/core/ui/curses.lua
+++ b/xmake/core/ui/curses.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file curses.lua
diff --git a/xmake/core/ui/desktop.lua b/xmake/core/ui/desktop.lua
index 0715252b7..b0cd31459 100644
--- a/xmake/core/ui/desktop.lua
+++ b/xmake/core/ui/desktop.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file desktop.lua
diff --git a/xmake/core/ui/event.lua b/xmake/core/ui/event.lua
index 2e43a4ca7..a8d57f61c 100644
--- a/xmake/core/ui/event.lua
+++ b/xmake/core/ui/event.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file event.lua
diff --git a/xmake/core/ui/label.lua b/xmake/core/ui/label.lua
index 7cf6741d6..94b25e833 100644
--- a/xmake/core/ui/label.lua
+++ b/xmake/core/ui/label.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file label.lua
diff --git a/xmake/core/ui/log.lua b/xmake/core/ui/log.lua
index 25cbfd7be..e2922d3ae 100644
--- a/xmake/core/ui/log.lua
+++ b/xmake/core/ui/log.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file log.lua
diff --git a/xmake/core/ui/menubar.lua b/xmake/core/ui/menubar.lua
index ad3f2b4ae..d880703ef 100644
--- a/xmake/core/ui/menubar.lua
+++ b/xmake/core/ui/menubar.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file menubar.lua
diff --git a/xmake/core/ui/object.lua b/xmake/core/ui/object.lua
index 3e8aee7ab..5870f6a3e 100644
--- a/xmake/core/ui/object.lua
+++ b/xmake/core/ui/object.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file object.lua
diff --git a/xmake/core/ui/panel.lua b/xmake/core/ui/panel.lua
index a48612b28..c33811bf3 100644
--- a/xmake/core/ui/panel.lua
+++ b/xmake/core/ui/panel.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file panel.lua
diff --git a/xmake/core/ui/point.lua b/xmake/core/ui/point.lua
index 54e41a925..6f033764e 100644
--- a/xmake/core/ui/point.lua
+++ b/xmake/core/ui/point.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file point.lua
diff --git a/xmake/core/ui/program.lua b/xmake/core/ui/program.lua
index 0d1bed84f..d8a5664a4 100644
--- a/xmake/core/ui/program.lua
+++ b/xmake/core/ui/program.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file program.lua
diff --git a/xmake/core/ui/rect.lua b/xmake/core/ui/rect.lua
index 0bb4ad958..223065d90 100644
--- a/xmake/core/ui/rect.lua
+++ b/xmake/core/ui/rect.lua
@@ -17,7 +17,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file rect.lua
diff --git a/xmake/core/ui/statusbar.lua b/xmake/core/ui/statusbar.lua
index ba4206958..db84c292c 100644
--- a/xmake/core/ui/statusbar.lua
+++ b/xmake/core/ui/statusbar.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file statusbar.lua
diff --git a/xmake/core/ui/view.lua b/xmake/core/ui/view.lua
index 3312a3f50..80c3c7bd1 100644
--- a/xmake/core/ui/view.lua
+++ b/xmake/core/ui/view.lua
@@ -16,7 +16,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
--- Copyright (C) 2015 - 2017, TBOOX Open Source Group.
+-- Copyright (C) 2015 - 2018, TBOOX Open Source Group.
--
-- @author ruki
-- @file view.lua