acknowledge smhasher copyright but add apache license header (#159)

* acknowledge lamp/epfl copyright  but add apache license header

* scalafmt

* latest attempt

* Update LICENSE

* add Austin Appleby attribution

* remove debian check

* Update CopyrightHeader.scala

* add source license changes for MurmurHash and introduce more jar specific licenses

* scalafmt

* update comment
This commit is contained in:
PJ Fanning 2023-02-22 16:10:24 +01:00 committed by GitHub
parent 7e653454a9
commit de1a5e3b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 678 additions and 16 deletions

View file

@ -112,6 +112,7 @@ lazy val actor = pekkoModule("actor")
.settings(Dependencies.actor)
.settings(OSGi.actor)
.settings(AutomaticModuleName.settings("pekko.actor"))
.settings(AddMetaInfLicenseFiles.actorSettings)
.settings(Compile / unmanagedSourceDirectories += {
val ver = scalaVersion.value.take(4)
(Compile / scalaSource).value.getParentFile / s"scala-$ver"
@ -355,7 +356,7 @@ lazy val protobuf = pekkoModule("protobuf")
lazy val protobufV3 = pekkoModule("protobuf-v3")
.settings(OSGi.protobufV3)
.settings(AutomaticModuleName.settings("pekko.protobuf.v3"))
.settings(AddMetaInfLicenseFiles.protobufSettings)
.settings(AddMetaInfLicenseFiles.protobufV3Settings)
.enablePlugins(ScaladocNoVerificationOfDiagrams)
.disablePlugins(MimaPlugin)
.settings(