Skip to content

Commit 075b236

Browse files
committed
Update the license headers to mention the commercial license
1 parent 9118617 commit 075b236

File tree

501 files changed

+1001
-1001
lines changed

Some content is hidden

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

501 files changed

+1001
-1001
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
3131
LABEL org.opencontainers.image.title="Dendrite"
3232
LABEL org.opencontainers.image.description="Next-generation Matrix homeserver written in Go"
3333
LABEL org.opencontainers.image.source="https://github.com/element-hq/dendrite"
34-
LABEL org.opencontainers.image.licenses="AGPL-3.0-only"
34+
LABEL org.opencontainers.image.licenses="AGPL-3.0-only OR LicenseRef-Element-Commercial"
3535
LABEL org.opencontainers.image.documentation="https://element-hq.github.io/dendrite/"
3636
LABEL org.opencontainers.image.vendor="New Vector Ltd."
3737

appservice/api/query.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2018-2024 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
// Package api contains methods used by dendrite components in multi-process
77
// mode to send requests to the appservice component, typically in order to ask

appservice/appservice.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2018 Vector Creations Ltd
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
package appservice
88

appservice/consumers/roomserver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2018 Vector Creations Ltd
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
package consumers
88

appservice/query/query.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2018-2024 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
// Package query handles requests from other internal dendrite components when
77
// they interact with the AppServiceQueryAPI.

build/dendritejs-pinecone/jsServer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
//go:build wasm
88
// +build wasm

build/dendritejs-pinecone/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
//go:build wasm
88
// +build wasm

build/dendritejs-pinecone/main_noop.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
//go:build !wasm
88
// +build !wasm

build/dendritejs-pinecone/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2021 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
//go:build wasm
88
// +build wasm

build/gobind-pinecone/monolith.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2022 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
package gobind
88

build/gobind-pinecone/monolith_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2022 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
package gobind
88

build/gobind-pinecone/platform_ios.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2022 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
//go:build ios
88
// +build ios

build/gobind-pinecone/platform_other.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2022 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
//go:build !ios
88
// +build !ios

clientapi/api/api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
package api
88

clientapi/auth/auth.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
// Package auth implements authentication checks and storage.
88
package auth

clientapi/auth/authtypes/flow.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Andrew Morgan <andrew@amorgan.xyz>
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
package authtypes
88

clientapi/auth/authtypes/membership.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package authtypes
88

clientapi/auth/authtypes/profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package authtypes
88

clientapi/auth/authtypes/threepid.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package authtypes
88

clientapi/auth/login.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2021 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
package auth
88

clientapi/auth/login_application_service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2023 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
package auth
88

clientapi/auth/login_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2021 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
package auth
88

clientapi/auth/login_token.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2021 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
package auth
88

clientapi/auth/password.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
package auth
88

clientapi/auth/user_interactive.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
package auth
88

clientapi/clientapi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package clientapi
88

clientapi/httputil/httputil.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package httputil
88

clientapi/httputil/parse.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2024 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
package httputil
77

clientapi/producers/syncapi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package producers
88

clientapi/routing/account_data.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package routing
88

clientapi/routing/admin_whois.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 David Spenler
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
package routing
88

clientapi/routing/aliases.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2021 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
package routing
88

clientapi/routing/auth_fallback.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2019 Parminder Singh <parmsingh129@gmail.com>
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
package routing
88

clientapi/routing/capabilities.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2020 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
package routing
88

clientapi/routing/createroom.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Vector Creations Ltd
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
package routing
88

clientapi/routing/device.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2024 New Vector Ltd.
22
// Copyright 2017 Paul Tötterman <paul.totterman@iki.fi>
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
package routing
88

0 commit comments

Comments
 (0)