1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Copyright

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
David Baker
2020-11-05 09:51:02 +00:00
committed by GitHub
parent 9f456a2acf
commit 6953aed70a

View File

@@ -1,6 +1,5 @@
/*
Copyright 2015, 2016 OpenMarket Ltd
Copyright 2019 The Matrix.org Foundation C.I.C.
Copyright 2015, 2016, 2019 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -79,4 +78,3 @@ export default class VideoFeed extends React.Component<IProps> {
</div>;
}
}