diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-03 17:29:13 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-03 17:31:57 +0100 |
commit | 8a7c1d6a00db7e22f0c7678fa4647589a0dcdc31 (patch) | |
tree | 632e29ac89ae9f2dc40fdbb3d0773b86cff3c8b8 /scripts/copyrighter.pl | |
parent | Fix formating for threat model (diff) | |
download | synapse-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 'scripts/copyrighter.pl')
-rwxr-xr-x | scripts/copyrighter.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/copyrighter.pl b/scripts/copyrighter.pl index e476c9cc85..7c03ef21fc 100755 --- a/scripts/copyrighter.pl +++ b/scripts/copyrighter.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -pi -# 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. @@ -14,7 +14,7 @@ # limitations under the License. $copyright = <<EOT; -# 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. |