Skip to content

Commit fbb2779

Browse files
authored
Upgrade copyright (#130)
1 parent 9db1183 commit fbb2779

File tree

275 files changed

+275
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+275
-275
lines changed

embodichain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/agent_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/code_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/task_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/hierarchy/validation_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/mllm/prompt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# All rights reserved.
55
# ----------------------------------------------------------------------------

embodichain/agents/mllm/prompt/code_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

embodichain/agents/mllm/prompt/task_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------
2-
# Copyright (c) 2021-2025 DexForce Technology Co., Ltd.
2+
# Copyright (c) 2021-2026 DexForce Technology Co., Ltd.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)