add license information for Caffeine code used in FrequencySketch (#446)

* add license information for Caffeine code used in FrequencySketch

* fix grammar issue
This commit is contained in:
PJ Fanning 2023-06-23 09:36:08 +01:00 committed by GitHub
parent ae84471e4d
commit 2f8ef56626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View file

@ -308,3 +308,9 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
---------------
pekko-actor contains code in `org.apache.pekko.util.FrequencySketch.scala` which was based on code from
Caffeine <https://github.com/ben-manes/caffeine> which was developed under the Apache 2.0 license.
Copyright 2015 Ben Manes. All Rights Reserved.