aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/js/src/internal/LinkedList.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/js/src/internal/LinkedList.kt')
-rw-r--r--kotlinx-coroutines-core/js/src/internal/LinkedList.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-core/js/src/internal/LinkedList.kt b/kotlinx-coroutines-core/js/src/internal/LinkedList.kt
index f2711f50..b6985057 100644
--- a/kotlinx-coroutines-core/js/src/internal/LinkedList.kt
+++ b/kotlinx-coroutines-core/js/src/internal/LinkedList.kt
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2021 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:Suppress("unused", "NO_EXPLICIT_RETURN_TYPE_IN_API_MODE", "NO_EXPLICIT_VISIBILITY_IN_API_MODE")