diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-04-11 17:08:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 17:08:13 +0100 |
commit | caa76e6021b1a8b3e6da0c2a8b1935b8dc96ed8f (patch) | |
tree | b6296d1eb805ef5a02400dffff79e40e4e5ea54b /synapse/util | |
parent | Merge pull request #5033 from matrix-org/erikj/fix_schema_delta (diff) | |
download | synapse-caa76e6021b1a8b3e6da0c2a8b1935b8dc96ed8f.tar.xz |
Remove periods from copyright headers (#5046)
Diffstat (limited to 'synapse/util')
-rw-r--r-- | synapse/util/async_helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/async_helpers.py b/synapse/util/async_helpers.py index f0e4a0e10c..2f16f23d91 100644 --- a/synapse/util/async_helpers.py +++ b/synapse/util/async_helpers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2014-2016 OpenMarket Ltd -# Copyright 2018 New Vector 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. |