aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-10-18 16:14:08 +0200
committerQuentin Gliech <quenting@element.io>2024-10-18 16:14:08 +0200
commit075b236155493f7c597ea3a680a03edb48c8e076 (patch)
tree394e7b0efaeb97c4080f52219bfa00503f60a944 /setup
parent91186179d472e6dd49d401545b6a99d23fc9b4c6 (diff)
Update the license headers to mention the commercial license
Diffstat (limited to 'setup')
-rw-r--r--setup/base/base.go4
-rw-r--r--setup/config/config.go4
-rw-r--r--setup/config/config_appservice.go4
-rw-r--r--setup/config/config_relayapi.go4
-rw-r--r--setup/config/config_test.go4
-rw-r--r--setup/flags.go4
-rw-r--r--setup/monolith.go4
-rw-r--r--setup/mscs/msc2836/msc2836.go4
-rw-r--r--setup/mscs/mscs.go4
9 files changed, 18 insertions, 18 deletions
diff --git a/setup/base/base.go b/setup/base/base.go
index ee2e5cad..9b8f1f92 100644
--- a/setup/base/base.go
+++ b/setup/base/base.go
@@ -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 base
diff --git a/setup/config/config.go b/setup/config/config.go
index 1dd7cfc6..2ed30a42 100644
--- a/setup/config/config.go
+++ b/setup/config/config.go
@@ -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 config
diff --git a/setup/config/config_appservice.go b/setup/config/config_appservice.go
index 29d43ac7..0385fb12 100644
--- a/setup/config/config_appservice.go
+++ b/setup/config/config_appservice.go
@@ -1,8 +1,8 @@
// Copyright 2024 New Vector Ltd.
// Copyright 2017 Andrew Morgan <andrew@amorgan.xyz>
//
-// 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 config
diff --git a/setup/config/config_relayapi.go b/setup/config/config_relayapi.go
index 00fa9b82..0ac36847 100644
--- a/setup/config/config_relayapi.go
+++ b/setup/config/config_relayapi.go
@@ -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 config
diff --git a/setup/config/config_test.go b/setup/config/config_test.go
index b87b1c48..263aa9f3 100644
--- a/setup/config/config_test.go
+++ b/setup/config/config_test.go
@@ -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 config
diff --git a/setup/flags.go b/setup/flags.go
index 75d2332b..b8c20224 100644
--- a/setup/flags.go
+++ b/setup/flags.go
@@ -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 setup
diff --git a/setup/monolith.go b/setup/monolith.go
index 1b8b35f1..36d6794d 100644
--- a/setup/monolith.go
+++ b/setup/monolith.go
@@ -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 setup
diff --git a/setup/mscs/msc2836/msc2836.go b/setup/mscs/msc2836/msc2836.go
index 8a9934b9..4322e8a2 100644
--- a/setup/mscs/msc2836/msc2836.go
+++ b/setup/mscs/msc2836/msc2836.go
@@ -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 msc2836 'Threading' implements https://github.com/matrix-org/matrix-doc/pull/2836
package msc2836
diff --git a/setup/mscs/mscs.go b/setup/mscs/mscs.go
index a8f0a44a..fc360b5d 100644
--- a/setup/mscs/mscs.go
+++ b/setup/mscs/mscs.go
@@ -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 mscs implements Matrix Spec Changes from https://github.com/matrix-org/matrix-doc
package mscs