diff --git a/LICENSE b/LICENSE index 7b97470f5b..3a5f42c25f 100644 --- a/LICENSE +++ b/LICENSE @@ -230,6 +230,11 @@ Copyright 2014 The Netty Project --------------- +pekko-actor contains code from java-uuid-generator +in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license. + +--------------- + pekko-cluster contains VectorClock.scala which is derived from code written by Coda Hale . He has agreed to allow us to use this code under an Apache 2.0 license diff --git a/NOTICE b/NOTICE index 61c1427d50..a3150a8580 100644 --- a/NOTICE +++ b/NOTICE @@ -66,6 +66,18 @@ with the License. You may obtain a copy of the License at: --------------- +pekko-actor contains code from java-uuid-generator +in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license. + +Java UUID generator library has been written by Tatu Saloranta (tatu.saloranta@iki.fi) + +Other developers who have contributed code are: + +* Eric Bie contributed extensive unit test suite which has helped ensure high implementation + quality + +--------------- + pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license. stream-lib diff --git a/legal/pekko-actor-jar-license.txt b/legal/pekko-actor-jar-license.txt index 10843eac18..db1c398266 100644 --- a/legal/pekko-actor-jar-license.txt +++ b/legal/pekko-actor-jar-license.txt @@ -227,3 +227,8 @@ Copyright (c) 2011-2023 Lightbend, Inc. pekko-actor contains code from Netty in `org.apache.pekko.io.dns.DnsSettings.scala` which was released under an Apache 2.0 license. Copyright 2014 The Netty Project + +--------------- + +pekko-actor contains code from java-uuid-generator +in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license. diff --git a/legal/pekko-actor-jar-notice.txt b/legal/pekko-actor-jar-notice.txt index a6dc32cb01..e23484ee98 100644 --- a/legal/pekko-actor-jar-notice.txt +++ b/legal/pekko-actor-jar-notice.txt @@ -64,3 +64,16 @@ version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 + +--------------- + +pekko-actor contains code from java-uuid-generator +in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license. + +Java UUID generator library has been written by Tatu Saloranta (tatu.saloranta@iki.fi) + +Other developers who have contributed code are: + +* Eric Bie contributed extensive unit test suite which has helped ensure high implementation + quality +