From dbde40f5fa15eb371428798246197e99fbe60295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Thu, 26 Oct 2023 15:32:00 +0200 Subject: [PATCH] Permit BSD 2 & 3 Licenses (#2298) see https://github.com/google/android-fhir/pull/2282 --- buildSrc/src/main/kotlin/LicenseeConfig.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildSrc/src/main/kotlin/LicenseeConfig.kt b/buildSrc/src/main/kotlin/LicenseeConfig.kt index ff66011e62..f17f44ca1c 100644 --- a/buildSrc/src/main/kotlin/LicenseeConfig.kt +++ b/buildSrc/src/main/kotlin/LicenseeConfig.kt @@ -22,6 +22,8 @@ fun Project.configureLicensee() { apply(plugin = "app.cash.licensee") configure { allow("Apache-2.0") + allow("BSD-2-Clause") + allow("BSD-3-Clause") allow("MIT") ignoreDependencies("com.ibm.icu", "icu4j") {