update license to note uuid comparator code (#420)

This commit is contained in:
PJ Fanning 2023-06-19 17:51:24 +01:00 committed by GitHub
parent 06467e87d3
commit 532b7173c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 0 deletions

View file

@ -230,6 +230,11 @@ Copyright 2014 The Netty Project
---------------
pekko-actor contains code from java-uuid-generator <https://github.com/cowtowncoder/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 <https://github.com/codahale/vlock>.
He has agreed to allow us to use this code under an Apache 2.0 license