diff --git a/apps/web/playwright/e2e/links/messages.spec.ts b/apps/web/playwright/e2e/links/messages.spec.ts index 74af6c834e..b90465cb6c 100644 --- a/apps/web/playwright/e2e/links/messages.spec.ts +++ b/apps/web/playwright/e2e/links/messages.spec.ts @@ -1,9 +1,10 @@ /* -Copyright 2026 New Vector Ltd. + * Copyright 2026 Element Creations 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. + */ -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. -*/ import { test, expect } from "../../element-web-test"; test.describe("Message links", () => { diff --git a/apps/web/playwright/e2e/links/topic.spec.ts b/apps/web/playwright/e2e/links/topic.spec.ts index fff866119d..f72a6b3854 100644 --- a/apps/web/playwright/e2e/links/topic.spec.ts +++ b/apps/web/playwright/e2e/links/topic.spec.ts @@ -1,9 +1,10 @@ /* -Copyright 2026 New Vector Ltd. + * Copyright 2026 Element Creations 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. + */ -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. -*/ import { test, expect } from "../../element-web-test"; test.describe("Topic links", () => { diff --git a/apps/web/test/test-utils/qrcode.ts b/apps/web/test/test-utils/qrcode.ts index 3141d4fb5b..d02ac5ddc9 100644 --- a/apps/web/test/test-utils/qrcode.ts +++ b/apps/web/test/test-utils/qrcode.ts @@ -1,9 +1,9 @@ /* -Copyright 2026 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. -*/ + * Copyright 2026 Element Creations 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. + */ import { act } from "jest-matrix-react"; import { toDataURL, type QRCodeSegment, type QRCodeToDataURLOptions } from "qrcode"; diff --git a/apps/web/test/unit-tests/modules/ExtrasApi-test.tsx b/apps/web/test/unit-tests/modules/ExtrasApi-test.tsx index 241b518faf..4b84017c8c 100644 --- a/apps/web/test/unit-tests/modules/ExtrasApi-test.tsx +++ b/apps/web/test/unit-tests/modules/ExtrasApi-test.tsx @@ -1,9 +1,9 @@ /* -Copyright 2026 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. -*/ + * Copyright 2026 Element Creations 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. + */ import React, { act } from "react"; import { render, type RenderOptions } from "jest-matrix-react";