Remove duplicated licence header

This commit is contained in:
Benoit Marty 2025-08-11 10:37:33 +02:00
parent 3be08fdb0c
commit df0bd3583d
2 changed files with 1 additions and 8 deletions

@ -1 +1 @@
Subproject commit f3546ac27aff0b9b0875bbf7fcc496a16ac22595
Subproject commit 568a735dd13af8b92f62f30976d0944ac541671b

View file

@ -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.
*/