Skip to content

Commit f7e70f5

Browse files
committed
Add copyright
1 parent 726bbe0 commit f7e70f5

File tree

33 files changed

+134
-12
lines changed

33 files changed

+134
-12
lines changed

firebase-app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
import org.apache.tools.ant.taskdefs.condition.Os
26

37
plugins {

firebase-app/src/androidMain/kotlin/dev/teamhub/firebase/firebase.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase
26

37
import android.content.Context

firebase-app/src/commonMain/kotlin/dev/teamhub/firebase/firebase.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
@file:JvmMultifileClass
26
@file:JvmName("CommonKt")
37
package dev.teamhub.firebase

firebase-app/src/iosMain/kotlin/dev/teamhub/firebase/firebase.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase
26

37
import cocoapods.FirebaseCore.*

firebase-app/src/jsMain/kotlin/dev/teamhub/firebase/firebase.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase
26

37
import kotlin.js.json

firebase-auth/src/androidMain/kotlin/dev/teamhub/firebase/auth/auth.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase.auth
26

37
import com.google.firebase.auth.FirebaseAuth.AuthStateListener

firebase-auth/src/commonMain/kotlin/dev/teamhub/firebase/auth/auth.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
@file:Suppress("EXTENSION_SHADOWED_BY_MEMBER")
26
package dev.teamhub.firebase.auth
37

firebase-auth/src/iosMain/kotlin/dev/teamhub/firebase/auth/auth.kt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase.auth
26

37
import cocoapods.FirebaseAuth.*
48
import dev.teamhub.firebase.Firebase
59
import dev.teamhub.firebase.FirebaseApp
610
import dev.teamhub.firebase.FirebaseException
711
import kotlinx.cinterop.*
12+
import kotlinx.coroutines.CompletableDeferred
813
import kotlinx.coroutines.channels.awaitClose
9-
import kotlinx.coroutines.flow.*
14+
import kotlinx.coroutines.flow.callbackFlow
1015
import platform.Foundation.*
11-
import kotlinx.coroutines.CompletableDeferred
1216

1317

1418
actual val Firebase.auth

firebase-auth/src/jsMain/kotlin/dev/teamhub/firebase/auth/auth.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
package dev.teamhub.firebase.auth
26

37
import dev.teamhub.firebase.*

firebase-common/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3+
*/
4+
15
import org.apache.tools.ant.taskdefs.condition.Os
26

37
plugins {

0 commit comments

Comments
 (0)