update pekko notice used in jars (#250)
Update AddMetaInfLicenseFiles.scala
This commit is contained in:
parent
54470b21f7
commit
fbada2cf16
5 changed files with 15 additions and 4 deletions
2
LICENSE
2
LICENSE
|
|
@ -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
3
NOTICE
|
|
@ -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
11
legal/PekkoNotice.txt
Normal 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.
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue