diff options
| author | ruki <[email protected]> | 2025-07-03 23:04:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-03 23:04:28 +0800 |
| commit | 24fb7d4178c4cba07ad85687495b94dd6660c073 (patch) | |
| tree | 07bd43107d7aef209b4d702d1cc701758b6d4d19 /tests/projects/xmake_cli | |
| parent | 5670477e415e24962c57eac21194c63946ee5e1e (diff) | |
update morecopyright
Diffstat (limited to 'tests/projects/xmake_cli')
| -rw-r--r-- | tests/projects/xmake_cli/xmake/src/xmake.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/xmake_cli/xmake/src/xmake.rc b/tests/projects/xmake_cli/xmake/src/xmake.rc index 2167c8f25..18774e5b1 100644 --- a/tests/projects/xmake_cli/xmake/src/xmake.rc +++ b/tests/projects/xmake_cli/xmake/src/xmake.rc @@ -22,11 +22,11 @@ BEGIN BLOCK "000004B0" BEGIN VALUE "Comments", "A cross-platform build utility based on Lua\nwebsite: https://xmake.io" - VALUE "CompanyName", "The TBOOX Open Source Group" + VALUE "CompanyName", "The Xmake Open Source Community" VALUE "FileDescription", "XMake build utility" VALUE "FileVersion", XM_CONFIG_VERSION "+" STR(XM_CONFIG_VERSION_BUILD) VALUE "InternalName", "xmake" - VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io" + VALUE "LegalCopyright", "Copyright (C) 2015-present Ruki Wang, https://xmake.io" VALUE "LegalTrademarks", "" VALUE "OriginalFilename", "xmake.exe" VALUE "ProductName", "XMake" |
