Skip to content

Commit

Permalink
Permit BSD 2 & 3 Licenses (#2298)
Browse files Browse the repository at this point in the history
see #2282
  • Loading branch information
vorburger authored Oct 26, 2023
1 parent 360c6a5 commit dbde40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/LicenseeConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fun Project.configureLicensee() {
apply(plugin = "app.cash.licensee")
configure<app.cash.licensee.LicenseeExtension> {
allow("Apache-2.0")
allow("BSD-2-Clause")
allow("BSD-3-Clause")
allow("MIT")

ignoreDependencies("com.ibm.icu", "icu4j") {
Expand Down

0 comments on commit dbde40f

Please sign in to comment.