From 845ede49891a0a0741256c7fc1d38a7445729999 Mon Sep 17 00:00:00 2001 From: David Langley Date: Fri, 17 Jan 2025 11:44:49 +0000 Subject: [PATCH] Add commercial license to source headers --- hak/keytar/build.ts | 2 +- hak/keytar/check.ts | 2 +- hak/matrix-seshat/build.ts | 2 +- hak/matrix-seshat/check.ts | 2 +- playwright.config.ts | 2 +- playwright/e2e/launch/config-options.spec.ts | 2 +- playwright/e2e/launch/launch.spec.ts | 2 +- playwright/element-desktop-test.ts | 2 +- scripts/@types/node-pre-gyp.d.ts | 2 +- scripts/hak/build.ts | 2 +- scripts/hak/check.ts | 2 +- scripts/hak/clean.ts | 2 +- scripts/hak/copy.ts | 2 +- scripts/hak/dep.ts | 2 +- scripts/hak/fetch.ts | 2 +- scripts/hak/fetchDeps.ts | 2 +- scripts/hak/hakEnv.ts | 2 +- scripts/hak/index.ts | 2 +- scripts/hak/link.ts | 2 +- scripts/hak/target.ts | 2 +- src/@types/global.d.ts | 2 +- src/@types/matrix-seshat.d.ts | 2 +- src/displayMediaCallback.ts | 2 +- src/electron-main.ts | 2 +- src/ipc.ts | 2 +- src/keytar.ts | 2 +- src/language-helper.ts | 2 +- src/macos-titlebar.ts | 2 +- src/media-auth.ts | 2 +- src/preload.cts | 2 +- src/protocol.ts | 2 +- src/seshat.ts | 2 +- src/settings.ts | 2 +- src/squirrelhooks.ts | 2 +- src/tray.ts | 2 +- src/updater.ts | 2 +- src/utils.ts | 2 +- src/vectormenu.ts | 2 +- src/webcontents-handler.ts | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/hak/keytar/build.ts b/hak/keytar/build.ts index 39dd92c..b349596 100644 --- a/hak/keytar/build.ts +++ b/hak/keytar/build.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/hak/keytar/check.ts b/hak/keytar/check.ts index 3f08c2a..3ced7f8 100644 --- a/hak/keytar/check.ts +++ b/hak/keytar/check.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/hak/matrix-seshat/build.ts b/hak/matrix-seshat/build.ts index 5cad609..b4e46f1 100644 --- a/hak/matrix-seshat/build.ts +++ b/hak/matrix-seshat/build.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020, 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/hak/matrix-seshat/check.ts b/hak/matrix-seshat/check.ts index 416239c..8e292df 100644 --- a/hak/matrix-seshat/check.ts +++ b/hak/matrix-seshat/check.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020, 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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.config.ts b/playwright.config.ts index 6848f1d..2c8e364 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2023 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/launch/config-options.spec.ts b/playwright/e2e/launch/config-options.spec.ts index c3c91fc..39d7c1d 100644 --- a/playwright/e2e/launch/config-options.spec.ts +++ b/playwright/e2e/launch/config-options.spec.ts @@ -1,7 +1,7 @@ /* Copyright 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/launch/launch.spec.ts b/playwright/e2e/launch/launch.spec.ts index ce6d4e6..3b231ff 100644 --- a/playwright/e2e/launch/launch.spec.ts +++ b/playwright/e2e/launch/launch.spec.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2022, 2023 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/element-desktop-test.ts b/playwright/element-desktop-test.ts index 431bac6..d891659 100644 --- a/playwright/element-desktop-test.ts +++ b/playwright/element-desktop-test.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2023 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/@types/node-pre-gyp.d.ts b/scripts/@types/node-pre-gyp.d.ts index a3f9f94..ee05dec 100644 --- a/scripts/@types/node-pre-gyp.d.ts +++ b/scripts/@types/node-pre-gyp.d.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/build.ts b/scripts/hak/build.ts index 13c68a0..ccc680f 100644 --- a/scripts/hak/build.ts +++ b/scripts/hak/build.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/check.ts b/scripts/hak/check.ts index 5c15ee9..2936091 100644 --- a/scripts/hak/check.ts +++ b/scripts/hak/check.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/clean.ts b/scripts/hak/clean.ts index d0f01b9..30d545e 100644 --- a/scripts/hak/clean.ts +++ b/scripts/hak/clean.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/copy.ts b/scripts/hak/copy.ts index c70be2a..6fda80f 100644 --- a/scripts/hak/copy.ts +++ b/scripts/hak/copy.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020, 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/dep.ts b/scripts/hak/dep.ts index 083e052..bbb717e 100644 --- a/scripts/hak/dep.ts +++ b/scripts/hak/dep.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/fetch.ts b/scripts/hak/fetch.ts index 853eda5..dc2dbd6 100644 --- a/scripts/hak/fetch.ts +++ b/scripts/hak/fetch.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/fetchDeps.ts b/scripts/hak/fetchDeps.ts index 109f154..22dbfd5 100644 --- a/scripts/hak/fetchDeps.ts +++ b/scripts/hak/fetchDeps.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/hakEnv.ts b/scripts/hak/hakEnv.ts index c38c914..bcffd14 100644 --- a/scripts/hak/hakEnv.ts +++ b/scripts/hak/hakEnv.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020, 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/index.ts b/scripts/hak/index.ts index d8277b0..86ef2e1 100644 --- a/scripts/hak/index.ts +++ b/scripts/hak/index.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020, 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/link.ts b/scripts/hak/link.ts index 87975c3..dc74cfd 100644 --- a/scripts/hak/link.ts +++ b/scripts/hak/link.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/scripts/hak/target.ts b/scripts/hak/target.ts index 64c2a9a..3323e0f 100644 --- a/scripts/hak/target.ts +++ b/scripts/hak/target.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2021 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/@types/global.d.ts b/src/@types/global.d.ts index b4a95b0..2075193 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -1,7 +1,7 @@ /* Copyright 2021-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/@types/matrix-seshat.d.ts b/src/@types/matrix-seshat.d.ts index 6892602..e93147b 100644 --- a/src/@types/matrix-seshat.d.ts +++ b/src/@types/matrix-seshat.d.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/displayMediaCallback.ts b/src/displayMediaCallback.ts index 812f575..53d8658 100644 --- a/src/displayMediaCallback.ts +++ b/src/displayMediaCallback.ts @@ -1,7 +1,7 @@ /* Copyright 2023, 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/electron-main.ts b/src/electron-main.ts index 28d24c6..a1385a0 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -4,7 +4,7 @@ Copyright 2017-2019 Michael Telatynski <7t3chguy@gmail.com> Copyright 2016 Aviral Dasgupta Copyright 2016 OpenMarket Ltd -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/ipc.ts b/src/ipc.ts index d1bc144..55513f4 100644 --- a/src/ipc.ts +++ b/src/ipc.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/keytar.ts b/src/keytar.ts index 6029778..fdcddfd 100644 --- a/src/keytar.ts +++ b/src/keytar.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/language-helper.ts b/src/language-helper.ts index f646f43..32f472a 100644 --- a/src/language-helper.ts +++ b/src/language-helper.ts @@ -1,7 +1,7 @@ /* Copyright 2021-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/macos-titlebar.ts b/src/macos-titlebar.ts index 5ca62cc..dd6023b 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -1,7 +1,7 @@ /* Copyright 2023, 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/media-auth.ts b/src/media-auth.ts index 5985d4b..c2b015f 100644 --- a/src/media-auth.ts +++ b/src/media-auth.ts @@ -1,7 +1,7 @@ /* Copyright 2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/preload.cts b/src/preload.cts index 12c7624..5ab287d 100644 --- a/src/preload.cts +++ b/src/preload.cts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2018, 2019 , 2021 New Vector Ltd -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/protocol.ts b/src/protocol.ts index b04e931..6cb31ae 100644 --- a/src/protocol.ts +++ b/src/protocol.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2020 The Matrix.org Foundation C.I.C. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/seshat.ts b/src/seshat.ts index 0a192c9..cea557c 100644 --- a/src/seshat.ts +++ b/src/seshat.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/settings.ts b/src/settings.ts index f85cd07..fbda6e9 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/squirrelhooks.ts b/src/squirrelhooks.ts index 6fb5bde..50b30a4 100644 --- a/src/squirrelhooks.ts +++ b/src/squirrelhooks.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2017 OpenMarket Ltd -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/tray.ts b/src/tray.ts index a9291fa..bbf477b 100644 --- a/src/tray.ts +++ b/src/tray.ts @@ -3,7 +3,7 @@ Copyright 2024 New Vector Ltd. Copyright 2017 Karl Glatz Copyright 2017 OpenMarket Ltd -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/updater.ts b/src/updater.ts index 2351182..d0cdf7f 100644 --- a/src/updater.ts +++ b/src/updater.ts @@ -1,7 +1,7 @@ /* Copyright 2016-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/utils.ts b/src/utils.ts index 6a716eb..0b1f41f 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,7 +1,7 @@ /* Copyright 2022-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/vectormenu.ts b/src/vectormenu.ts index 0a364d7..555daaa 100644 --- a/src/vectormenu.ts +++ b/src/vectormenu.ts @@ -2,7 +2,7 @@ Copyright 2024 New Vector Ltd. Copyright 2016 OpenMarket Ltd -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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/src/webcontents-handler.ts b/src/webcontents-handler.ts index 8d3032a..e715f86 100644 --- a/src/webcontents-handler.ts +++ b/src/webcontents-handler.ts @@ -1,7 +1,7 @@ /* Copyright 2021-2024 New Vector Ltd. -SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only +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. */