summaryrefslogtreecommitdiff
path: root/xmake/actions
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-28 22:35:29 +0800
committerruki <[email protected]>2017-12-28 09:32:59 +0800
commiteb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch)
treedc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /xmake/actions
parentc29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff)
update copyright date
Diffstat (limited to 'xmake/actions')
-rw-r--r--xmake/actions/build/builder.lua2
-rw-r--r--xmake/actions/build/kinds/binary.lua2
-rw-r--r--xmake/actions/build/kinds/object.lua2
-rw-r--r--xmake/actions/build/kinds/shared.lua2
-rw-r--r--xmake/actions/build/kinds/static.lua2
-rw-r--r--xmake/actions/build/main.lua2
-rw-r--r--xmake/actions/build/statistics.lua2
-rw-r--r--xmake/actions/build/xmake.lua2
-rw-r--r--xmake/actions/clean/main.lua2
-rw-r--r--xmake/actions/clean/xmake.lua2
-rw-r--r--xmake/actions/config/configheader.lua2
-rw-r--r--xmake/actions/config/main.lua2
-rw-r--r--xmake/actions/config/scanner.lua2
-rw-r--r--xmake/actions/config/xmake.lua2
-rw-r--r--xmake/actions/create/main.lua2
-rw-r--r--xmake/actions/create/xmake.lua2
-rw-r--r--xmake/actions/global/main.lua2
-rw-r--r--xmake/actions/global/xmake.lua2
-rw-r--r--xmake/actions/install/install.lua2
-rw-r--r--xmake/actions/install/install_admin.lua2
-rw-r--r--xmake/actions/install/main.lua2
-rw-r--r--xmake/actions/install/xmake.lua2
-rw-r--r--xmake/actions/package/main.lua2
-rw-r--r--xmake/actions/package/xmake.lua2
-rw-r--r--xmake/actions/require/action/build.lua2
-rw-r--r--xmake/actions/require/action/download.lua2
-rw-r--r--xmake/actions/require/action/filter.lua2
-rw-r--r--xmake/actions/require/action/install.lua2
-rw-r--r--xmake/actions/require/action/test.lua2
-rw-r--r--xmake/actions/require/clear.lua2
-rw-r--r--xmake/actions/require/environment.lua2
-rw-r--r--xmake/actions/require/info.lua2
-rw-r--r--xmake/actions/require/install.lua2
-rw-r--r--xmake/actions/require/list.lua2
-rw-r--r--xmake/actions/require/main.lua2
-rw-r--r--xmake/actions/require/package.lua2
-rw-r--r--xmake/actions/require/repository.lua2
-rw-r--r--xmake/actions/require/search.lua2
-rw-r--r--xmake/actions/require/xmake.lua2
-rw-r--r--xmake/actions/run/main.lua2
-rw-r--r--xmake/actions/run/xmake.lua2
-rw-r--r--xmake/actions/uninstall/main.lua2
-rw-r--r--xmake/actions/uninstall/uninstall.lua2
-rw-r--r--xmake/actions/uninstall/uninstall_admin.lua2
-rw-r--r--xmake/actions/uninstall/xmake.lua2
45 files changed, 45 insertions, 45 deletions
diff --git a/xmake/actions/build/builder.lua b/xmake/actions/build/builder.lua
index d28ce3617..056cc746e 100644
--- a/xmake/actions/build/builder.lua
+++ b/xmake/actions/build/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/actions/build/kinds/binary.lua b/xmake/actions/build/kinds/binary.lua
index 5c2002f8d..54951ad1f 100644
--- a/xmake/actions/build/kinds/binary.lua
+++ b/xmake/actions/build/kinds/binary.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 binary.lua
diff --git a/xmake/actions/build/kinds/object.lua b/xmake/actions/build/kinds/object.lua
index 0510d1d23..463f3b054 100644
--- a/xmake/actions/build/kinds/object.lua
+++ b/xmake/actions/build/kinds/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/actions/build/kinds/shared.lua b/xmake/actions/build/kinds/shared.lua
index 6b15f917f..c13b7ed29 100644
--- a/xmake/actions/build/kinds/shared.lua
+++ b/xmake/actions/build/kinds/shared.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 shared.lua
diff --git a/xmake/actions/build/kinds/static.lua b/xmake/actions/build/kinds/static.lua
index 2e0b392c2..020e8e9d5 100644
--- a/xmake/actions/build/kinds/static.lua
+++ b/xmake/actions/build/kinds/static.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 static.lua
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua
index 875d77009..bf3578ab2 100644
--- a/xmake/actions/build/main.lua
+++ b/xmake/actions/build/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
diff --git a/xmake/actions/build/statistics.lua b/xmake/actions/build/statistics.lua
index faa537597..e0c79343a 100644
--- a/xmake/actions/build/statistics.lua
+++ b/xmake/actions/build/statistics.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 statistics.lua
diff --git a/xmake/actions/build/xmake.lua b/xmake/actions/build/xmake.lua
index 7d8e2442a..2344f456f 100644
--- a/xmake/actions/build/xmake.lua
+++ b/xmake/actions/build/xmake.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.lua
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua
index e2536531f..497acb43d 100644
--- a/xmake/actions/clean/main.lua
+++ b/xmake/actions/clean/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
diff --git a/xmake/actions/clean/xmake.lua b/xmake/actions/clean/xmake.lua
index a82890b34..7f72f78b3 100644
--- a/xmake/actions/clean/xmake.lua
+++ b/xmake/actions/clean/xmake.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.lua
diff --git a/xmake/actions/config/configheader.lua b/xmake/actions/config/configheader.lua
index df6f95433..09f75286d 100644
--- a/xmake/actions/config/configheader.lua
+++ b/xmake/actions/config/configheader.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 configheader.lua
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua
index 402f0e711..ee90d455b 100644
--- a/xmake/actions/config/main.lua
+++ b/xmake/actions/config/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
diff --git a/xmake/actions/config/scanner.lua b/xmake/actions/config/scanner.lua
index abbb76423..51e1efa9f 100644
--- a/xmake/actions/config/scanner.lua
+++ b/xmake/actions/config/scanner.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 scanner.lua
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua
index 3bae7c543..a60837a8b 100644
--- a/xmake/actions/config/xmake.lua
+++ b/xmake/actions/config/xmake.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.lua
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua
index 1b261d016..512b07bc7 100644
--- a/xmake/actions/create/main.lua
+++ b/xmake/actions/create/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
diff --git a/xmake/actions/create/xmake.lua b/xmake/actions/create/xmake.lua
index af33b8afd..de5d11d5d 100644
--- a/xmake/actions/create/xmake.lua
+++ b/xmake/actions/create/xmake.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.lua
diff --git a/xmake/actions/global/main.lua b/xmake/actions/global/main.lua
index f3915b503..a54cd5cd9 100644
--- a/xmake/actions/global/main.lua
+++ b/xmake/actions/global/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
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua
index fc8ea4d02..d1fd2b0de 100644
--- a/xmake/actions/global/xmake.lua
+++ b/xmake/actions/global/xmake.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.lua
diff --git a/xmake/actions/install/install.lua b/xmake/actions/install/install.lua
index 120b6d17d..92d13f279 100644
--- a/xmake/actions/install/install.lua
+++ b/xmake/actions/install/install.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 install.lua
diff --git a/xmake/actions/install/install_admin.lua b/xmake/actions/install/install_admin.lua
index 730d225f9..5dfbaa42f 100644
--- a/xmake/actions/install/install_admin.lua
+++ b/xmake/actions/install/install_admin.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 install_admin.lua
diff --git a/xmake/actions/install/main.lua b/xmake/actions/install/main.lua
index 8d6ef4db0..c119e4ce4 100644
--- a/xmake/actions/install/main.lua
+++ b/xmake/actions/install/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
diff --git a/xmake/actions/install/xmake.lua b/xmake/actions/install/xmake.lua
index e92e5f1c2..7298ddaec 100644
--- a/xmake/actions/install/xmake.lua
+++ b/xmake/actions/install/xmake.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.lua
diff --git a/xmake/actions/package/main.lua b/xmake/actions/package/main.lua
index 7c20d46ca..05a788516 100644
--- a/xmake/actions/package/main.lua
+++ b/xmake/actions/package/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
diff --git a/xmake/actions/package/xmake.lua b/xmake/actions/package/xmake.lua
index 860cefa57..4f5338e11 100644
--- a/xmake/actions/package/xmake.lua
+++ b/xmake/actions/package/xmake.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.lua
diff --git a/xmake/actions/require/action/build.lua b/xmake/actions/require/action/build.lua
index b8f47b6ec..01ecafe32 100644
--- a/xmake/actions/require/action/build.lua
+++ b/xmake/actions/require/action/build.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 build.lua
diff --git a/xmake/actions/require/action/download.lua b/xmake/actions/require/action/download.lua
index d92d03d85..63d8160ab 100644
--- a/xmake/actions/require/action/download.lua
+++ b/xmake/actions/require/action/download.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 download.lua
diff --git a/xmake/actions/require/action/filter.lua b/xmake/actions/require/action/filter.lua
index c56387dd1..3aaa067d4 100644
--- a/xmake/actions/require/action/filter.lua
+++ b/xmake/actions/require/action/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/actions/require/action/install.lua b/xmake/actions/require/action/install.lua
index 2f76bacd3..a1602431f 100644
--- a/xmake/actions/require/action/install.lua
+++ b/xmake/actions/require/action/install.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 install.lua
diff --git a/xmake/actions/require/action/test.lua b/xmake/actions/require/action/test.lua
index 7879226ac..5c9cf4afd 100644
--- a/xmake/actions/require/action/test.lua
+++ b/xmake/actions/require/action/test.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 test.lua
diff --git a/xmake/actions/require/clear.lua b/xmake/actions/require/clear.lua
index c9207a63b..3ff607521 100644
--- a/xmake/actions/require/clear.lua
+++ b/xmake/actions/require/clear.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 clear.lua
diff --git a/xmake/actions/require/environment.lua b/xmake/actions/require/environment.lua
index 3d58c8f44..73343006b 100644
--- a/xmake/actions/require/environment.lua
+++ b/xmake/actions/require/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/actions/require/info.lua b/xmake/actions/require/info.lua
index 2232e55bc..1a64f5393 100644
--- a/xmake/actions/require/info.lua
+++ b/xmake/actions/require/info.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 info.lua
diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua
index 83dc402a0..85a1011fc 100644
--- a/xmake/actions/require/install.lua
+++ b/xmake/actions/require/install.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/actions/require/list.lua b/xmake/actions/require/list.lua
index 8df9eb646..a5b02f5ae 100644
--- a/xmake/actions/require/list.lua
+++ b/xmake/actions/require/list.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 list.lua
diff --git a/xmake/actions/require/main.lua b/xmake/actions/require/main.lua
index 15d5efbf7..0790e400c 100644
--- a/xmake/actions/require/main.lua
+++ b/xmake/actions/require/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
diff --git a/xmake/actions/require/package.lua b/xmake/actions/require/package.lua
index 71b40c903..5446a7e93 100644
--- a/xmake/actions/require/package.lua
+++ b/xmake/actions/require/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/actions/require/repository.lua b/xmake/actions/require/repository.lua
index cf7bc38c7..a605acc83 100644
--- a/xmake/actions/require/repository.lua
+++ b/xmake/actions/require/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/actions/require/search.lua b/xmake/actions/require/search.lua
index 1eb4fdccc..53fee8220 100644
--- a/xmake/actions/require/search.lua
+++ b/xmake/actions/require/search.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 search.lua
diff --git a/xmake/actions/require/xmake.lua b/xmake/actions/require/xmake.lua
index 3dbe1b6f9..b16bdea17 100644
--- a/xmake/actions/require/xmake.lua
+++ b/xmake/actions/require/xmake.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 require.lua
diff --git a/xmake/actions/run/main.lua b/xmake/actions/run/main.lua
index bd69d72f9..2ce6748ae 100644
--- a/xmake/actions/run/main.lua
+++ b/xmake/actions/run/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
diff --git a/xmake/actions/run/xmake.lua b/xmake/actions/run/xmake.lua
index 102cf0190..2443cc977 100644
--- a/xmake/actions/run/xmake.lua
+++ b/xmake/actions/run/xmake.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.lua
diff --git a/xmake/actions/uninstall/main.lua b/xmake/actions/uninstall/main.lua
index 339dfe1ef..25ecf70d9 100644
--- a/xmake/actions/uninstall/main.lua
+++ b/xmake/actions/uninstall/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
diff --git a/xmake/actions/uninstall/uninstall.lua b/xmake/actions/uninstall/uninstall.lua
index 454dc1293..1d3c8ef48 100644
--- a/xmake/actions/uninstall/uninstall.lua
+++ b/xmake/actions/uninstall/uninstall.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 uninstall.lua
diff --git a/xmake/actions/uninstall/uninstall_admin.lua b/xmake/actions/uninstall/uninstall_admin.lua
index f8e5c5d95..10cf012d1 100644
--- a/xmake/actions/uninstall/uninstall_admin.lua
+++ b/xmake/actions/uninstall/uninstall_admin.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 uninstall_admin.lua
diff --git a/xmake/actions/uninstall/xmake.lua b/xmake/actions/uninstall/xmake.lua
index 68deba056..a14cdbb79 100644
--- a/xmake/actions/uninstall/xmake.lua
+++ b/xmake/actions/uninstall/xmake.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.lua