aboutsummaryrefslogtreecommitdiffstats
path: root/reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt
diff options
context:
space:
mode:
Diffstat (limited to 'reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt')
-rw-r--r--reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt6
1 files changed, 5 insertions, 1 deletions
diff --git a/reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt b/reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt
index 68309bbc..a9d140a9 100644
--- a/reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt
+++ b/reactive/kotlinx-coroutines-reactor/src/ReactorContextInjector.kt
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
package kotlinx.coroutines.reactor
import kotlinx.coroutines.reactive.*
@@ -19,4 +23,4 @@ internal class ReactorContextInjector : ContextInjector {
else -> publisher
}
}
-} \ No newline at end of file
+}