update pekko notice used in jars (#250)

Update AddMetaInfLicenseFiles.scala
This commit is contained in:
PJ Fanning 2023-03-15 13:42:37 +01:00 committed by GitHub
parent 54470b21f7
commit fbada2cf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 4 deletions

View file

@ -211,7 +211,7 @@ Copyright (c) 2003-2011, LAMP/EPFL
---------------
pekko-actor contains code from scala-collection-compat in the `org.apache.pekko.util.ccompat` package
which has written by the Scala-Lang team under an Apache 2.0 license.
which has released under an Apache 2.0 license.
Copyright (c) 2002-2023 EPFL
Copyright (c) 2011-2023 Lightbend, Inc.

3
NOTICE
View file

@ -23,8 +23,7 @@ Lightbend, Inc. (https://www.lightbend.com/).
---------------
pekko-actor contains code from scala-collection-compat which has changes made by the Scala-Lang team
under an Apache 2.0 license.
pekko-actor contains code from scala-collection-compat which was released under an Apache 2.0 license.
scala-collection-compat
Copyright (c) 2002-2023 EPFL

11
legal/PekkoNotice.txt Normal file
View file

@ -0,0 +1,11 @@
Apache Pekko
Copyright 2022, 2023 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
This product contains significant parts that were originally based on software from Lightbend (Akka <https://akka.io/>).
Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
Apache Pekko is derived from Akka 2.6.x, the last version that was distributed under the
Apache License, Version 2.0 License.

View file

@ -211,7 +211,7 @@ Copyright (c) 2003-2011, LAMP/EPFL
---------------
pekko-actor contains code from scala-collection-compat in the `org.apache.pekko.util.ccompat` package
which has written by the Scala-Lang team under an Apache 2.0 license.
which has released under an Apache 2.0 license.
Copyright (c) 2002-2023 EPFL
Copyright (c) 2011-2023 Lightbend, Inc.

View file

@ -21,6 +21,7 @@ object AddMetaInfLicenseFiles extends AutoPlugin {
override lazy val projectSettings = Seq(
apacheSonatypeLicenseFile := baseDir.value / "legal" / "StandardLicense.txt",
apacheSonatypeNoticeFile := baseDir.value / "legal" / "PekkoNotice.txt",
apacheSonatypeDisclaimerFile := Some(baseDir.value / "DISCLAIMER"))
/**