summary refs log tree commit diff
path: root/cmdclient
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-09-03 17:29:13 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-09-03 17:31:57 +0100
commit8a7c1d6a00db7e22f0c7678fa4647589a0dcdc31 (patch)
tree632e29ac89ae9f2dc40fdbb3d0773b86cff3c8b8 /cmdclient
parentFix formating for threat model (diff)
downloadsynapse-8a7c1d6a00db7e22f0c7678fa4647589a0dcdc31.tar.xz
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
Diffstat (limited to 'cmdclient')
-rwxr-xr-xcmdclient/console.py2
-rw-r--r--cmdclient/http.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmdclient/console.py b/cmdclient/console.py
index 6d77d64f23..2e6b026762 100755
--- a/cmdclient/console.py
+++ b/cmdclient/console.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright 2014 matrix.org
+# Copyright 2014 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/cmdclient/http.py b/cmdclient/http.py
index 9de6be9b72..869f782ec1 100644
--- a/cmdclient/http.py
+++ b/cmdclient/http.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2014 matrix.org
+# Copyright 2014 OpenMarket Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.