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/rooms.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/rooms.py')
-rw-r--r-- | synapse/rest/admin/rooms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/admin/rooms.py b/synapse/rest/admin/rooms.py index 6757a8100b..da1499cab3 100644 --- a/synapse/rest/admin/rooms.py +++ b/synapse/rest/admin/rooms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The Matrix.org Foundation C.I.C. +# Copyright 2019-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. |