Skip to content

Commit 3d96dc9

Browse files
committed
Update license headers to match the actual license
1 parent 191ea6d commit 3d96dc9

File tree

681 files changed

+1957
-1925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

681 files changed

+1957
-1925
lines changed

.github/scripts/cleanup-pr.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/commit-and-tag.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/create-release-branch.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/create-version-tag.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/merge-back.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/update-release-branch.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

.github/scripts/update-unstable-tag.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2025 New Vector Ltd.
22
//
3-
// SPDX-License-Identifier: AGPL-3.0-only
4-
// Please see LICENSE in the repository root for full details.
3+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
4+
// Please see LICENSE files in the repository root for full details.
55

66
// @ts-check
77

crates/axum-utils/src/client_authorization.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024, 2025 New Vector Ltd.
22
// Copyright 2022-2024 The Matrix.org Foundation C.I.C.
33
//
4-
// SPDX-License-Identifier: AGPL-3.0-only
5-
// Please see LICENSE in the repository root for full details.
4+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5+
// Please see LICENSE files in the repository root for full details.
66

77
use std::collections::HashMap;
88

crates/axum-utils/src/cookies.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024, 2025 New Vector Ltd.
22
// Copyright 2022-2024 The Matrix.org Foundation C.I.C.
33
//
4-
// SPDX-License-Identifier: AGPL-3.0-only
5-
// Please see LICENSE in the repository root for full details.
4+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5+
// Please see LICENSE files in the repository root for full details.
66

77
//! Private (encrypted) cookie jar, based on axum-extra's cookie jar
88

crates/axum-utils/src/csrf.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright 2024 New Vector Ltd.
1+
// Copyright 2024, 2025 New Vector Ltd.
22
// Copyright 2022-2024 The Matrix.org Foundation C.I.C.
33
//
4-
// SPDX-License-Identifier: AGPL-3.0-only
5-
// Please see LICENSE in the repository root for full details.
4+
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
5+
// Please see LICENSE files in the repository root for full details.
66

77
use base64ct::{Base64UrlUnpadded, Encoding};
88
use chrono::{DateTime, Duration, Utc};

0 commit comments

Comments
 (0)