Skip to content

Commit df0bd35

Browse files
committed
Remove duplicated licence header
1 parent 3be08fd commit df0bd35

File tree

2 files changed

+1
-8
lines changed
  • libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine

2 files changed

+1
-8
lines changed

enterprise

libraries/core/src/main/kotlin/io/element/android/libraries/core/coroutine/Flow.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ package io.element.android.libraries.core.coroutine
1010
import kotlinx.coroutines.flow.Flow
1111
import kotlinx.coroutines.flow.first
1212

13-
/*
14-
* Copyright 2025 New Vector Ltd.
15-
*
16-
* SPDX-License-Identifier: AGPL-3.0-only
17-
* Please see LICENSE in the repository root for full details.
18-
*/
19-
2013
/**
2114
* Returns the first element of the flow that is an instance of [T], waiting for it if necessary.
2215
*/

0 commit comments

Comments
 (0)