acknowledge Basho license on ORSet code (#435)
This commit is contained in:
parent
1a50e76fc3
commit
64fe0c13d2
5 changed files with 240 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue