Skip to content

Commit

Permalink
Update the license headers to mention the commercial license
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 18, 2024
1 parent 9118617 commit 075b236
Show file tree
Hide file tree
Showing 501 changed files with 1,001 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk --update --no-cache add curl
LABEL org.opencontainers.image.title="Dendrite"
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.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.vendor="New Vector Ltd."

Expand Down
4 changes: 2 additions & 2 deletions appservice/api/query.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2024 New Vector Ltd.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

// Package api contains methods used by dendrite components in multi-process
// mode to send requests to the appservice component, typically in order to ask
Expand Down
4 changes: 2 additions & 2 deletions appservice/appservice.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2018 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package appservice

Expand Down
4 changes: 2 additions & 2 deletions appservice/consumers/roomserver.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2018 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package consumers

Expand Down
4 changes: 2 additions & 2 deletions appservice/query/query.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2024 New Vector Ltd.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

// Package query handles requests from other internal dendrite components when
// they interact with the AppServiceQueryAPI.
Expand Down
4 changes: 2 additions & 2 deletions build/dendritejs-pinecone/jsServer.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build wasm
// +build wasm
Expand Down
4 changes: 2 additions & 2 deletions build/dendritejs-pinecone/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build wasm
// +build wasm
Expand Down
4 changes: 2 additions & 2 deletions build/dendritejs-pinecone/main_noop.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build !wasm
// +build !wasm
Expand Down
4 changes: 2 additions & 2 deletions build/dendritejs-pinecone/main_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build wasm
// +build wasm
Expand Down
4 changes: 2 additions & 2 deletions build/gobind-pinecone/monolith.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package gobind

Expand Down
4 changes: 2 additions & 2 deletions build/gobind-pinecone/monolith_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package gobind

Expand Down
4 changes: 2 additions & 2 deletions build/gobind-pinecone/platform_ios.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build ios
// +build ios
Expand Down
4 changes: 2 additions & 2 deletions build/gobind-pinecone/platform_other.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2022 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

//go:build !ios
// +build !ios
Expand Down
4 changes: 2 additions & 2 deletions clientapi/api/api.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package api

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/auth.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

// Package auth implements authentication checks and storage.
package auth
Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/authtypes/flow.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Andrew Morgan <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package authtypes

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/authtypes/membership.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package authtypes

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/authtypes/profile.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package authtypes

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/authtypes/threepid.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package authtypes

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/login.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/login_application_service.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2023 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/login_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/login_token.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/password.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/auth/user_interactive.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package auth

Expand Down
4 changes: 2 additions & 2 deletions clientapi/clientapi.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package clientapi

Expand Down
4 changes: 2 additions & 2 deletions clientapi/httputil/httputil.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package httputil

Expand Down
4 changes: 2 additions & 2 deletions clientapi/httputil/parse.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2024 New Vector Ltd.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package httputil

Expand Down
4 changes: 2 additions & 2 deletions clientapi/producers/syncapi.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package producers

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/account_data.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/admin_whois.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 David Spenler
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/aliases.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2021 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/auth_fallback.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2019 Parminder Singh <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/capabilities.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2020 The Matrix.org Foundation C.I.C.
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/createroom.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Vector Creations Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
4 changes: 2 additions & 2 deletions clientapi/routing/device.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Paul Tötterman <[email protected]>
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.

package routing

Expand Down
Loading

0 comments on commit 075b236

Please sign in to comment.