From 0fb25ccc2b4a5ed9984c936424095e5fc6cd7e75 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Tue, 14 Sep 2021 07:37:54 +0300 Subject: [PATCH] Minor: update copyright year in Native stdlib generated sources --- .../runtime/src/main/kotlin/generated/_ArraysNative.kt | 2 +- .../runtime/src/main/kotlin/generated/_CollectionsNative.kt | 2 +- .../runtime/src/main/kotlin/generated/_ComparisonsNative.kt | 2 +- .../runtime/src/main/kotlin/generated/_StringsNative.kt | 2 +- .../runtime/src/main/kotlin/generated/_UArraysNative.kt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kotlin-native/runtime/src/main/kotlin/generated/_ArraysNative.kt b/kotlin-native/runtime/src/main/kotlin/generated/_ArraysNative.kt index 6108abb2f27..8f8b9d309d4 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_ArraysNative.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_ArraysNative.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ diff --git a/kotlin-native/runtime/src/main/kotlin/generated/_CollectionsNative.kt b/kotlin-native/runtime/src/main/kotlin/generated/_CollectionsNative.kt index 776281e0520..b8b3bf3a5c6 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_CollectionsNative.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_CollectionsNative.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ diff --git a/kotlin-native/runtime/src/main/kotlin/generated/_ComparisonsNative.kt b/kotlin-native/runtime/src/main/kotlin/generated/_ComparisonsNative.kt index d19edc4f00b..bb961f65f42 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_ComparisonsNative.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_ComparisonsNative.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ diff --git a/kotlin-native/runtime/src/main/kotlin/generated/_StringsNative.kt b/kotlin-native/runtime/src/main/kotlin/generated/_StringsNative.kt index 9ed5b20ff09..c2897106762 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_StringsNative.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_StringsNative.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ diff --git a/kotlin-native/runtime/src/main/kotlin/generated/_UArraysNative.kt b/kotlin-native/runtime/src/main/kotlin/generated/_UArraysNative.kt index a42075114c8..d3f798a6da7 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_UArraysNative.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_UArraysNative.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */