From 0a858a020f6a94a50fb705fbe9c162c05d9d03f4 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 7 Apr 2022 14:45:38 +0100 Subject: [PATCH] Fix copyrights --- syncapi/storage/postgres/ignores_table.go | 2 +- syncapi/storage/sqlite3/ignores_table.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/syncapi/storage/postgres/ignores_table.go b/syncapi/storage/postgres/ignores_table.go index c58e71997..055a1a237 100644 --- a/syncapi/storage/postgres/ignores_table.go +++ b/syncapi/storage/postgres/ignores_table.go @@ -1,4 +1,4 @@ -// Copyright 2017 Jan Christian Grünhage +// Copyright 2022 The Matrix.org Foundation C.I.C. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/syncapi/storage/sqlite3/ignores_table.go b/syncapi/storage/sqlite3/ignores_table.go index 4eab46b71..f4afca55e 100644 --- a/syncapi/storage/sqlite3/ignores_table.go +++ b/syncapi/storage/sqlite3/ignores_table.go @@ -1,4 +1,4 @@ -// Copyright 2017 Jan Christian Grünhage +// Copyright 2022 The Matrix.org Foundation C.I.C. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.