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 | |
| parent | 8955837ff0aca160c4a9c99512ed5ad147c6e672 (diff) | |
modify copyright date
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/get.sh | 4 | ||||
| -rw-r--r-- | scripts/installer.nsi | 2 | ||||
| -rw-r--r-- | scripts/makeself/header | 5 |
3 files changed, 5 insertions, 6 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 ' diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 4afa6c276..4f12aebea 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -140,7 +140,7 @@ VIFileVersion ${VERSION}.0 VIAddVersionKey /LANG=0 ProductName XMake VIAddVersionKey /LANG=0 Comments "A cross-platform build utility based on Lua$\nwebsite: https://xmake.io" VIAddVersionKey /LANG=0 CompanyName "The TBOOX Open Source Group" -VIAddVersionKey /LANG=0 LegalCopyright "Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io$\nCopyright (C) 2005-2015 Mike Pall, luajit.org" +VIAddVersionKey /LANG=0 LegalCopyright "Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io" VIAddVersionKey /LANG=0 FileDescription "XMake Installer - v${VERSION}" VIAddVersionKey /LANG=0 OriginalFilename "xmake-${ARCH}.exe" VIAddVersionKey /LANG=0 FileVersion ${VERSION_FULL} diff --git a/scripts/makeself/header b/scripts/makeself/header index 0a539e197..f247ee7bd 100644 --- a/scripts/makeself/header +++ b/scripts/makeself/header @@ -1,9 +1,8 @@ xmake v#xmake-version#, A cross-platform build utility based on Lua -Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io -Copyright (C) 2005-2015 Mike Pall, luajit.org +Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io _ __ ___ __ __ __ _| | ______ \ \/ / | \/ |/ _ | |/ / __ \ > < | \__/ | /_| | < ___/ /_/\_\_|_| |_|\__ \|_|\_\____| - by ruki, tboox.org + by ruki, xmake.io |
