diff options
| author | ruki <[email protected]> | 2019-01-01 00:25:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-12-31 20:35:19 +0800 |
| commit | 38e38540325ff07453a324e8049ed575fad8cb8d (patch) | |
| tree | e96c74c170c254b0c1abb64725812611b024059b /xmake/core/main.lua | |
| parent | 561c876662cce2b272e9ac5e9c0322373b583fee (diff) | |
modify copyright date
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index a5e7b269b..abe233720 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 - 2018, TBOOX Open Source Group. +-- Copyright (C) 2015 - 2019, TBOOX Open Source Group. -- -- @author ruki -- @file main.lua @@ -46,7 +46,7 @@ local menu = title = "${bright}xmake v" .. xmake._VERSION .. ", A cross-platform build utility based on Lua${clear}" -- copyright -, 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}" +, copyright = "Copyright (C) 2015-2019 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" -- the tasks: xmake [task] , function () |
