Update copyright

This is mostly just to send an ping out to maintainers that #63 hasn't been deployed yet. :)
This commit is contained in:
Aaron Raimist 2019-10-15 16:20:24 -05:00 committed by GitHub
parent 2c6cc9395a
commit f7f2245721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export default React.createClass({
render() {
return (
<div className="mxt_Footer">
Copyright 2016, 2017 <a href="https://matrix.org">Matrix.org</a>
Copyright 2016 - 2019 <a href="https://matrix.org">Matrix.org</a>
</div>
);
}