acknowledge use of aeron code (#422)
This commit is contained in:
parent
7059abb64a
commit
60279703a4
2 changed files with 22 additions and 0 deletions
11
LICENSE
11
LICENSE
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue