Update the license headers to mention the commercial license

This commit is contained in:
Quentin Gliech 2024-10-18 16:14:08 +02:00
parent 91186179d4
commit 075b236155
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC
501 changed files with 1001 additions and 1001 deletions

View File

@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
LABEL org.opencontainers.image.title="Dendrite" LABEL org.opencontainers.image.title="Dendrite"
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go" LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite" LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite"
LABEL org.opencontainers.image.licenses="AGPL-3.0-only" LABEL org.opencontainers.image.licenses="AGPL-3.0-only OR LicenseRef-Element-Commercial"
LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/" LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/"
LABEL org.opencontainers.image.vendor="New Vector Ltd." LABEL org.opencontainers.image.vendor="New Vector Ltd."

View File

@ -1,7 +1,7 @@
// Copyright 2018-2024 New Vector Ltd. // Copyright 2018-2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
// Package api contains methods used by dendrite components in multi-process // Package api contains methods used by dendrite components in multi-process
// mode to send requests to the appservice component, typically in order to ask // mode to send requests to the appservice component, typically in order to ask

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2018 Vector Creations Ltd // Copyright 2018 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package appservice package appservice

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2018 Vector Creations Ltd // Copyright 2018 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package consumers package consumers

View File

@ -1,7 +1,7 @@
// Copyright 2018-2024 New Vector Ltd. // Copyright 2018-2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
// Package query handles requests from other internal dendrite components when // Package query handles requests from other internal dendrite components when
// they interact with the AppServiceQueryAPI. // they interact with the AppServiceQueryAPI.

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build wasm //go:build wasm
// +build wasm // +build wasm

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build wasm //go:build wasm
// +build wasm // +build wasm

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build !wasm //go:build !wasm
// +build !wasm // +build !wasm

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build wasm //go:build wasm
// +build wasm // +build wasm

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package gobind package gobind

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package gobind package gobind

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build ios //go:build ios
// +build ios // +build ios

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build !ios //go:build !ios
// +build !ios // +build !ios

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package api package api

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
// Package auth implements authentication checks and storage. // Package auth implements authentication checks and storage.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Andrew Morgan <andrew@amorgan.xyz> // Copyright 2017 Andrew Morgan <andrew@amorgan.xyz>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package authtypes package authtypes

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package authtypes package authtypes

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package authtypes package authtypes

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package authtypes package authtypes

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package auth package auth

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package clientapi package clientapi

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package httputil package httputil

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package httputil package httputil

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package producers package producers

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 David Spenler // Copyright 2020 David Spenler
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2019 Parminder Singh <parmsingh129@gmail.com> // Copyright 2019 Parminder Singh <parmsingh129@gmail.com>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Paul Tötterman <paul.totterman@iki.fi> // Copyright 2017 Paul Tötterman <paul.totterman@iki.fi>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2024 The Matrix.org Foundation C.I.C. // Copyright 2024 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 Dan Peleg <dan@globekeeper.com> // Copyright 2021 Dan Peleg <dan@globekeeper.com>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C. // Copyright 2021 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,7 +1,7 @@
// Copyright 2020-2024 New Vector Ltd. // Copyright 2020-2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2021 Dan Peleg <dan@globekeeper.com> // Copyright 2021 Dan Peleg <dan@globekeeper.com>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -2,8 +2,8 @@
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// Copyright 2017 New Vector Ltd // Copyright 2017 New Vector Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Andrew Morgan <andrew@amorgan.xyz> // Copyright 2017 Andrew Morgan <andrew@amorgan.xyz>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2019 Sumukha PK // Copyright 2019 Sumukha PK
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Michael Telatysnki <7t3chguy@gmail.com> // Copyright 2017 Michael Telatysnki <7t3chguy@gmail.com>
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package routing package routing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package threepid package threepid

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package threepid package threepid

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package userutil package userutil

View File

@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package userutil package userutil

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package conduit package conduit

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package conduit package conduit

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package conn package conn

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package conn package conn

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package defaults package defaults

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build elementweb //go:build elementweb
// +build elementweb // +build elementweb

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
//go:build !elementweb //go:build !elementweb
// +build !elementweb // +build !elementweb

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package monolith package monolith

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package monolith package monolith

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package relay package relay

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C. // Copyright 2023 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package relay package relay

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package rooms package rooms

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C. // Copyright 2022 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package users package users

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package signing package signing

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package yggconn package yggconn

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C. // Copyright 2020 The Matrix.org Foundation C.I.C.
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package yggrooms package yggrooms

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

View File

@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd. // Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd // Copyright 2017 Vector Creations Ltd
// //
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE in the repository root for full details. // Please see LICENSE files in the repository root for full details.
package main package main

Some files were not shown because too many files have changed in this diff Show More