From 01aaddf93e412b48042bd1d177de8430728fb46f Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 7 Jul 2025 20:31:57 +0100 Subject: [PATCH] Fix spec --- playwright/e2e/invite/decline-and-block-invite-dialog.spec.ts | 4 +--- playwright/e2e/room/create-room.spec.ts | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/playwright/e2e/invite/decline-and-block-invite-dialog.spec.ts b/playwright/e2e/invite/decline-and-block-invite-dialog.spec.ts index f2153b5414..a232ad492b 100644 --- a/playwright/e2e/invite/decline-and-block-invite-dialog.spec.ts +++ b/playwright/e2e/invite/decline-and-block-invite-dialog.spec.ts @@ -1,7 +1,5 @@ /* -Copyright 2024 New Vector Ltd. -Copyright 2023 Suguru Hirahara -Copyright 2023 The Matrix.org Foundation C.I.C. +Copyright 2025 New Vector Ltd. SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details. diff --git a/playwright/e2e/room/create-room.spec.ts b/playwright/e2e/room/create-room.spec.ts index 6d1ce6dc82..01c4c26bcd 100644 --- a/playwright/e2e/room/create-room.spec.ts +++ b/playwright/e2e/room/create-room.spec.ts @@ -1,6 +1,5 @@ /* -Copyright 2024 New Vector Ltd. -Copyright 2022, 2023 The Matrix.org Foundation C.I.C. +Copyright 2025 New Vector Ltd. SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details.