apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.19k stars 145 forks source link

acknowledge use of riak code in ORSet #432

Closed pjfanning closed 1 year ago

pjfanning commented 1 year ago

https://github.com/apache/incubator-pekko/blob/60279703a49d0a678de44b3cf14f4904eff9def3/distributed-data/src/main/scala/org/apache/pekko/cluster/ddata/ORSet.scala#L277-L283

May need to also check the INRIA hosted PDFs.

Need to look at license implications of https://github.com/basho/riak_dt/blob/develop/src/riak_dt_orswot.erl

mdedetrich commented 1 year ago

Need to look at license implications of https://github.com/basho/riak_dt/blob/develop/src/riak_dt_orswot.erl

Codebase is under Apache 2, see https://github.com/basho/riak_dt/blob/develop/LICENSE

May need to also check the INRIA hosted PDFs.

Not sure if its relevant, but we shouldn't be hosting PDF's (but referring to them via link is fine).

pjfanning commented 1 year ago

even if the code is ASL, we still probably update the Pekko LICENSE and NOTICE to mention the Riak code

pjfanning commented 1 year ago

435 and #440 merged