diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-03-14 00:02:20 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-03-14 00:02:20 +0000 |
commit | 4d0cfef6ee023bfe83113a0378321830ebde1619 (patch) | |
tree | 0416961663031d48d25ef2d94422aa5df7b884d4 | |
parent | oops (diff) | |
download | synapse-4d0cfef6ee023bfe83113a0378321830ebde1619.tar.xz |
add copyright to nudge CI
-rw-r--r-- | synapse/handlers/sync.py | 3 |
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. |