Pekko becomes TLP (#1214)

This commit is contained in:
PJ Fanning 2024-03-22 14:16:08 +01:00 committed by GitHub
parent 0646754739
commit e3410bcaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 120 additions and 131 deletions

View file

@ -29,8 +29,7 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
override lazy val projectSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "StandardLicense.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "PekkoNotice.txt",
apacheSonatypeDisclaimerFile := Some(baseDir.value / "DISCLAIMER"))
apacheSonatypeNoticeFile := baseDir.value / "legal" / "PekkoNotice.txt")
/**
* Settings specific for Pekko actor subproject which requires a different license file.