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:
parent
7e653454a9
commit
de1a5e3b37
8 changed files with 678 additions and 16 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue