Fix copyright texts (#33613)

This commit is contained in:
rbondesson
2026-05-26 07:44:43 +00:00
committed by GitHub
parent 629f80fa13
commit 15626733b1
4 changed files with 20 additions and 18 deletions
@@ -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"; import { test, expect } from "../../element-web-test";
test.describe("Message links", () => { test.describe("Message links", () => {
+5 -4
View File
@@ -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"; import { test, expect } from "../../element-web-test";
test.describe("Topic links", () => { test.describe("Topic links", () => {
+5 -5
View File
@@ -1,9 +1,9 @@
/* /*
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 * 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. * Please see LICENSE files in the repository root for full details.
*/ */
import { act } from "jest-matrix-react"; import { act } from "jest-matrix-react";
import { toDataURL, type QRCodeSegment, type QRCodeToDataURLOptions } from "qrcode"; import { toDataURL, type QRCodeSegment, type QRCodeToDataURLOptions } from "qrcode";
@@ -1,9 +1,9 @@
/* /*
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 * 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. * Please see LICENSE files in the repository root for full details.
*/ */
import React, { act } from "react"; import React, { act } from "react";
import { render, type RenderOptions } from "jest-matrix-react"; import { render, type RenderOptions } from "jest-matrix-react";