acknowledge use of scala-collection-compat code (#236)
This commit is contained in:
parent
a1ee96633c
commit
defddc6af5
4 changed files with 40 additions and 0 deletions
7
LICENSE
7
LICENSE
|
|
@ -210,6 +210,13 @@ 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.
|
||||||
|
Copyright (c) 2002-2023 EPFL
|
||||||
|
Copyright (c) 2011-2023 Lightbend, Inc.
|
||||||
|
|
||||||
|
---------------
|
||||||
|
|
||||||
pekko-remote contains CountMinSketch.java which contains code derived from MurmurHash3,
|
pekko-remote contains CountMinSketch.java which contains code derived from MurmurHash3,
|
||||||
written by Austin Appleby. He has placed his code in the public domain.
|
written by Austin Appleby. He has placed his code in the public domain.
|
||||||
The author has disclaimed copyright to that source code.
|
The author has disclaimed copyright to that source code.
|
||||||
|
|
|
||||||
13
NOTICE
13
NOTICE
|
|
@ -23,6 +23,19 @@ 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.
|
||||||
|
|
||||||
|
scala-collection-compat
|
||||||
|
Copyright (c) 2002-2023 EPFL
|
||||||
|
Copyright (c) 2011-2023 Lightbend, Inc.
|
||||||
|
|
||||||
|
Scala includes software developed at
|
||||||
|
LAMP/EPFL (https://lamp.epfl.ch/) and
|
||||||
|
Lightbend, Inc. (https://www.lightbend.com/).
|
||||||
|
|
||||||
|
---------------
|
||||||
|
|
||||||
pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license.
|
pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license.
|
||||||
|
|
||||||
stream-lib
|
stream-lib
|
||||||
|
|
|
||||||
|
|
@ -207,3 +207,10 @@ written by Austin Appleby. He has placed his code in the public domain.
|
||||||
The author has disclaimed copyright to that source code.
|
The author has disclaimed copyright to that source code.
|
||||||
MurmurHash.scala also contains changes made by the Scala-Lang team under an Apache 2.0 license.
|
MurmurHash.scala also contains changes made by the Scala-Lang team under an Apache 2.0 license.
|
||||||
Copyright (c) 2003-2011, LAMP/EPFL
|
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.
|
||||||
|
Copyright (c) 2002-2023 EPFL
|
||||||
|
Copyright (c) 2011-2023 Lightbend, Inc.
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,16 @@ Copyright (c) 2011-2023 Lightbend, Inc.
|
||||||
Scala includes software developed at
|
Scala includes software developed at
|
||||||
LAMP/EPFL (https://lamp.epfl.ch/) and
|
LAMP/EPFL (https://lamp.epfl.ch/) and
|
||||||
Lightbend, Inc. (https://www.lightbend.com/).
|
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.
|
||||||
|
|
||||||
|
scala-collection-compat
|
||||||
|
Copyright (c) 2002-2023 EPFL
|
||||||
|
Copyright (c) 2011-2023 Lightbend, Inc.
|
||||||
|
|
||||||
|
Scala includes software developed at
|
||||||
|
LAMP/EPFL (https://lamp.epfl.ch/) and
|
||||||
|
Lightbend, Inc. (https://www.lightbend.com/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue