update license to note uuid comparator code (#420)
This commit is contained in:
parent
06467e87d3
commit
532b7173c1
4 changed files with 35 additions and 0 deletions
5
LICENSE
5
LICENSE
|
|
@ -230,6 +230,11 @@ Copyright 2014 The Netty Project
|
|||
|
||||
---------------
|
||||
|
||||
pekko-actor contains code from java-uuid-generator <https://github.com/cowtowncoder/java-uuid-generator>
|
||||
in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license.
|
||||
|
||||
---------------
|
||||
|
||||
pekko-cluster contains VectorClock.scala which is derived from code written
|
||||
by Coda Hale <https://github.com/codahale/vlock>.
|
||||
He has agreed to allow us to use this code under an Apache 2.0 license
|
||||
|
|
|
|||
12
NOTICE
12
NOTICE
|
|
@ -66,6 +66,18 @@ with the License. You may obtain a copy of the License at:
|
|||
|
||||
---------------
|
||||
|
||||
pekko-actor contains code from java-uuid-generator <https://github.com/cowtowncoder/java-uuid-generator>
|
||||
in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license.
|
||||
|
||||
Java UUID generator library has been written by Tatu Saloranta (tatu.saloranta@iki.fi)
|
||||
|
||||
Other developers who have contributed code are:
|
||||
|
||||
* Eric Bie contributed extensive unit test suite which has helped ensure high implementation
|
||||
quality
|
||||
|
||||
---------------
|
||||
|
||||
pekko-remote contains CountMinSketch.java which was developed under an Apache 2.0 license.
|
||||
|
||||
stream-lib
|
||||
|
|
|
|||
|
|
@ -227,3 +227,8 @@ Copyright (c) 2011-2023 Lightbend, Inc.
|
|||
pekko-actor contains code from Netty in `org.apache.pekko.io.dns.DnsSettings.scala`
|
||||
which was released under an Apache 2.0 license.
|
||||
Copyright 2014 The Netty Project
|
||||
|
||||
---------------
|
||||
|
||||
pekko-actor contains code from java-uuid-generator <https://github.com/cowtowncoder/java-uuid-generator>
|
||||
in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license.
|
||||
|
|
|
|||
|
|
@ -64,3 +64,16 @@ version 2.0 (the "License"); you may not use this file except in compliance
|
|||
with the License. You may obtain a copy of the License at:
|
||||
|
||||
https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
---------------
|
||||
|
||||
pekko-actor contains code from java-uuid-generator <https://github.com/cowtowncoder/java-uuid-generator>
|
||||
in `org.apache.pekko.util.UUIDComparator.scala` which was released under an Apache 2.0 license.
|
||||
|
||||
Java UUID generator library has been written by Tatu Saloranta (tatu.saloranta@iki.fi)
|
||||
|
||||
Other developers who have contributed code are:
|
||||
|
||||
* Eric Bie contributed extensive unit test suite which has helped ensure high implementation
|
||||
quality
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue