aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/sync/Mutex.kt
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2021-02-04 07:16:48 -0800
committerGitHub <noreply@github.com>2021-02-04 18:16:48 +0300
commit41a2e30da45bbc70de4c7aafe23777f01b006c8a (patch)
tree169d86d7c5ba6de8c02df4c9d31d3d172e2ba3f3 /kotlinx-coroutines-core/common/src/sync/Mutex.kt
parent727c38f708c355e325326def66c80dfec7f81ebe (diff)
downloadplatform_external_kotlinx.coroutines-41a2e30da45bbc70de4c7aafe23777f01b006c8a.tar.gz
platform_external_kotlinx.coroutines-41a2e30da45bbc70de4c7aafe23777f01b006c8a.tar.bz2
platform_external_kotlinx.coroutines-41a2e30da45bbc70de4c7aafe23777f01b006c8a.zip
Update copyright year (#2520)
Diffstat (limited to 'kotlinx-coroutines-core/common/src/sync/Mutex.kt')
-rw-r--r--kotlinx-coroutines-core/common/src/sync/Mutex.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-core/common/src/sync/Mutex.kt b/kotlinx-coroutines-core/common/src/sync/Mutex.kt
index 707c4640..7d0a343d 100644
--- a/kotlinx-coroutines-core/common/src/sync/Mutex.kt
+++ b/kotlinx-coroutines-core/common/src/sync/Mutex.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines.sync