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
12 changes: 12 additions & 0 deletions shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
hk2-locator 3.0.6: https://mvnrepository.com/artifact/org.glassfish.hk2/hk2-locator, EPL 2.0/GPL
aopalliance-repackaged 3.0.6: https://mvnrepository.com/artifact/org.glassfish.hk2.external/aopalliance-repackaged, EPL 2.0/GPL
jakarta.ws.rs-api 3.1.0: https://mvnrepository.com/artifact/jakarta.ws.rs/jakarta.ws.rs-api EPL 2.0/GPL 2.0
jakarta.mail-api 2.1.3: https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api, EPL 2.0

========================================================================
MIT licenses
Expand All @@ -580,6 +581,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
checker-qual 3.33.0: https://checkerframework.org/, MIT
jopt-simple 5.0.4: https://github.com/jopt-simple/jopt-simple, MIT
oshi-core 6.7.0: https://github.com/oshi/oshi, MIT
oshi-core 6.10.0: https://github.com/oshi/oshi, MIT
Comment on lines 583 to +584

========================================================================
MPL licenses
Expand Down Expand Up @@ -741,3 +743,13 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
jakarta.xml.bind-api 4.0.2: https://mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api, EDL 1.0
jakarta.mail 1.6.7: https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail, EDL 1.0
angus-activation 2.0.2: https://mvnrepository.com/artifact/org.eclipse.angus/angus-activation, EDL 1.0


========================================================================
LGPL licenses
========================================================================

The following components are provided under a LGPL license. See project link for details.

jna 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna, LGPL-2.1-or-later
jna-platform 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform, LGPL-2.1-or-later
Comment on lines +754 to +755
13 changes: 13 additions & 0 deletions shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ The text of each license is the standard Apache 2.0 license.
spring-ai-openai 1.1.2: https://github.com/spring-projects/spring-ai, Apache 2.0
spring-ai-retry 1.1.2: https://github.com/spring-projects/spring-ai, Apache 2.0
spring-ai-template-st 1.1.2: https://github.com/spring-projects/spring-ai, Apache 2.0
fastjson 1.2.76: https://github.com/alibaba/fastjson, Apache 2
error_prone_annotations 2.5.1: http://www.apache.org/licenses/LICENSE-2.0.txt, Apache 2.0
Comment on lines +656 to +657

========================================================================
BSD licenses
Expand Down Expand Up @@ -775,6 +777,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
mcp-json 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT
mcp-json-jackson2 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT
mcp-spring-webflux 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT
oshi-core 6.10.0: https://github.com/oshi/oshi, MIT

========================================================================
MPL licenses
Expand Down Expand Up @@ -826,3 +829,13 @@ The following components are provided under the XPP License. See project link fo
The text of each license is also included at licenses/LICENSE-[project].txt.

mxparser 1.2.2: https://github.com/x-stream/mxparser, XPP


========================================================================
LGPL licenses
========================================================================

The following components are provided under a LGPL license. See project link for details.

jna 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna, LGPL-2.1-or-later
jna-platform 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform, LGPL-2.1-or-later
Comment on lines +840 to +841
Loading