From 5f9fb060340faf36cce3bd46d2d510073102b836 Mon Sep 17 00:00:00 2001 From: Brian Norman Date: Fri, 8 Dec 2023 08:33:33 -0600 Subject: [PATCH] [PowerAssert] Update CODEOWNERS and license README for power-assert --- .space/CODEOWNERS | 2 ++ license/README.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index a3d6e364bc4..50d15bdc3ef 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -331,6 +331,7 @@ /libraries/tools/kotlin-osgi-bundle/ "Kotlin Build Tools" /libraries/tools/kotlin-noarg/ "Kotlin Build Tools" /libraries/tools/kotlin-prepush-hook/ "Kotlin Build Infrastructure" +/libraries/tools/kotlin-power-assert/ "Kotlin Build Tools" /libraries/tools/kotlin-sam-with-receiver/ "Kotlin Build Tools" /libraries/tools/kotlin-serialization/ "Kotlin Build Tools" /libraries/tools/kotlin-serialization-unshaded/ "Kotlin Build Tools" @@ -376,6 +377,7 @@ /plugins/noarg/ "Kotlin Compiler Core" /plugins/parcelize/ "Kotlin Compiler Core" /plugins/pill/ Yan.Zhulanow "Kotlin Build Infrastructure" +/plugins/power-assert/ "Kotlin Compiler Core" /plugins/sam-with-receiver/ "Kotlin Compiler Core" /plugins/scripting/ "Kotlin Compiler Core" diff --git a/license/README.md b/license/README.md index 969a297a3d2..5853c3c5b78 100644 --- a/license/README.md +++ b/license/README.md @@ -93,6 +93,10 @@ the Kotlin IntelliJ IDEA plugin: - License: Apache 2 ([license/third_party/assemblyscript_license.txt][assemblyscript]) - Origin: Derived from assemblyscript standard library + - Path: libraries/tools/kotlin-power-assert + - License: Apache 2 ([license/third_party/aosp_license.txt][aosp]) + - Origin: Copyright (C) 2020-2023 Brian Norman + - Path: plugins/lint/android-annotations - License: Apache 2 ([license/third_party/aosp_license.txt][aosp]) - Origin: Copyright (C) 2011-15 The Android Open Source Project @@ -108,6 +112,10 @@ the Kotlin IntelliJ IDEA plugin: - Path: plugins/lint/lint-idea - License: Apache 2 ([license/third_party/aosp_license.txt][aosp]) - Origin: Copyright (C) 2011-15 The Android Open Source Project + + - Path: plugins/power-assert + - License: Apache 2 ([license/third_party/aosp_license.txt][aosp]) + - Origin: Copyright (C) 2020-2023 Brian Norman - Path: wasm/ir/src/org/jetbrains/kotlin/wasm/ir/convertors - License: MIT ([license/third_party/asmble_license.txt][asmble])