diff options
| author | ruki <[email protected]> | 2021-09-21 00:58:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-21 00:58:40 +0800 |
| commit | c0604c67543a2269d0bc986735ea56b073f5d2ab (patch) | |
| tree | ea0b549df9d3b9bcca2755f099053b1d67a870fd | |
| parent | eee6ab7a99c93953eed53d33c4a61fa1172971aa (diff) | |
update xmake.rc
| -rw-r--r-- | core/src/demo/xmake.rc | 2 | ||||
| -rw-r--r-- | tests/projects/xmake_cli/xmake/src/xmake.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/demo/xmake.rc b/core/src/demo/xmake.rc index 0d737ebc3..2167c8f25 100644 --- a/core/src/demo/xmake.rc +++ b/core/src/demo/xmake.rc @@ -26,7 +26,7 @@ BEGIN VALUE "FileDescription", "XMake build utility" VALUE "FileVersion", XM_CONFIG_VERSION "+" STR(XM_CONFIG_VERSION_BUILD) VALUE "InternalName", "xmake" - VALUE "LegalCopyright", "Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io\nCopyright (C) 2005-2015 Mike Pall, luajit.org" + VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "xmake.exe" VALUE "ProductName", "XMake" diff --git a/tests/projects/xmake_cli/xmake/src/xmake.rc b/tests/projects/xmake_cli/xmake/src/xmake.rc index 0d737ebc3..2167c8f25 100644 --- a/tests/projects/xmake_cli/xmake/src/xmake.rc +++ b/tests/projects/xmake_cli/xmake/src/xmake.rc @@ -26,7 +26,7 @@ BEGIN VALUE "FileDescription", "XMake build utility" VALUE "FileVersion", XM_CONFIG_VERSION "+" STR(XM_CONFIG_VERSION_BUILD) VALUE "InternalName", "xmake" - VALUE "LegalCopyright", "Copyright (C) 2015-2020 Ruki Wang, tboox.org, xmake.io\nCopyright (C) 2005-2015 Mike Pall, luajit.org" + VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "xmake.exe" VALUE "ProductName", "XMake" |
