acknowledge Basho license on ORSet code (#435)

This commit is contained in:
PJ Fanning 2023-06-21 09:30:25 +01:00 committed by GitHub
parent 1a50e76fc3
commit 64fe0c13d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 240 additions and 0 deletions

View file

@ -251,6 +251,13 @@ He has agreed to allow us to use this code under an Apache 2.0 license
---------------
pekko-distributed-data contains `org.apache.pekko.cluster.ddata.ORSet.scala` which is derived from code
written for the Riak DT project <https://github.com/basho/riak_dt/blob/develop/src/riak_dt_orswot.erl>.
This code is licensed under an Apache 2.0 license.
Copyright (c) 2007-2013 Basho Technologies, Inc. All Rights Reserved.
---------------
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.