better acknowledge code derived from scala-library (#436)

This commit is contained in:
PJ Fanning 2023-06-21 12:18:49 +01:00 committed by GitHub
parent bd1af56fce
commit 0a3a2431bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 8 deletions

11
LICENSE
View file

@ -212,6 +212,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 released under an Apache 2.0 license.
- actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
Scala (https://www.scala-lang.org)
@ -220,9 +221,13 @@ Copyright EPFL and Lightbend, Inc.
---------------
pekko-actor contains code from scala-library in the `org.apache.pekko.util.ccompat` package
which has released under an Apache 2.0 license.
Copyright (c) 2002-2023 EPFL
Copyright (c) 2011-2023 Lightbend, Inc.
and in `org.apache.pekko.util.Helpers.scala` which was released under an Apache 2.0 license.
- actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
- actor/src/main/scala/org/apache/pekko/util/Helpers.scala
Scala (https://www.scala-lang.org)
Copyright EPFL and Lightbend, Inc.
---------------