diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-11 23:43:58 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2021-01-11 23:43:58 +0200 |
commit | da16d06301aec83d144812d727c24192eb890c93 (patch) | |
tree | 5703656a516b8048716cc04c281491bff662a3bd /synapse/rest/admin/__init__.py | |
parent | Clarify rooms.md (diff) | |
download | synapse-da16d06301aec83d144812d727c24192eb890c93.tar.xz |
Address pr feedback
* docs updates * prettify SQL * add missing copyright * cursor_to_dict * update touched files copyright years Signed-off-by: Jason Robinson <jasonr@matrix.org>
Diffstat (limited to 'synapse/rest/admin/__init__.py')
-rw-r--r-- | synapse/rest/admin/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/rest/admin/__init__.py b/synapse/rest/admin/__init__.py index b80b036090..319ad7bf7f 100644 --- a/synapse/rest/admin/__init__.py +++ b/synapse/rest/admin/__init__.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- # Copyright 2014-2016 OpenMarket Ltd # Copyright 2018-2019 New Vector Ltd +# Copyright 2020, 2021 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. |