diff --git a/i18next-parser.config.ts b/i18next-parser.config.ts index e07021ae..10d748a8 100644 --- a/i18next-parser.config.ts +++ b/i18next-parser.config.ts @@ -1,9 +1,3 @@ -/* -Copyright 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only -Please see LICENSE in the repository root for full details. -*/ - import type { UserConfig } from "i18next-parser"; const config: UserConfig = { diff --git a/src/livekit/BlurBackgroundTransformer.ts b/src/livekit/BlurBackgroundTransformer.ts index 72256fe1..c3d885ba 100644 --- a/src/livekit/BlurBackgroundTransformer.ts +++ b/src/livekit/BlurBackgroundTransformer.ts @@ -1,7 +1,7 @@ /* Copyright 2024-2025 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only +SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. */ diff --git a/src/livekit/TrackProcessorContext.tsx b/src/livekit/TrackProcessorContext.tsx index a68d7535..b37a6e3e 100644 --- a/src/livekit/TrackProcessorContext.tsx +++ b/src/livekit/TrackProcessorContext.tsx @@ -1,7 +1,7 @@ /* -Copyright 2024 New Vector Ltd. +Copyright 2024-2025 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only +SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. */ diff --git a/vitest.config.ts b/vitest.config.ts index ff8947b0..1c6f746b 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -1,9 +1,3 @@ -/* -Copyright 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only -Please see LICENSE in the repository root for full details. -*/ - import { defineConfig, mergeConfig } from "vitest/config"; import viteConfig from "./vite.config";