snazy commented on code in PR #4385: URL: https://github.com/apache/polaris/pull/4385#discussion_r3203479434
########## runtime/server/distribution/LICENSE: ########## @@ -2181,13 +2181,84 @@ This product bundles GraalVM libraries. * Maven group:artifact IDs: org.graalvm.sdk:jniutils * Maven group:artifact IDs: org.graalvm.sdk:nativeimage * Maven group:artifact IDs: org.graalvm.sdk:word -* Maven group:artifact IDs: org.graalvm.shadowed:icu4j * Maven group:artifact IDs: org.graalvm.shadowed:xz * Maven group:artifact IDs: org.graalvm.truffle:truffle-api * Maven group:artifact IDs: org.graalvm.truffle:truffle-compiler * Maven group:artifact IDs: org.graalvm.truffle:truffle-runtime Home page: https://github.com/oracle/graal/ -License: The GNU General Public License (GPL) - https://github.com/oracle/graal/blob/master/LICENSE +License: Universal Permissive License (UPL) 1.0 - https://github.com/oracle/graal/blob/master/LICENSE + +-------------------------------------------------------------------------------- + +This product bundles GraalVM shadowed ICU4J. + +* Maven group:artifact IDs: org.graalvm.shadowed:icu4j + +Home page: https://unicode-org.github.io/icu/userguide/icu4j/ +License: Unicode/ICU License +| UNICODE LICENSE V3 +| +| COPYRIGHT AND PERMISSION NOTICE +| +| Copyright © 2016-2025 Unicode, Inc. +| +| NOTICE TO USER: Carefully read the following legal agreement. BY +| DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +| SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +| TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT +| DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. +| +| Permission is hereby granted, free of charge, to any person obtaining a +| copy of data files and any associated documentation (the "Data Files") or +| software and any associated documentation (the "Software") to deal in the +| Data Files or Software without restriction, including without limitation +| the rights to use, copy, modify, merge, publish, distribute, and/or sell +| copies of the Data Files or Software, and to permit persons to whom the +| Data Files or Software are furnished to do so, provided that either (a) +| this copyright and permission notice appear with all copies of the Data +| Files or Software, or (b) this copyright and permission notice appear in +| associated Documentation. +| +| THE DATA FILES AND SOFTWARE ARE 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 OF +| THIRD PARTY RIGHTS. +| +| IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE +| BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +| OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +| WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +| ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA +| FILES OR SOFTWARE. +| +| Except as contained in this notice, the name of a copyright holder shall +| not be used in advertising or otherwise to promote the sale, use or other +| dealings in these Data Files or Software without prior written +| authorization of the copyright holder. +| +| SPDX-License-Identifier: Unicode-3.0 + +-------------------------------------------------------------------------------- + +This product bundles XZ for Java shaded by GraalVM. + +* Maven group:artifact IDs: org.graalvm.shadowed:xz + +Home page: https://tukaani.org/xz/java.html +License: BSD 0-Claude Review Comment: ```suggestion License: BSD 0-Claude Note: GraalVM licensing documentation identifies this shaded code as XZ for Java 1.10, which is in XZ for Java's 0BSD-licensed release line. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
