diff options
| author | ruki <[email protected]> | 2019-12-19 22:30:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-19 09:01:52 +0800 |
| commit | 2e0445237493458e39d6ce44b81f7b1fa20940bc (patch) | |
| tree | be6adaa2e47967ecb5ca367e839abebd888778a9 /xmake/plugins/lua/scripts | |
| parent | 3e67c61cd338e9ad214590d24e6ad506ce5b57f6 (diff) | |
update the 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/time.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 62c05692e..22f41b393 100644 --- a/xmake/plugins/lua/scripts/cat.lua +++ b/xmake/plugins/lua/scripts/cat.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 faa0cfab0..07e35fe0b 100644 --- a/xmake/plugins/lua/scripts/cp.lua +++ b/xmake/plugins/lua/scripts/cp.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 ec6500536..e25aef448 100644 --- a/xmake/plugins/lua/scripts/echo.lua +++ b/xmake/plugins/lua/scripts/echo.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 62dbf5683..ae4b28473 100644 --- a/xmake/plugins/lua/scripts/lipo.lua +++ b/xmake/plugins/lua/scripts/lipo.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 a922aaf41..09d01d3d0 100644 --- a/xmake/plugins/lua/scripts/mkdir.lua +++ b/xmake/plugins/lua/scripts/mkdir.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 cb8c0646a..7088c160c 100644 --- a/xmake/plugins/lua/scripts/mv.lua +++ b/xmake/plugins/lua/scripts/mv.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 617621ba0..f1182bbd8 100644 --- a/xmake/plugins/lua/scripts/rm.lua +++ b/xmake/plugins/lua/scripts/rm.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, 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 38eae07c8..420097d6c 100644 --- a/xmake/plugins/lua/scripts/rmdir.lua +++ b/xmake/plugins/lua/scripts/rmdir.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file rmdir.lua diff --git a/xmake/plugins/lua/scripts/time.lua b/xmake/plugins/lua/scripts/time.lua index f16d064ee..9a08cb1d5 100644 --- a/xmake/plugins/lua/scripts/time.lua +++ b/xmake/plugins/lua/scripts/time.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, TBOOX Open Source Group. -- -- @author ruki -- @file time.lua |
