Skip to content

Commit

Permalink
Permit BSD 2 & 3 Licenses
Browse files Browse the repository at this point in the history
see #2282
  • Loading branch information
vorburger authored Oct 25, 2023
1 parent 5fb87ea commit e306c7f
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 e306c7f

Please sign in to comment.