diff options
author | David Baker <dave@matrix.org> | 2015-01-28 14:11:45 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-28 14:11:45 +0000 |
commit | 5f2665320fbe4392c9f487820c697691463cf709 (patch) | |
tree | 65d2e8de70c9177c526e2c0f627790be47b6abe8 /synapse | |
parent | Oops, bad merge: needed to change the base class of the rest servlets too. (diff) | |
download | synapse-5f2665320fbe4392c9f487820c697691463cf709.tar.xz |
It is 2015
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/push/httppusher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index d592bc2fd2..e12b946727 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014 OpenMarket Ltd +# Copyright 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. |