From 56beb59346f614a23b8e3e90057330c0fda027c4 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 12 Jan 2026 15:35:21 +0100 Subject: [PATCH] review: Update copyright properly --- playwright.config.ts | 1 + playwright/fixtures/widget-user.ts | 1 + sdk/main.ts | 2 +- src/UrlParams.test.ts | 1 + src/UrlParams.ts | 1 + src/button/Button.tsx | 1 + src/config/ConfigOptions.ts | 1 + src/room/InCallView.test.tsx | 1 + src/room/RoomPage.tsx | 1 + src/state/MuteStates.test.ts | 2 +- src/state/MuteStates.ts | 1 + 11 files changed, 11 insertions(+), 2 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 391e746f..4fb86b95 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,5 +1,6 @@ /* Copyright 2025 New Vector Ltd. +Copyright 2026 Element Creations Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. diff --git a/playwright/fixtures/widget-user.ts b/playwright/fixtures/widget-user.ts index 84283cb6..c2f8ca23 100644 --- a/playwright/fixtures/widget-user.ts +++ b/playwright/fixtures/widget-user.ts @@ -1,5 +1,6 @@ /* Copyright 2025 New Vector Ltd. +Copyright 2026 Element Creations Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. diff --git a/sdk/main.ts b/sdk/main.ts index 5ba5c2fb..e8af9a2c 100644 --- a/sdk/main.ts +++ b/sdk/main.ts @@ -1,5 +1,5 @@ /* -Copyright 2025 Element Creations Ltd. +Copyright 2025-2026 Element Creations Ltd. 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/UrlParams.test.ts b/src/UrlParams.test.ts index bff772c2..ec92ee89 100644 --- a/src/UrlParams.test.ts +++ b/src/UrlParams.test.ts @@ -1,5 +1,6 @@ /* Copyright 2023, 2024 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/UrlParams.ts b/src/UrlParams.ts index a9cd5dd5..f8ee22fb 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -1,5 +1,6 @@ /* Copyright 2022-2024 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/button/Button.tsx b/src/button/Button.tsx index 9cd579d1..3136e2da 100644 --- a/src/button/Button.tsx +++ b/src/button/Button.tsx @@ -1,5 +1,6 @@ /* Copyright 2022-2024 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/config/ConfigOptions.ts b/src/config/ConfigOptions.ts index a392eb9b..a0d18b4a 100644 --- a/src/config/ConfigOptions.ts +++ b/src/config/ConfigOptions.ts @@ -1,5 +1,6 @@ /* Copyright 2022-2024 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/room/InCallView.test.tsx b/src/room/InCallView.test.tsx index a137074b..eaf35fe1 100644 --- a/src/room/InCallView.test.tsx +++ b/src/room/InCallView.test.tsx @@ -1,5 +1,6 @@ /* Copyright 2025 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/room/RoomPage.tsx b/src/room/RoomPage.tsx index 7c98bb0d..0cf4a7bc 100644 --- a/src/room/RoomPage.tsx +++ b/src/room/RoomPage.tsx @@ -1,5 +1,6 @@ /* Copyright 2021-2024 New Vector Ltd. +Copyright 2026 Element Creations Ltd. 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/state/MuteStates.test.ts b/src/state/MuteStates.test.ts index 6ecba002..d62074c3 100644 --- a/src/state/MuteStates.test.ts +++ b/src/state/MuteStates.test.ts @@ -1,5 +1,5 @@ /* -Copyright 2025 Element Creations Ltd. +Copyright 2025-2026 Element Creations Ltd. 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/state/MuteStates.ts b/src/state/MuteStates.ts index 7b29e31d..e45f195a 100644 --- a/src/state/MuteStates.ts +++ b/src/state/MuteStates.ts @@ -1,5 +1,6 @@ /* Copyright 2023-2025 New Vector Ltd. +Copyright 2026 Element Creations Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details.