diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-23 10:33:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-23 10:33:55 +0000 |
commit | 26d37f7a63cf33ac8e3f8346a6e982c7b2f6cbb1 (patch) | |
tree | d1c210b0368d4a8b2aa320d8276df4609a211c39 /synapse/storage | |
parent | Use absolute imports (diff) | |
download | synapse-26d37f7a63cf33ac8e3f8346a6e982c7b2f6cbb1.tar.xz |
Update copyright
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/account_data.py | 1 | ||||
-rw-r--r-- | synapse/storage/tags.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/synapse/storage/account_data.py b/synapse/storage/account_data.py index 0d6acbd9a1..466194e96f 100644 --- a/synapse/storage/account_data.py +++ b/synapse/storage/account_data.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/storage/tags.py b/synapse/storage/tags.py index a8d0bf80c4..fc46bf7bb3 100644 --- a/synapse/storage/tags.py +++ b/synapse/storage/tags.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. |