Skip to content

Commit 4f5a2d7

Browse files
committed
add/update License and Notice files
1 parent e615b4e commit 4f5a2d7

File tree

13 files changed

+657
-3
lines changed

13 files changed

+657
-3
lines changed

.licenserc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ header:
2929
- '**/*.pem'
3030
- '**/MANIFEST.MF'
3131
- '**/*.md'
32+
- 'licenses/*.txt'
3233
- 'DISCLAIMER'
3334
- 'LICENSE'
35+
- 'LICENSE-Binary'
3436
- 'NOTICE'
37+
- 'NOTICE-Binary'
3538

3639
comment: on-failure
3740

LICENSE

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
https://www.apache.org/licenses/
@@ -199,4 +198,51 @@
199198
distributed under the License is distributed on an "AS IS" BASIS,
200199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201200
See the License for the specific language governing permissions and
202-
limitations under the License.
201+
limitations under the License.
202+
203+
-------------------------------------------------------------------------------
204+
Third-party dependencies and their licenses:
205+
206+
Apache License, Version 2.0
207+
- org.awaitility:awaitility [Test Only]
208+
- com.fasterxml.jackson.core:jackson-databind
209+
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
210+
- com.github.ben-manes.caffeine:caffeine
211+
- com.google.guava:guava
212+
- com.google.inject:guice
213+
- commons-cli:commons-cli
214+
- io.grpc:grpc-core
215+
- io.grpc:grpc-grpclb
216+
- io.grpc:grpc-inprocess
217+
- io.grpc:grpc-netty
218+
- io.grpc:grpc-protobuf
219+
- io.grpc:grpc-stub
220+
- io.micrometer:micrometer-core
221+
- io.micrometer:micrometer-registry-prometheus
222+
- io.netty:netty-all
223+
- io.reactivex.rxjava3:rxjava
224+
- io.swagger.core.v3:swagger-core-jakarta
225+
- io.swagger.core.v3:swagger-jaxrs2-jakarta
226+
- org.pf4j:pf4j
227+
- org.reflections:reflections (Apache License 2.0 / WTFPL)
228+
- org.rocksdb:rocksdbjni (Apache License 2.0 / GPLv2)
229+
- org.testng:testng [Test Only]
230+
231+
BSD-3-Clause
232+
- com.google.protobuf:protobuf-java
233+
- com.google.protobuf:protobuf-java-util
234+
235+
EPL-2.0 / GPL-2.0-with-classpath-exception
236+
- jakarta.ws.rs:jakarta.ws.rs-api
237+
- org.eclipse.paho:org.eclipse.paho.client.mqttv3 [Test Only]
238+
- org.eclipse.paho:org.eclipse.paho.mqttv5.client [Test Only]
239+
240+
GPL-2.0-with-classpath-exception
241+
- org.openjdk.jmh:jmh-core [Test Only]
242+
- org.openjdk.jmh:jmh-generator-annprocess [Test Only]
243+
244+
MIT License
245+
- org.mockito:mockito-core [Test Only]
246+
- org.pcollections:pcollections
247+
- org.slf4j:slf4j-api
248+

LICENSE-Binary

Lines changed: 325 additions & 0 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@ Apache BifroMQ (Incubating)
22
Copyright 2025 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (http://www.apache.org/).
6+
7+
Third-party components incorporated in this project:
8+
9+
- RocksDB JNI (org.rocksdb:rocksdbjni)
10+
Licensed under Apache License 2.0 / GPLv2.
11+
See LICENSE file for full license texts.
12+
13+
- Reflections (org.reflections:reflections)
14+
Licensed under Apache License 2.0 / WTFPL.
15+
See LICENSE file for full license texts.
16+
17+
- Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api)
18+
Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
19+
See LICENSE file for full license texts.
20+
21+
- Eclipse Paho MQTT Client (org.eclipse.paho.*)
22+
Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
23+
See LICENSE file for full license texts.
24+
25+
- OpenJDK JMH (org.openjdk.jmh.*)
26+
Licensed under GPL-2.0-with-classpath-exception.
27+
See LICENSE file for full license texts.

