extend ORSet licensing to copy in persistence-typed module (#440)

This commit is contained in:
PJ Fanning 2023-06-21 12:20:54 +01:00 committed by GitHub
parent 10a1b9bbdd
commit eea42b8741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 220 additions and 2 deletions

View file

@ -318,9 +318,12 @@ 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>.
pekko-distributed-data and pekko-persistence-typed contain `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.
- distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/ORSet.scala
- persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/crdt/ORSet.scala
Copyright (c) 2007-2013 Basho Technologies, Inc. All Rights Reserved.
---------------