aboutsummaryrefslogtreecommitdiff
path: root/mediaapi/storage/postgres
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 /mediaapi/storage/postgres
parent91186179d472e6dd49d401545b6a99d23fc9b4c6 (diff)
Update the license headers to mention the commercial license
Diffstat (limited to 'mediaapi/storage/postgres')
-rw-r--r--mediaapi/storage/postgres/media_repository_table.go4
-rw-r--r--mediaapi/storage/postgres/mediaapi.go4
-rw-r--r--mediaapi/storage/postgres/thumbnail_table.go4
3 files changed, 6 insertions, 6 deletions
diff --git a/mediaapi/storage/postgres/media_repository_table.go b/mediaapi/storage/postgres/media_repository_table.go
index 5eb3e109..64936b3d 100644
--- a/mediaapi/storage/postgres/media_repository_table.go
+++ b/mediaapi/storage/postgres/media_repository_table.go
@@ -2,8 +2,8 @@
// Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
// Copyright 2017, 2018 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 postgres
diff --git a/mediaapi/storage/postgres/mediaapi.go b/mediaapi/storage/postgres/mediaapi.go
index 365c39bd..87067568 100644
--- a/mediaapi/storage/postgres/mediaapi.go
+++ b/mediaapi/storage/postgres/mediaapi.go
@@ -2,8 +2,8 @@
// Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
// Copyright 2017, 2018 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 postgres
diff --git a/mediaapi/storage/postgres/thumbnail_table.go b/mediaapi/storage/postgres/thumbnail_table.go
index 2f875b6f..41651658 100644
--- a/mediaapi/storage/postgres/thumbnail_table.go
+++ b/mediaapi/storage/postgres/thumbnail_table.go
@@ -2,8 +2,8 @@
// Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
// Copyright 2017, 2018 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 postgres