diff --git a/packages/cli/src/ui/components/subagents/SubagentExecutionDisplay.tsx b/packages/cli/src/ui/components/subagents/SubagentExecutionDisplay.tsx
index 4796ece3..78922043 100644
--- a/packages/cli/src/ui/components/subagents/SubagentExecutionDisplay.tsx
+++ b/packages/cli/src/ui/components/subagents/SubagentExecutionDisplay.tsx
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
@@ -225,8 +225,8 @@ const ToolCallsList: React.FC<{
)}
{reversedDisplayCalls.map((toolCall, index) => (
-
- ))}
+
+ ))}
);
};
@@ -395,9 +395,7 @@ const ResultsSection: React.FC<{
{/* Execution Summary section */}
-
- Execution Summary:
-
+ Execution Summary:
@@ -406,9 +404,7 @@ const ResultsSection: React.FC<{
{data.executionSummary && (
-
- Tool Usage:
-
+ Tool Usage:
diff --git a/packages/cli/src/ui/components/subagents/utils.ts b/packages/cli/src/ui/components/subagents/utils.ts
index 448719b4..584a0ebc 100644
--- a/packages/cli/src/ui/components/subagents/utils.ts
+++ b/packages/cli/src/ui/components/subagents/utils.ts
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2025 Qwen
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
import { COLOR_OPTIONS } from './constants.js';
export const shouldShowColor = (color?: string): boolean =>
diff --git a/packages/core/src/subagents/index.ts b/packages/core/src/subagents/index.ts
index c24d9774..97b31cbb 100644
--- a/packages/core/src/subagents/index.ts
+++ b/packages/core/src/subagents/index.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-events.ts b/packages/core/src/subagents/subagent-events.ts
index 1ae90c86..9b750a39 100644
--- a/packages/core/src/subagents/subagent-events.ts
+++ b/packages/core/src/subagents/subagent-events.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-hooks.ts b/packages/core/src/subagents/subagent-hooks.ts
index 6971b279..f3bf997b 100644
--- a/packages/core/src/subagents/subagent-hooks.ts
+++ b/packages/core/src/subagents/subagent-hooks.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-manager.test.ts b/packages/core/src/subagents/subagent-manager.test.ts
index cb285124..63705ff2 100644
--- a/packages/core/src/subagents/subagent-manager.test.ts
+++ b/packages/core/src/subagents/subagent-manager.test.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-manager.ts b/packages/core/src/subagents/subagent-manager.ts
index 339bc522..774aab9a 100644
--- a/packages/core/src/subagents/subagent-manager.ts
+++ b/packages/core/src/subagents/subagent-manager.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-result-format.ts b/packages/core/src/subagents/subagent-result-format.ts
index 8558b492..dad62817 100644
--- a/packages/core/src/subagents/subagent-result-format.ts
+++ b/packages/core/src/subagents/subagent-result-format.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent-statistics.ts b/packages/core/src/subagents/subagent-statistics.ts
index bd32b326..61064a93 100644
--- a/packages/core/src/subagents/subagent-statistics.ts
+++ b/packages/core/src/subagents/subagent-statistics.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent.test.ts b/packages/core/src/subagents/subagent.test.ts
index bcea499f..2d44e789 100644
--- a/packages/core/src/subagents/subagent.test.ts
+++ b/packages/core/src/subagents/subagent.test.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/subagent.ts b/packages/core/src/subagents/subagent.ts
index 3065d1af..dfe4110a 100644
--- a/packages/core/src/subagents/subagent.ts
+++ b/packages/core/src/subagents/subagent.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/types.test.ts b/packages/core/src/subagents/types.test.ts
index ecf2d717..db6433ef 100644
--- a/packages/core/src/subagents/types.test.ts
+++ b/packages/core/src/subagents/types.test.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/types.ts b/packages/core/src/subagents/types.ts
index 3be51f16..1d696374 100644
--- a/packages/core/src/subagents/types.ts
+++ b/packages/core/src/subagents/types.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/validation.test.ts b/packages/core/src/subagents/validation.test.ts
index e6739a0e..c41c2452 100644
--- a/packages/core/src/subagents/validation.test.ts
+++ b/packages/core/src/subagents/validation.test.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/subagents/validation.ts b/packages/core/src/subagents/validation.ts
index f109cf05..4bca0b5a 100644
--- a/packages/core/src/subagents/validation.ts
+++ b/packages/core/src/subagents/validation.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/tools/task.test.ts b/packages/core/src/tools/task.test.ts
index a446a988..ba7cf376 100644
--- a/packages/core/src/tools/task.test.ts
+++ b/packages/core/src/tools/task.test.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/tools/task.ts b/packages/core/src/tools/task.ts
index 365d6dd1..904579a9 100644
--- a/packages/core/src/tools/task.ts
+++ b/packages/core/src/tools/task.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/
diff --git a/packages/core/src/utils/yaml-parser.ts b/packages/core/src/utils/yaml-parser.ts
index eb561068..9d58074d 100644
--- a/packages/core/src/utils/yaml-parser.ts
+++ b/packages/core/src/utils/yaml-parser.ts
@@ -1,6 +1,6 @@
/**
* @license
- * Copyright 2025 Google LLC
+ * Copyright 2025 Qwen
* SPDX-License-Identifier: Apache-2.0
*/