license/notice reqs for CountMinSketch.java (#229)

This commit is contained in:
PJ Fanning 2023-03-06 15:04:59 +01:00 committed by GitHub
parent 245c3b1dab
commit a1ee96633c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 289 additions and 1 deletions

View file

@ -210,6 +210,14 @@ Copyright (c) 2003-2011, LAMP/EPFL
---------------
pekko-remote contains CountMinSketch.java which contains code derived from MurmurHash3,
written by Austin Appleby. He has placed his code in the public domain.
The author has disclaimed copyright to that source code.
CountMinSketch.java also contains additional code developed under an Apache 2.0 license.
Copyright 2016 AddThis
---------------
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.
For license information see COPYING.protobuf