diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-23 10:42:39 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-23 10:42:39 +0000 |
commit | eb9b5eec819a2d594bc237652d831e64517d0c93 (patch) | |
tree | f3daed255f23152e793e34934b128f415c3e11fe | |
parent | Split out EventPushActionWorkerStore (diff) | |
download | synapse-eb9b5eec819a2d594bc237652d831e64517d0c93.tar.xz |
Update copyright
-rw-r--r-- | synapse/storage/event_push_actions.py | 1 | ||||
-rw-r--r-- | synapse/storage/events.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py index 124583835d..4cabf70ad0 100644 --- a/synapse/storage/event_push_actions.py +++ b/synapse/storage/event_push_actions.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2015 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/events.py b/synapse/storage/events.py index 73177e0bc2..c636da4b72 100644 --- a/synapse/storage/events.py +++ b/synapse/storage/events.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. |