summary refs log tree commit diff
path: root/synapse/rest/client
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-06 16:40:38 +0000
committerErik Johnston <erik@matrix.org>2018-02-06 16:40:38 +0000
commit3e1e69ccafbfdf8aa7c0cd06bc4eaf948a6bafdf (patch)
tree3ac4cc6d1432973bb8d2968b3690f4a0c787b763 /synapse/rest/client
parents/_create_new_client_event/create_new_client_event/ (diff)
downloadsynapse-3e1e69ccafbfdf8aa7c0cd06bc4eaf948a6bafdf.tar.xz
Update copyright
Diffstat (limited to 'synapse/rest/client')
-rw-r--r--synapse/rest/client/v1/admin.py1
-rw-r--r--synapse/rest/client/v1/room.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/synapse/rest/client/v1/admin.py b/synapse/rest/client/v1/admin.py
index f77f646670..20c5c66632 100644
--- a/synapse/rest/client/v1/admin.py
+++ b/synapse/rest/client/v1/admin.py
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 # Copyright 2014-2016 OpenMarket Ltd
+# Copyright 2018 New Vector Ltd
 #
 # 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/client/v1/room.py b/synapse/rest/client/v1/room.py
index ad6534537a..fbb2fc36e4 100644
--- a/synapse/rest/client/v1/room.py
+++ b/synapse/rest/client/v1/room.py
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 # Copyright 2014-2016 OpenMarket Ltd
+# Copyright 2018 New Vector Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.