summary refs log tree commit diff
path: root/synapse/rest
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2021-01-11 23:43:58 +0200
committerJason Robinson <jasonr@matrix.org>2021-01-11 23:43:58 +0200
commitda16d06301aec83d144812d727c24192eb890c93 (patch)
tree5703656a516b8048716cc04c281491bff662a3bd /synapse/rest
parentClarify rooms.md (diff)
downloadsynapse-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')
-rw-r--r--synapse/rest/admin/__init__.py2
-rw-r--r--synapse/rest/admin/rooms.py2
2 files changed, 3 insertions, 1 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.
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.