From 8629c92c6239a726edcd93cc1223e7c6727787a7 Mon Sep 17 00:00:00 2001 From: Abduqodiri Qurbonzoda Date: Sat, 25 Mar 2023 20:42:17 +0200 Subject: [PATCH] Update copyright of generatedUnicodeData files --- .../tests/stdlib_external/text/_IsCaseIgnorableTest.kt | 2 +- .../backend.native/tests/stdlib_external/text/_IsCasedTest.kt | 2 +- .../runtime/src/main/kotlin/generated/_CharCategories.kt | 2 +- kotlin-native/runtime/src/main/kotlin/generated/_DigitChars.kt | 2 +- kotlin-native/runtime/src/main/kotlin/generated/_LetterChars.kt | 2 +- .../runtime/src/main/kotlin/generated/_LowercaseMappings.kt | 2 +- .../src/main/kotlin/generated/_OneToManyLowercaseMappings.kt | 2 +- .../src/main/kotlin/generated/_OneToManyUppercaseMappings.kt | 2 +- .../runtime/src/main/kotlin/generated/_OtherLowercaseChars.kt | 2 +- .../runtime/src/main/kotlin/generated/_OtherUppercaseChars.kt | 2 +- .../runtime/src/main/kotlin/generated/_StringLowercase.kt | 2 +- .../runtime/src/main/kotlin/generated/_StringUppercase.kt | 2 +- .../runtime/src/main/kotlin/generated/_TitlecaseMappings.kt | 2 +- .../runtime/src/main/kotlin/generated/_UppercaseMappings.kt | 2 +- .../runtime/src/main/kotlin/generated/_WhitespaceChars.kt | 2 +- .../stdlib/common/src/generated/_OneToManyTitlecaseMappings.kt | 2 +- libraries/stdlib/js-ir/src/generated/_CharCategories.kt | 2 +- libraries/stdlib/js-ir/src/generated/_DigitChars.kt | 2 +- libraries/stdlib/js-ir/src/generated/_LetterChars.kt | 2 +- libraries/stdlib/js-ir/src/generated/_OtherLowercaseChars.kt | 2 +- libraries/stdlib/js-ir/src/generated/_OtherUppercaseChars.kt | 2 +- libraries/stdlib/js-ir/src/generated/_TitlecaseMappings.kt | 2 +- libraries/stdlib/js-ir/src/generated/_WhitespaceChars.kt | 2 +- libraries/stdlib/js/src/generated/_CharCategories.kt | 2 +- libraries/stdlib/js/src/generated/_DigitChars.kt | 2 +- libraries/stdlib/js/src/generated/_LetterChars.kt | 2 +- libraries/stdlib/js/src/generated/_OtherLowercaseChars.kt | 2 +- libraries/stdlib/js/src/generated/_OtherUppercaseChars.kt | 2 +- libraries/stdlib/js/src/generated/_TitlecaseMappings.kt | 2 +- libraries/stdlib/js/src/generated/_WhitespaceChars.kt | 2 +- libraries/stdlib/wasm/src/generated/_CharCategories.kt | 2 +- libraries/stdlib/wasm/src/generated/_DigitChars.kt | 2 +- libraries/stdlib/wasm/src/generated/_LetterChars.kt | 2 +- libraries/stdlib/wasm/src/generated/_LowercaseMappings.kt | 2 +- .../stdlib/wasm/src/generated/_OneToManyLowercaseMappings.kt | 2 +- .../stdlib/wasm/src/generated/_OneToManyUppercaseMappings.kt | 2 +- libraries/stdlib/wasm/src/generated/_OtherLowercaseChars.kt | 2 +- libraries/stdlib/wasm/src/generated/_OtherUppercaseChars.kt | 2 +- libraries/stdlib/wasm/src/generated/_StringLowercase.kt | 2 +- libraries/stdlib/wasm/src/generated/_StringUppercase.kt | 2 +- libraries/stdlib/wasm/src/generated/_TitlecaseMappings.kt | 2 +- libraries/stdlib/wasm/src/generated/_UppercaseMappings.kt | 2 +- libraries/stdlib/wasm/src/generated/_WhitespaceChars.kt | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/kotlin-native/backend.native/tests/stdlib_external/text/_IsCaseIgnorableTest.kt b/kotlin-native/backend.native/tests/stdlib_external/text/_IsCaseIgnorableTest.kt index 588810179f0..8d59f452baa 100644 --- a/kotlin-native/backend.native/tests/stdlib_external/text/_IsCaseIgnorableTest.kt +++ b/kotlin-native/backend.native/tests/stdlib_external/text/_IsCaseIgnorableTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/backend.native/tests/stdlib_external/text/_IsCasedTest.kt b/kotlin-native/backend.native/tests/stdlib_external/text/_IsCasedTest.kt index f1a9f3a4db6..45a5ad5b3da 100644 --- a/kotlin-native/backend.native/tests/stdlib_external/text/_IsCasedTest.kt +++ b/kotlin-native/backend.native/tests/stdlib_external/text/_IsCasedTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_CharCategories.kt b/kotlin-native/runtime/src/main/kotlin/generated/_CharCategories.kt index 0e54def202f..924354e6c82 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_CharCategories.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_CharCategories.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_DigitChars.kt b/kotlin-native/runtime/src/main/kotlin/generated/_DigitChars.kt index 609e3f37910..82a24fe220c 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_DigitChars.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_DigitChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_LetterChars.kt b/kotlin-native/runtime/src/main/kotlin/generated/_LetterChars.kt index 3e528077a3f..e4421c82251 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_LetterChars.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_LetterChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_LowercaseMappings.kt b/kotlin-native/runtime/src/main/kotlin/generated/_LowercaseMappings.kt index 927a828ff49..c485b7b10e7 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_LowercaseMappings.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_LowercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_OneToManyLowercaseMappings.kt b/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyLowercaseMappings.kt index 334d1245de2..a9d0850325d 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyLowercaseMappings.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyLowercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_OneToManyUppercaseMappings.kt b/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyUppercaseMappings.kt index e9851f6788f..c35f7220753 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyUppercaseMappings.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_OneToManyUppercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_OtherLowercaseChars.kt b/kotlin-native/runtime/src/main/kotlin/generated/_OtherLowercaseChars.kt index d4beacb7154..91c0552900f 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_OtherLowercaseChars.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_OtherLowercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_OtherUppercaseChars.kt b/kotlin-native/runtime/src/main/kotlin/generated/_OtherUppercaseChars.kt index b5a4b08083b..28471e2bffb 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_OtherUppercaseChars.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_OtherUppercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_StringLowercase.kt b/kotlin-native/runtime/src/main/kotlin/generated/_StringLowercase.kt index 2427fdde2e9..0f7dd4a97f9 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_StringLowercase.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_StringLowercase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_StringUppercase.kt b/kotlin-native/runtime/src/main/kotlin/generated/_StringUppercase.kt index cd1f2b04424..375bd019be9 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_StringUppercase.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_StringUppercase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_TitlecaseMappings.kt b/kotlin-native/runtime/src/main/kotlin/generated/_TitlecaseMappings.kt index 281a620ec0e..e12c1662cf9 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_TitlecaseMappings.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_TitlecaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_UppercaseMappings.kt b/kotlin-native/runtime/src/main/kotlin/generated/_UppercaseMappings.kt index c9dfffb58bc..040ba45a633 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_UppercaseMappings.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_UppercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/_WhitespaceChars.kt b/kotlin-native/runtime/src/main/kotlin/generated/_WhitespaceChars.kt index 5ab0a1420d0..17a9397a805 100644 --- a/kotlin-native/runtime/src/main/kotlin/generated/_WhitespaceChars.kt +++ b/kotlin-native/runtime/src/main/kotlin/generated/_WhitespaceChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/common/src/generated/_OneToManyTitlecaseMappings.kt b/libraries/stdlib/common/src/generated/_OneToManyTitlecaseMappings.kt index 996b5216398..4b5efc0ade6 100644 --- a/libraries/stdlib/common/src/generated/_OneToManyTitlecaseMappings.kt +++ b/libraries/stdlib/common/src/generated/_OneToManyTitlecaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_CharCategories.kt b/libraries/stdlib/js-ir/src/generated/_CharCategories.kt index 6e6bb647a07..a4b9ed15bc5 100644 --- a/libraries/stdlib/js-ir/src/generated/_CharCategories.kt +++ b/libraries/stdlib/js-ir/src/generated/_CharCategories.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_DigitChars.kt b/libraries/stdlib/js-ir/src/generated/_DigitChars.kt index 8e92a193847..37ab1b7993f 100644 --- a/libraries/stdlib/js-ir/src/generated/_DigitChars.kt +++ b/libraries/stdlib/js-ir/src/generated/_DigitChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_LetterChars.kt b/libraries/stdlib/js-ir/src/generated/_LetterChars.kt index a40e5a95338..bee143a9b72 100644 --- a/libraries/stdlib/js-ir/src/generated/_LetterChars.kt +++ b/libraries/stdlib/js-ir/src/generated/_LetterChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_OtherLowercaseChars.kt b/libraries/stdlib/js-ir/src/generated/_OtherLowercaseChars.kt index 08cddc0315f..06d18476f12 100644 --- a/libraries/stdlib/js-ir/src/generated/_OtherLowercaseChars.kt +++ b/libraries/stdlib/js-ir/src/generated/_OtherLowercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_OtherUppercaseChars.kt b/libraries/stdlib/js-ir/src/generated/_OtherUppercaseChars.kt index d26518cb207..0a7479f66ef 100644 --- a/libraries/stdlib/js-ir/src/generated/_OtherUppercaseChars.kt +++ b/libraries/stdlib/js-ir/src/generated/_OtherUppercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_TitlecaseMappings.kt b/libraries/stdlib/js-ir/src/generated/_TitlecaseMappings.kt index 281a620ec0e..e12c1662cf9 100644 --- a/libraries/stdlib/js-ir/src/generated/_TitlecaseMappings.kt +++ b/libraries/stdlib/js-ir/src/generated/_TitlecaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js-ir/src/generated/_WhitespaceChars.kt b/libraries/stdlib/js-ir/src/generated/_WhitespaceChars.kt index 5ab0a1420d0..17a9397a805 100644 --- a/libraries/stdlib/js-ir/src/generated/_WhitespaceChars.kt +++ b/libraries/stdlib/js-ir/src/generated/_WhitespaceChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_CharCategories.kt b/libraries/stdlib/js/src/generated/_CharCategories.kt index 6e6bb647a07..a4b9ed15bc5 100644 --- a/libraries/stdlib/js/src/generated/_CharCategories.kt +++ b/libraries/stdlib/js/src/generated/_CharCategories.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_DigitChars.kt b/libraries/stdlib/js/src/generated/_DigitChars.kt index 8e92a193847..37ab1b7993f 100644 --- a/libraries/stdlib/js/src/generated/_DigitChars.kt +++ b/libraries/stdlib/js/src/generated/_DigitChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_LetterChars.kt b/libraries/stdlib/js/src/generated/_LetterChars.kt index a40e5a95338..bee143a9b72 100644 --- a/libraries/stdlib/js/src/generated/_LetterChars.kt +++ b/libraries/stdlib/js/src/generated/_LetterChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_OtherLowercaseChars.kt b/libraries/stdlib/js/src/generated/_OtherLowercaseChars.kt index 08cddc0315f..06d18476f12 100644 --- a/libraries/stdlib/js/src/generated/_OtherLowercaseChars.kt +++ b/libraries/stdlib/js/src/generated/_OtherLowercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_OtherUppercaseChars.kt b/libraries/stdlib/js/src/generated/_OtherUppercaseChars.kt index d26518cb207..0a7479f66ef 100644 --- a/libraries/stdlib/js/src/generated/_OtherUppercaseChars.kt +++ b/libraries/stdlib/js/src/generated/_OtherUppercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_TitlecaseMappings.kt b/libraries/stdlib/js/src/generated/_TitlecaseMappings.kt index 281a620ec0e..e12c1662cf9 100644 --- a/libraries/stdlib/js/src/generated/_TitlecaseMappings.kt +++ b/libraries/stdlib/js/src/generated/_TitlecaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/js/src/generated/_WhitespaceChars.kt b/libraries/stdlib/js/src/generated/_WhitespaceChars.kt index 5ab0a1420d0..17a9397a805 100644 --- a/libraries/stdlib/js/src/generated/_WhitespaceChars.kt +++ b/libraries/stdlib/js/src/generated/_WhitespaceChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_CharCategories.kt b/libraries/stdlib/wasm/src/generated/_CharCategories.kt index 7138fc74a64..1b41fd33f90 100644 --- a/libraries/stdlib/wasm/src/generated/_CharCategories.kt +++ b/libraries/stdlib/wasm/src/generated/_CharCategories.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_DigitChars.kt b/libraries/stdlib/wasm/src/generated/_DigitChars.kt index e53ebe3539e..40df9517db3 100644 --- a/libraries/stdlib/wasm/src/generated/_DigitChars.kt +++ b/libraries/stdlib/wasm/src/generated/_DigitChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_LetterChars.kt b/libraries/stdlib/wasm/src/generated/_LetterChars.kt index 17e94b9719b..3e31bd46ed8 100644 --- a/libraries/stdlib/wasm/src/generated/_LetterChars.kt +++ b/libraries/stdlib/wasm/src/generated/_LetterChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_LowercaseMappings.kt b/libraries/stdlib/wasm/src/generated/_LowercaseMappings.kt index 5e88a6e4c06..1ad2027316b 100644 --- a/libraries/stdlib/wasm/src/generated/_LowercaseMappings.kt +++ b/libraries/stdlib/wasm/src/generated/_LowercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_OneToManyLowercaseMappings.kt b/libraries/stdlib/wasm/src/generated/_OneToManyLowercaseMappings.kt index 334d1245de2..a9d0850325d 100644 --- a/libraries/stdlib/wasm/src/generated/_OneToManyLowercaseMappings.kt +++ b/libraries/stdlib/wasm/src/generated/_OneToManyLowercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_OneToManyUppercaseMappings.kt b/libraries/stdlib/wasm/src/generated/_OneToManyUppercaseMappings.kt index 2c2e70792f2..e7198075db7 100644 --- a/libraries/stdlib/wasm/src/generated/_OneToManyUppercaseMappings.kt +++ b/libraries/stdlib/wasm/src/generated/_OneToManyUppercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_OtherLowercaseChars.kt b/libraries/stdlib/wasm/src/generated/_OtherLowercaseChars.kt index 13bfe14ac98..5180a544e61 100644 --- a/libraries/stdlib/wasm/src/generated/_OtherLowercaseChars.kt +++ b/libraries/stdlib/wasm/src/generated/_OtherLowercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_OtherUppercaseChars.kt b/libraries/stdlib/wasm/src/generated/_OtherUppercaseChars.kt index d26518cb207..0a7479f66ef 100644 --- a/libraries/stdlib/wasm/src/generated/_OtherUppercaseChars.kt +++ b/libraries/stdlib/wasm/src/generated/_OtherUppercaseChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_StringLowercase.kt b/libraries/stdlib/wasm/src/generated/_StringLowercase.kt index 3a5a82f611a..b1abb202883 100644 --- a/libraries/stdlib/wasm/src/generated/_StringLowercase.kt +++ b/libraries/stdlib/wasm/src/generated/_StringLowercase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_StringUppercase.kt b/libraries/stdlib/wasm/src/generated/_StringUppercase.kt index cd1f2b04424..375bd019be9 100644 --- a/libraries/stdlib/wasm/src/generated/_StringUppercase.kt +++ b/libraries/stdlib/wasm/src/generated/_StringUppercase.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_TitlecaseMappings.kt b/libraries/stdlib/wasm/src/generated/_TitlecaseMappings.kt index 281a620ec0e..e12c1662cf9 100644 --- a/libraries/stdlib/wasm/src/generated/_TitlecaseMappings.kt +++ b/libraries/stdlib/wasm/src/generated/_TitlecaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_UppercaseMappings.kt b/libraries/stdlib/wasm/src/generated/_UppercaseMappings.kt index a4413ba973d..f401d10e635 100644 --- a/libraries/stdlib/wasm/src/generated/_UppercaseMappings.kt +++ b/libraries/stdlib/wasm/src/generated/_UppercaseMappings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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/libraries/stdlib/wasm/src/generated/_WhitespaceChars.kt b/libraries/stdlib/wasm/src/generated/_WhitespaceChars.kt index 5ab0a1420d0..17a9397a805 100644 --- a/libraries/stdlib/wasm/src/generated/_WhitespaceChars.kt +++ b/libraries/stdlib/wasm/src/generated/_WhitespaceChars.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 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. */