Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Guides load on demand, so the general passes here stay short.
| Python-Java bridge | cross-language parity, type mapping across Pemja | [review-guides/python-java-bridge.md](review-guides/python-java-bridge.md) |
| `api/` contract | API shape, compatibility policy, deprecation | planned |
| `dist` and dependency | shading, LICENSE and NOTICE, dist registration | planned |
| docs-only | facts match their source of truth | planned |
| docs-only | facts match their source of truth | [review-guides/docs-only.md](review-guides/docs-only.md) |

## Required Review Passes

Expand Down
23 changes: 23 additions & 0 deletions dist/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ This project bundles the following dependencies under the Apache Software Licens
- io.netty:netty-transport-native-kqueue:osx-x86_64:4.1.118.Final
- io.netty:netty-transport-classes-kqueue:4.1.118.Final
- io.netty:netty-tcnative-boringssl-static:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.70.Final
- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.70.Final
- io.netty:netty-tcnative-classes:2.0.70.Final
- io.projectreactor.netty:reactor-netty-http:1.0.48
- io.netty:netty-resolver-dns:4.1.112.Final
Expand Down Expand Up @@ -144,6 +149,14 @@ This project bundles the following dependencies under the Apache Software Licens
- software.amazon.eventstream:eventstream:1.0.1
- net.java.dev.jna:jna:5.13.0
- net.java.dev.jna:jna-platform:5.6.0
- com.google.genai:google-genai:1.56.0
- com.google.auto.value:auto-value-annotations:1.11.0
- com.google.http-client:google-http-client:1.46.2
- com.google.http-client:google-http-client-gson:1.46.2
- io.grpc:grpc-api:1.70.0
- io.grpc:grpc-context:1.70.0
- io.opencensus:opencensus-api:0.31.1
- io.opencensus:opencensus-contrib-http-util:0.31.1

This project bundles the following dependencies under the MIT license.
See bundled license files for details.
Expand Down Expand Up @@ -174,6 +187,7 @@ See bundled license files for details.
- io.github.bonede:tree-sitter:0.25.3
- io.github.bonede:tree-sitter-bash:0.23.3
- org.codehaus.mojo:animal-sniffer-annotations:1.23
- org.java-websocket:Java-WebSocket:1.6.0

This project bundles the following dependencies under the BSD 2-Clause license.
See bundled license files for details.
Expand All @@ -188,6 +202,9 @@ See bundled license files for details.
- org.antlr:antlr4-runtime:4.13.2
- org.ow2.asm:asm:9.3
- org.threeten:threeten-extra:1.8.0
- com.google.api:api-common:2.45.0
- com.google.auth:google-auth-library-credentials:1.33.0
- com.google.auth:google-auth-library-oauth2-http:1.33.0

This project bundles the following dependencies under the EPL2 license.
See bundled license files for details.
Expand All @@ -199,3 +216,9 @@ See bundled license files for details.
- org.junit.jupiter:junit-jupiter-engine:5.10.1
- org.junit.platform:junit-platform-commons:1.10.1
- org.junit.platform:junit-platform-engine:1.10.1

This project bundles the following dependencies under the CDDL 1.1 license, or alternatively
under the GNU General Public License version 2 with the Classpath Exception.
See bundled license files for details.

- javax.annotation:javax.annotation-api:1.3.2
27 changes: 27 additions & 0 deletions dist/src/main/resources/META-INF/licenses/LICENSE.api-common
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright 2016 Google LLC

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Copyright 2014, Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.

* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

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.
22 changes: 22 additions & 0 deletions dist/src/main/resources/META-INF/licenses/LICENSE.java-websocket
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2010-2020 Nathan Rajlich

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:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

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.
Loading
Loading