acknowledge Basho license on ORSet code (#435)

This commit is contained in:
PJ Fanning 2023-06-21 09:30:25 +01:00 committed by GitHub
parent 1a50e76fc3
commit 64fe0c13d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 240 additions and 0 deletions

View file

@ -37,6 +37,12 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
lazy val clusterSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-cluster-jar-license.txt")
/**
* Settings specific for Pekko distributed-data subproject which requires a different license file.
*/
lazy val distributedDataSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-distributed-data-jar-license.txt")
/**
* Settings specific for Pekko remote subproject which requires a different license file.
*/