summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/lua/scripts')
-rw-r--r--xmake/plugins/lua/scripts/cat.lua2
-rw-r--r--xmake/plugins/lua/scripts/cp.lua2
-rw-r--r--xmake/plugins/lua/scripts/echo.lua2
-rw-r--r--xmake/plugins/lua/scripts/lipo.lua2
-rw-r--r--xmake/plugins/lua/scripts/mkdir.lua2
-rw-r--r--xmake/plugins/lua/scripts/mv.lua2
-rw-r--r--xmake/plugins/lua/scripts/rm.lua2
-rw-r--r--xmake/plugins/lua/scripts/rmdir.lua2
-rw-r--r--xmake/plugins/lua/scripts/versioninfo.lua2
9 files changed, 9 insertions, 9 deletions
diff --git a/xmake/plugins/lua/scripts/cat.lua b/xmake/plugins/lua/scripts/cat.lua
index 398c34629..a84d12677 100644
--- a/xmake/plugins/lua/scripts/cat.lua
+++ b/xmake/plugins/lua/scripts/cat.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 cat.lua
diff --git a/xmake/plugins/lua/scripts/cp.lua b/xmake/plugins/lua/scripts/cp.lua
index 60ced5c50..c22df7b5a 100644
--- a/xmake/plugins/lua/scripts/cp.lua
+++ b/xmake/plugins/lua/scripts/cp.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 cp.lua
diff --git a/xmake/plugins/lua/scripts/echo.lua b/xmake/plugins/lua/scripts/echo.lua
index 9c59048de..b21a940b8 100644
--- a/xmake/plugins/lua/scripts/echo.lua
+++ b/xmake/plugins/lua/scripts/echo.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 echo.lua
diff --git a/xmake/plugins/lua/scripts/lipo.lua b/xmake/plugins/lua/scripts/lipo.lua
index b87c44ccb..b61cbc85e 100644
--- a/xmake/plugins/lua/scripts/lipo.lua
+++ b/xmake/plugins/lua/scripts/lipo.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 lipo.lua
diff --git a/xmake/plugins/lua/scripts/mkdir.lua b/xmake/plugins/lua/scripts/mkdir.lua
index b5c976971..9e3d96f4b 100644
--- a/xmake/plugins/lua/scripts/mkdir.lua
+++ b/xmake/plugins/lua/scripts/mkdir.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 mkdir.lua
diff --git a/xmake/plugins/lua/scripts/mv.lua b/xmake/plugins/lua/scripts/mv.lua
index 65479ef34..fc31a1c77 100644
--- a/xmake/plugins/lua/scripts/mv.lua
+++ b/xmake/plugins/lua/scripts/mv.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 mv.lua
diff --git a/xmake/plugins/lua/scripts/rm.lua b/xmake/plugins/lua/scripts/rm.lua
index 7b2fb8105..708ccd448 100644
--- a/xmake/plugins/lua/scripts/rm.lua
+++ b/xmake/plugins/lua/scripts/rm.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 rm.lua
diff --git a/xmake/plugins/lua/scripts/rmdir.lua b/xmake/plugins/lua/scripts/rmdir.lua
index 068b7ecee..18df26482 100644
--- a/xmake/plugins/lua/scripts/rmdir.lua
+++ b/xmake/plugins/lua/scripts/rmdir.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 rmdir.lua
diff --git a/xmake/plugins/lua/scripts/versioninfo.lua b/xmake/plugins/lua/scripts/versioninfo.lua
index ee98aa4eb..b22b2b8ff 100644
--- a/xmake/plugins/lua/scripts/versioninfo.lua
+++ b/xmake/plugins/lua/scripts/versioninfo.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 versioninfo.lua