sungwy opened a new pull request, #73: URL: https://github.com/apache/terraform-provider-iceberg/pull/73
There's two issues with the current LICENSE & NOTICE files: - NOTICE does not contain the [full standard ASF attribution required by the ASF legal policy](https://www.apache.org/legal/src-headers.html#notice) - We do not have a separate LICENSE and NOTICE that list the license and notices for the packaged binary code (see below) ### Binary LICENSE & NOTICE Our release process publishes 8 binaries, and in these binaries, we have modules that are statically linked that must be accounted for in the LICENSE and NOTICE files. References: - https://www.apache.org/legal/release-policy.html#distribute-other-artifacts - https://www.apache.org/legal/release-policy.html#licensing-documentation - https://www.apache.org/legal/release-policy.html#license-file This PR follows [apache/spark](https://github.com/apache/spark)'s model of listing out the license texts in a separate directory to keep the packaged `LICENSE` minimal, given that we have more than 50 licenses to list already. -- 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]
