Remove duplicated licence header

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

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