aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-02-18 15:28:00 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-02-18 15:28:00 +0300
commit6d1a6e36e799db8ccc1dce2a252cc7fb16065656 (patch)
tree6775b212ca93380565ae27071d39e47e5f0b0b8d /kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
parentbf9509da7a0eff08e489555254d9662f2cc1894f (diff)
downloadplatform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.tar.gz
platform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.tar.bz2
platform_external_kotlinx.coroutines-6d1a6e36e799db8ccc1dce2a252cc7fb16065656.zip
Update copyright year
Diffstat (limited to 'kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt')
-rw-r--r--kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt b/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
index e87e4802..9236fd26 100644
--- a/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
+++ b/kotlinx-coroutines-core/common/src/flow/operators/Emitters.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
@file:JvmMultifileClass