aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt
diff options
context:
space:
mode:
authorRoman Elizarov <elizarov@gmail.com>2019-07-03 15:02:44 +0300
committerRoman Elizarov <elizarov@gmail.com>2019-07-03 15:02:44 +0300
commitdb0ef0c8c3b91f7edd86b658f92c5f9095ab16be (patch)
tree8d7de0c68e1d0f570a57119314e6bead1075a507 /kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt
parent96a5c8e3337f86e46d2cad7af4b9c000506a7121 (diff)
downloadplatform_external_kotlinx.coroutines-db0ef0c8c3b91f7edd86b658f92c5f9095ab16be.tar.gz
platform_external_kotlinx.coroutines-db0ef0c8c3b91f7edd86b658f92c5f9095ab16be.tar.bz2
platform_external_kotlinx.coroutines-db0ef0c8c3b91f7edd86b658f92c5f9095ab16be.zip
Update copyright year to 2019 in all the knit-generated files
Diffstat (limited to 'kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt')
-rw-r--r--kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt b/kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt
index 992e6721..27bff49b 100644
--- a/kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt
+++ b/kotlinx-coroutines-core/jvm/test/guide/example-context-07.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
// This file was automatically generated from coroutines-guide.md by Knit tool. Do not edit.