NOTICE-Binary

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Apache BifroMQ (Incubating)
2+
Copyright 2025 The Apache Software Foundation
3+
4+
This product includes software developed at
5+
The Apache Software Foundation (http://www.apache.org/).
6+
7+
This project's binary output bundles third-party components:
8+
9+
- RocksDB JNI (org.rocksdb:rocksdbjni:9.7.3)
10+
Licensed under Apache License 2.0 / GPLv2.
11+
See LICENSE file for full license texts.
12+
13+
- Reflections (org.reflections:reflections:0.10.2)
14+
Licensed under Apache License 2.0 / WTFPL.
15+
See LICENSE file for full license texts.
16+
17+
- Javassist (org.javassist:javassist:3.28.0-GA)
18+
Licensed under Apache License 2.0 / LGPL 2.1 / MPL 1.1.
19+
See LICENSE file for full license texts.
20+
21+
- Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api:4.0.0)
22+
Licensed under EPL-2.0 / GPL-2.0-with-classpath-exception.
23+
See LICENSE file for full license texts.
24+
25+
- Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:3.0.1)
26+
Licensed under Eclipse Distribution License v1.0.
27+
See LICENSE file for full license texts.
28+
29+
- Bouncy Castle Libraries (org.bouncycastle:*)
30+
Licensed under Bouncy Castle Licence.
31+
See LICENSE file for full license texts.
32+
33+
- Other third-party components are included under licenses detailed in the LICENSE file.

base-cluster/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
<artifactId>slf4j-api</artifactId>
7575
</dependency>
7676
<!-- for testing-->
77+
<dependency>
78+
<groupId>io.netty</groupId>
79+
<artifactId>netty-tcnative-boringssl-static</artifactId>
80+
<scope>test</scope>
81+
</dependency>
7782
<dependency>
7883
<groupId>org.mockito</groupId>
7984
<artifactId>mockito-core</artifactId>

licenses/bouncy-castle-license.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2000 - 2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

licenses/bsd-2-clause.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
The code in this repository code was Written by Gil Tene, Michael Barker,
2+
and Matt Warren, and released to the public domain, as explained at
3+
http://creativecommons.org/publicdomain/zero/1.0/
4+
5+
For users of this code who wish to consume it under the "BSD" license
6+
rather than under the public domain or CC0 contribution text mentioned
7+
above, the code found under this directory is *also* provided under the
8+
following license (commonly referred to as the BSD 2-Clause License). This
9+
license does not detract from the above stated release of the code into
10+
the public domain, and simply represents an additional license granted by
11+
the Author.
12+
13+
-----------------------------------------------------------------------------
14+
** Beginning of "BSD 2-Clause License" text. **
15+
16+
Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene
17+
Copyright (c) 2014 Michael Barker
18+
Copyright (c) 2014 Matt Warren
19+
All rights reserved.
20+
21+
Redistribution and use in source and binary forms, with or without
22+
modification, are permitted provided that the following conditions are met:
23+
24+
1. Redistributions of source code must retain the above copyright notice,
25+
this list of conditions and the following disclaimer.
26+
27+
2. Redistributions in binary form must reproduce the above copyright notice,
28+
this list of conditions and the following disclaimer in the documentation
29+
and/or other materials provided with the distribution.
30+
31+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
35+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
37+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
38+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
41+
THE POSSIBILITY OF SUCH DAMAGE.

licenses/bsd-3-clause.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Copyright (c) 2002-2018, the original author or authors.
2+
All rights reserved.
3+
4+
https://opensource.org/licenses/BSD-3-Clause
5+
6+
Redistribution and use in source and binary forms, with or
7+
without modification, are permitted provided that the following
8+
conditions are met:
9+
10+
Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
13+
Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer
15+
in the documentation and/or other materials provided with
16+
the distribution.
17+
18+
Neither the name of JLine nor the names of its contributors
19+
may be used to endorse or promote products derived from this
20+
software without specific prior written permission.
21+
22+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
24+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
25+
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
26+
EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
27+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
28+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
29+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
31+
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
33+
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34+
OF THE POSSIBILITY OF SUCH DAMAGE.

licenses/edl-1.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Eclipse Distribution License - v 1.0
2+
3+
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.
4+
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
10+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
11+
* Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12+
13+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)