[PowerAssert] Update CODEOWNERS and license README for power-assert

This commit is contained in:
Brian Norman
2023-12-08 08:33:33 -06:00
parent dc198be0ad
commit 5f9fb06034
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -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"
+8
View File
@@ -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])