summary refs log tree commit diff
path: root/tests/crypto
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-01-07 04:26:29 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-01-07 04:26:29 +0000
commit6c28ac260c2ce4bf93737e53ea3297bff08924c7 (patch)
tree6994430b78f08cd50ec63143e33b3857634cb85a /tests/crypto
parentMerge pull request #472 from roblabla/patch-1 (diff)
downloadsynapse-6c28ac260c2ce4bf93737e53ea3297bff08924c7.tar.xz
copyrights
Diffstat (limited to 'tests/crypto')
-rw-r--r--tests/crypto/__init__.py2
-rw-r--r--tests/crypto/test_event_signing.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/crypto/__init__.py b/tests/crypto/__init__.py

index 9bff9ec169..d0e9399dda 100644 --- a/tests/crypto/__init__.py +++ b/tests/crypto/__init__.py
@@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014 OpenMarket Ltd +# Copyright 2014-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. diff --git a/tests/crypto/test_event_signing.py b/tests/crypto/test_event_signing.py
index 7913472941..47cb328a01 100644 --- a/tests/crypto/test_event_signing.py +++ b/tests/crypto/test_event_signing.py
@@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2015 OpenMarket Ltd +# Copyright 2015, 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.