license/notice reqs for CountMinSketch.java (#229)

This commit is contained in:
PJ Fanning 2023-03-06 15:04:59 +01:00 committed by GitHub
parent 245c3b1dab
commit a1ee96633c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 289 additions and 1 deletions

View file

@ -27,7 +27,15 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
* Settings specific for Pekko actor subproject which requires a different license file.
*/
lazy val actorSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-actor-jar-license.txt")
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-actor-jar-license.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "pekko-actor-jar-notice.txt")
/**
* Settings specific for Pekko remote subproject which requires a different license file.
*/
lazy val remoteSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "pekko-remote-jar-license.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "pekko-remote-jar-notice.txt")
/**
* Settings specific for Pekko protobuf subproject which requires a different license file