aboutsummaryrefslogtreecommitdiff
path: root/test
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 /test
parent91186179d472e6dd49d401545b6a99d23fc9b4c6 (diff)
Update the license headers to mention the commercial license
Diffstat (limited to 'test')
-rw-r--r--test/db.go4
-rw-r--r--test/event.go4
-rw-r--r--test/keyring.go4
-rw-r--r--test/keys.go4
-rw-r--r--test/memory_federation_db.go4
-rw-r--r--test/memory_relay_db.go4
-rw-r--r--test/room.go4
-rw-r--r--test/slice.go4
-rw-r--r--test/testrig/base.go4
-rw-r--r--test/user.go4
-rwxr-xr-xtest/wasm/index.js4
11 files changed, 22 insertions, 22 deletions
diff --git a/test/db.go b/test/db.go
index 20ecddc3..6f117096 100644
--- a/test/db.go
+++ b/test/db.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 test
diff --git a/test/event.go b/test/event.go
index 474c573b..e77bd9c3 100644
--- a/test/event.go
+++ b/test/event.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 test
diff --git a/test/keyring.go b/test/keyring.go
index 6782eab5..a7e5ef13 100644
--- a/test/keyring.go
+++ b/test/keyring.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 test
diff --git a/test/keys.go b/test/keys.go
index 429d2e49..7f160bb3 100644
--- a/test/keys.go
+++ b/test/keys.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 test
diff --git a/test/memory_federation_db.go b/test/memory_federation_db.go
index d7cab139..d84cb159 100644
--- a/test/memory_federation_db.go
+++ b/test/memory_federation_db.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 test
diff --git a/test/memory_relay_db.go b/test/memory_relay_db.go
index 16e93b56..af9faf92 100644
--- a/test/memory_relay_db.go
+++ b/test/memory_relay_db.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 test
diff --git a/test/room.go b/test/room.go
index 8881b047..51e56379 100644
--- a/test/room.go
+++ b/test/room.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 test
diff --git a/test/slice.go b/test/slice.go
index f73326e0..73beaa35 100644
--- a/test/slice.go
+++ b/test/slice.go
@@ -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 test
diff --git a/test/testrig/base.go b/test/testrig/base.go
index 9d67c50a..6c275a3e 100644
--- a/test/testrig/base.go
+++ b/test/testrig/base.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 testrig
diff --git a/test/user.go b/test/user.go
index aeed8b52..67eea7cd 100644
--- a/test/user.go
+++ b/test/user.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 test
diff --git a/test/wasm/index.js b/test/wasm/index.js
index 24d8d7fb..a3a0277a 100755
--- a/test/wasm/index.js
+++ b/test/wasm/index.js
@@ -4,8 +4,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.
*/
const fs = require("fs");