diff options
| author | ruki <[email protected]> | 2017-12-28 22:35:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-28 09:32:59 +0800 |
| commit | eb3805ec6e4e4ae187d0cd7c9082e6c8558a51ee (patch) | |
| tree | dc9c03c3b9a1cef3dcf9d029e5f7d6d64aa657e8 /xmake/plugins/lua/scripts | |
| parent | c29bf9dde01066325f2a8734a6fda6cd1bc40549 (diff) | |
update copyright date
Diffstat (limited to 'xmake/plugins/lua/scripts')
| -rw-r--r-- | xmake/plugins/lua/scripts/cat.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/cp.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/echo.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/lipo.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/mkdir.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/mv.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/rm.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/rmdir.lua | 2 | ||||
| -rw-r--r-- | xmake/plugins/lua/scripts/versioninfo.lua | 2 |
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 |
