diff options
| author | ruki <[email protected]> | 2020-12-24 00:13:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-24 00:13:57 +0800 |
| commit | 8daf1d625091a66dddf762b66e12e93e77ee4bdf (patch) | |
| tree | 154742268a8c1dbaba5b86bd261129ae771d9dd1 /scripts/get.sh | |
| parent | 8955837ff0aca160c4a9c99512ed5ad147c6e672 (diff) | |
modify copyright date
Diffstat (limited to 'scripts/get.sh')
| -rwxr-xr-x | scripts/get.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.sh b/scripts/get.sh index ded538e50..3c0562aba 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -104,13 +104,13 @@ fi # below is installation # print a LOGO! echo 'xmake, A cross-platform build utility based on Lua. ' -echo 'Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io' +echo 'Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io' echo ' _ ' echo ' __ ___ __ __ __ _| | ______ ' echo ' \ \/ / | \/ |/ _ | |/ / __ \ ' echo ' > < | \__/ | /_| | < ___/ ' echo ' /_/\_\_|_| |_|\__ \|_|\_\____| ' -echo ' by ruki, tboox.org ' +echo ' by ruki, xmake.io ' echo ' ' echo ' 👉 Manual: https://xmake.io/#/getting_started ' echo ' 🙏 Donate: https://xmake.io/#/sponsor ' |
