update pekko-cluster license (#272)

This commit is contained in:
PJ Fanning 2023-03-25 13:03:29 +01:00 committed by GitHub
parent 69b5045f9e
commit 198d0eb017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 222 additions and 0 deletions

View file

@ -223,6 +223,13 @@ Copyright 2014 The Netty Project
---------------
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
<https://github.com/apache/incubator-pekko/issues/232#issuecomment-1465281263>.
---------------
pekko-remote contains CountMinSketch.java which contains code derived from MurmurHash3,
written by Austin Appleby. He has placed his code in the public domain.
The author has disclaimed copyright to that source code.