acknowledge use of aeron code (#422)

This commit is contained in:
PJ Fanning 2023-06-19 22:20:17 +01:00 committed by GitHub
parent 7059abb64a
commit 60279703a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

11
LICENSE
View file

@ -250,6 +250,17 @@ Copyright 2016 AddThis
--------------- ---------------
pekko-remote contains code from Aeron <https://github.com/real-logic/aeron>.
./remote/src/test/java/org/apache/pekko/remote/artery/aeron/AeronStat.java
./remote/src/test/java/org/apache/pekko/remote/artery/RateReporter.java
./remote/src/main/java/org/apache/pekko/remote/artery/aeron/AeronErrorLog.java
This code was released under an Apache 2.0 license.
Copyright 2014 - 2016 Real Logic Ltd.
---------------
pekko-protobuf contains the sources of Google protobuf 2.5.0 runtime support, pekko-protobuf contains the sources of Google protobuf 2.5.0 runtime support,
moved into the source package `org.apache.pekko.protobuf` so as to avoid version conflicts. moved into the source package `org.apache.pekko.protobuf` so as to avoid version conflicts.
For license information see COPYING.protobuf For license information see COPYING.protobuf

View file

@ -207,3 +207,14 @@ written by Austin Appleby. He has placed his code in the public domain.
The author has disclaimed copyright to that source code. The author has disclaimed copyright to that source code.
CountMinSketch.java also contains additional code developed under an Apache 2.0 license. CountMinSketch.java also contains additional code developed under an Apache 2.0 license.
Copyright 2016 AddThis Copyright 2016 AddThis
---------------
pekko-remote contains code from Aeron <https://github.com/real-logic/aeron>.
./remote/src/test/java/org/apache/pekko/remote/artery/aeron/AeronStat.java
./remote/src/test/java/org/apache/pekko/remote/artery/RateReporter.java
./remote/src/main/java/org/apache/pekko/remote/artery/aeron/AeronErrorLog.java
This code was released under an Apache 2.0 license.
Copyright 2014 - 2016 Real Logic Ltd.