rdblue commented on code in PR #16181: URL: https://github.com/apache/iceberg/pull/16181#discussion_r3191478708
########## azure-bundle/LICENSE: ########## @@ -301,6 +431,11 @@ This product bundles JNA. Project URL: https://github.com/java-native-access/jna License: Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 +| Java Native Access (JNA) is dual-licensed under the Apache License, Version 2.0 +| (from JNA 4.0 onward) or the LGPL, version 2.1 or later. This product +| redistributes JNA under the terms of the Apache License, Version 2.0. +| The shaded JAR retains JNA's upstream META-INF/LGPL2.1 and META-INF/AL2.0 +| copies of both license texts as published by the JNA project. Review Comment: I don't think this is necessary. We already note that it is included under the ALv2. We don't have to document that it could also be licensed under an alternative that we don't use. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
