jbonofre opened a new pull request, #12127: URL: https://github.com/apache/iceberg/pull/12127
Our distributed jar artifacts use the `LICENSE` and `NOTICE` from the root directory. These `LICENSE` and `NOTICE` files are valid for source distribution, but it's not correct for the distributed jar files. For instance, the `LICENSE` file in the jar files currently mention `gradlew`, etc which is not correct 😄 This PR add: * a `licenses` folder with "clean default" `LICENSE` and `NOTICE` files for jar file * it updates `deploy.gradle` to use `licenses/LICENSE` and `licenses/NOTICE` in the `*jar` tasks NB: the "bundle" or "runtime" jar files are not impacted because they define their own `LICENSE` and `NOTICE`. @Fokko @amogh-jahagirdar @rdblue thoughts ? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org