diff --git a/src/logger.ts b/src/logger.ts index 9b1eec9..c291314 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -1,5 +1,5 @@ -// // Copyright (C) 2024 The Qt Company Ltd. -// // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only +// Copyright (C) 2024 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only import * as vscode from 'vscode'; import * as winston from 'winston'; diff --git a/src/tasks/wasm-start.ts b/src/tasks/wasm-start.ts index ccc0dec..5a2f50c 100644 --- a/src/tasks/wasm-start.ts +++ b/src/tasks/wasm-start.ts @@ -1,5 +1,5 @@ -// // Copyright (C) 2024 The Qt Company Ltd. -// // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only +// Copyright (C) 2024 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only import * as vscode from 'vscode';