summaryrefslogtreecommitdiff
path: root/tests/apis/custom_toolchain/xmake/modules/core
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-03 23:04:28 +0800
committerruki <[email protected]>2025-07-03 23:04:28 +0800
commit24fb7d4178c4cba07ad85687495b94dd6660c073 (patch)
tree07bd43107d7aef209b4d702d1cc701758b6d4d19 /tests/apis/custom_toolchain/xmake/modules/core
parent5670477e415e24962c57eac21194c63946ee5e1e (diff)
update morecopyright
Diffstat (limited to 'tests/apis/custom_toolchain/xmake/modules/core')
-rw-r--r--tests/apis/custom_toolchain/xmake/modules/core/tools/ar6x.lua2
-rw-r--r--tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x.lua2
-rw-r--r--tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/has_flags.lua2
-rw-r--r--tests/apis/custom_toolchain/xmake/modules/core/tools/cl6x/parse_deps.lua2
4 files changed, 4 insertions, 4 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