summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-03-14 00:02:20 +0000
committerMatthew Hodgson <matthew@matrix.org>2018-03-14 00:02:20 +0000
commit4d0cfef6ee023bfe83113a0378321830ebde1619 (patch)
tree0416961663031d48d25ef2d94422aa5df7b884d4 /synapse/handlers
parentoops (diff)
downloadsynapse-4d0cfef6ee023bfe83113a0378321830ebde1619.tar.xz
add copyright to nudge CI
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/sync.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 887624c431..edbd2ae771 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
-# Copyright 2015 - 2016 OpenMarket Ltd
+# Copyright 2015, 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.