extend ORSet licensing to copy in persistence-typed module (#440)
This commit is contained in:
parent
10a1b9bbdd
commit
eea42b8741
4 changed files with 220 additions and 2 deletions
7
LICENSE
7
LICENSE
|
|
@ -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.
|
||||
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue