Remove duplicated licence header
This commit is contained in:
parent
3be08fdb0c
commit
df0bd3583d
2 changed files with 1 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f3546ac27aff0b9b0875bbf7fcc496a16ac22595
|
||||
Subproject commit 568a735dd13af8b92f62f30976d0944ac541671b
|
||||
|
|
@ -10,13 +10,6 @@ package io.element.android.libraries.core.coroutine
|
|||
import kotlinx.coroutines.flow.Flow
|
||||
import kotlinx.coroutines.flow.first
|
||||
|
||||
/*
|
||||
* Copyright 2025 New Vector Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
* Please see LICENSE in the repository root for full details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns the first element of the flow that is an instance of [T], waiting for it if necessary.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue