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 | |
| parent | 5670477e415e24962c57eac21194c63946ee5e1e (diff) | |
update morecopyright
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua | 2 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua | 2 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua | 2 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua | 2 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua | 2 | ||||
| -rw-r--r-- | tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua | 2 | ||||
| -rw-r--r-- | tests/plugins/pack/LICENSE.md | 2 | ||||
| -rw-r--r-- | tests/projects/xmake_cli/xmake/src/xmake.rc | 4 | ||||
| -rw-r--r-- | tests/ui/desktop.lua | 2 | ||||
| -rw-r--r-- | tests/ui/dialog.lua | 2 | ||||
| -rw-r--r-- | tests/ui/events.lua | 2 | ||||
| -rw-r--r-- | tests/ui/inputdialog.lua | 2 | ||||
| -rw-r--r-- | tests/ui/mconfdialog.lua | 2 | ||||
| -rw-r--r-- | tests/ui/utf8dialog.lua | 2 | ||||
| -rw-r--r-- | tests/ui/window.lua | 2 |
15 files changed, 16 insertions, 16 deletions
diff --git a/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua index 821b955e3..7e51734ff 100644 --- a/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file ar6x.lua diff --git a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua index f350808da..ba6bc6e5e 100644 --- a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file cl6x.lua diff --git a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua index a5f3f4b87..bb2d955a5 100644 --- a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file has_flags.lua diff --git a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua index a5d5ecd40..301d696aa 100644 --- a/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua +++ b/tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file parse_deps.lua diff --git a/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua index 823a1f220..2ee4c4853 100644 --- a/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_ar6x.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file find_ar6x.lua diff --git a/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua index c961326ad..1db484762 100644 --- a/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua +++ b/tests/apis/custom_toolchain/xmake/modules/detect/tools/find_cl6x.lua @@ -12,7 +12,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-present, TBOOX Open Source Group. +-- Copyright (C) 2015-present, Xmake Open Source Community. -- -- @author ruki -- @file find_cl6x.lua diff --git a/tests/plugins/pack/LICENSE.md b/tests/plugins/pack/LICENSE.md index d2b373af7..fe2ff7e48 100644 --- a/tests/plugins/pack/LICENSE.md +++ b/tests/plugins/pack/LICENSE.md @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2015-present TBOOX Open Source Group + Copyright 2015-present Xmake Open Source Community Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 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" diff --git a/tests/ui/desktop.lua b/tests/ui/desktop.lua index cae575910..caf2e80fd 100644 --- a/tests/ui/desktop.lua +++ b/tests/ui/desktop.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki -- @file desktop.lua diff --git a/tests/ui/dialog.lua b/tests/ui/dialog.lua index ace1873e4..b532bd460 100644 --- a/tests/ui/dialog.lua +++ b/tests/ui/dialog.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki -- @file dialog.lua diff --git a/tests/ui/events.lua b/tests/ui/events.lua index 66e34c4d3..7e75d27ef 100644 --- a/tests/ui/events.lua +++ b/tests/ui/events.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2020, TBOOX Open Source Group. +-- Copyright (C) 2020, Xmake Open Source Community. -- -- @author ruki -- @file events.lua diff --git a/tests/ui/inputdialog.lua b/tests/ui/inputdialog.lua index 801e46b8b..ef094fc21 100644 --- a/tests/ui/inputdialog.lua +++ b/tests/ui/inputdialog.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki -- @file inputdialog.lua diff --git a/tests/ui/mconfdialog.lua b/tests/ui/mconfdialog.lua index 33d6b15dc..fb46d1481 100644 --- a/tests/ui/mconfdialog.lua +++ b/tests/ui/mconfdialog.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki -- @file mconfdialog.lua diff --git a/tests/ui/utf8dialog.lua b/tests/ui/utf8dialog.lua index e7de3a075..87b38717f 100644 --- a/tests/ui/utf8dialog.lua +++ b/tests/ui/utf8dialog.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki, laelnasan -- @file inputdialog.lua diff --git a/tests/ui/window.lua b/tests/ui/window.lua index af68c1aa6..b4a236cf0 100644 --- a/tests/ui/window.lua +++ b/tests/ui/window.lua @@ -16,7 +16,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- --- Copyright (C) 2015-2020, TBOOX Open Source Group. +-- Copyright (C) 2015-2020, Xmake Open Source Community. -- -- @author ruki -- @file window.lua |
