diff options
author | Matthew Hodgson <matthew@matrix.org> | 2019-09-23 12:28:01 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2019-09-23 12:28:01 +0100 |
commit | 7ef319aefe6a44ee0bdfa4bdc4c05ce8ef96cb18 (patch) | |
tree | 00009bfa718e3e8caddbf81a88add6edbb01b597 /synapse/config | |
parent | Allow HS to send emails when adding an email to the HS (#6042) (diff) | |
download | synapse-7ef319aefe6a44ee0bdfa4bdc4c05ce8ef96cb18.tar.xz |
fix broken copyrights
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/repository.py | 2 | ||||
-rw-r--r-- | synapse/config/workers.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 34f1a9a92d..52e014608a 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014, 2015 matrix.org +# Copyright 2014, 2015 OpenMarket 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/config/workers.py b/synapse/config/workers.py index bc0fc165e3..1ec4998625 100644 --- a/synapse/config/workers.py +++ b/synapse/config/workers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2016 matrix.org +# Copyright 2016 OpenMarket Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |