Copyright

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
David Baker 2020-11-05 09:51:02 +00:00 committed by GitHub
parent 9f456a2acf
commit 6953aed70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
/* /*
Copyright 2015, 2016 OpenMarket Ltd Copyright 2015, 2016, 2019 The Matrix.org Foundation C.I.C.
Copyright 2019 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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>; </div>;
} }
} }