From 22f718e772d97a1f08dafc8ad3df8ded8cf12987 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 2 Feb 2023 22:23:19 +0100 Subject: [PATCH] fix copyright header Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> --- synapse/rest/media/v1/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synapse/rest/media/v1/__init__.py b/synapse/rest/media/v1/__init__.py index 007b65e65e87..47c7f95c51ab 100644 --- a/synapse/rest/media/v1/__init__.py +++ b/synapse/rest/media/v1/__init__.py @@ -1,4 +1,5 @@ -# Copyright 2014-2016,2023 OpenMarket Ltd +# Copyright 2014-2016 OpenMarket Ltd +# Copyright 2023 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.