From 91af599823e5c3552e1870711ff8710a87ae6ff6 Mon Sep 17 00:00:00 2001 From: yiliang114 <1204183885@qq.com> Date: Tue, 18 Nov 2025 10:34:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(vscode-ide-companion):=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9D=83=E5=A4=B4=20Copyright=202025=20Googl?= =?UTF-8?q?e=20LLC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vscode-ide-companion/src/WebViewProvider.ts | 2 +- packages/vscode-ide-companion/src/acp/AcpConnection.ts | 2 +- packages/vscode-ide-companion/src/agents/QwenAgentManager.ts | 2 +- packages/vscode-ide-companion/src/services/QwenSessionReader.ts | 2 +- packages/vscode-ide-companion/src/shared/acpTypes.ts | 2 +- packages/vscode-ide-companion/src/storage/ConversationStore.ts | 2 +- packages/vscode-ide-companion/src/webview/App.css | 2 +- packages/vscode-ide-companion/src/webview/App.tsx | 2 +- packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts | 2 +- packages/vscode-ide-companion/src/webview/index.tsx | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/vscode-ide-companion/src/WebViewProvider.ts b/packages/vscode-ide-companion/src/WebViewProvider.ts index 3c517b5d..a20e76ee 100644 --- a/packages/vscode-ide-companion/src/WebViewProvider.ts +++ b/packages/vscode-ide-companion/src/WebViewProvider.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/acp/AcpConnection.ts b/packages/vscode-ide-companion/src/acp/AcpConnection.ts index 8b0d2593..1810df6e 100644 --- a/packages/vscode-ide-companion/src/acp/AcpConnection.ts +++ b/packages/vscode-ide-companion/src/acp/AcpConnection.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/agents/QwenAgentManager.ts b/packages/vscode-ide-companion/src/agents/QwenAgentManager.ts index 3f6b1dc1..94b42b7b 100644 --- a/packages/vscode-ide-companion/src/agents/QwenAgentManager.ts +++ b/packages/vscode-ide-companion/src/agents/QwenAgentManager.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/services/QwenSessionReader.ts b/packages/vscode-ide-companion/src/services/QwenSessionReader.ts index b9c7e84e..03bfd6db 100644 --- a/packages/vscode-ide-companion/src/services/QwenSessionReader.ts +++ b/packages/vscode-ide-companion/src/services/QwenSessionReader.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/shared/acpTypes.ts b/packages/vscode-ide-companion/src/shared/acpTypes.ts index 3b05354a..288ed2ba 100644 --- a/packages/vscode-ide-companion/src/shared/acpTypes.ts +++ b/packages/vscode-ide-companion/src/shared/acpTypes.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/storage/ConversationStore.ts b/packages/vscode-ide-companion/src/storage/ConversationStore.ts index ab5d5225..13733595 100644 --- a/packages/vscode-ide-companion/src/storage/ConversationStore.ts +++ b/packages/vscode-ide-companion/src/storage/ConversationStore.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/webview/App.css b/packages/vscode-ide-companion/src/webview/App.css index 1f12993c..4532bb36 100644 --- a/packages/vscode-ide-companion/src/webview/App.css +++ b/packages/vscode-ide-companion/src/webview/App.css @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/webview/App.tsx b/packages/vscode-ide-companion/src/webview/App.tsx index e3e17d4b..98f2fa9a 100644 --- a/packages/vscode-ide-companion/src/webview/App.tsx +++ b/packages/vscode-ide-companion/src/webview/App.tsx @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts b/packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts index 05756bda..f9d73448 100644 --- a/packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts +++ b/packages/vscode-ide-companion/src/webview/hooks/useVSCode.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/packages/vscode-ide-companion/src/webview/index.tsx b/packages/vscode-ide-companion/src/webview/index.tsx index b7c7a00c..05f49c63 100644 --- a/packages/vscode-ide-companion/src/webview/index.tsx +++ b/packages/vscode-ide-companion/src/webview/index.tsx @@ -1,6 +1,6 @@ /** * @license - * Copyright 2025 Qwen Team + * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */