bobbai00 opened a new pull request, #4288: URL: https://github.com/apache/texera/pull/4288
### What changes were proposed in this PR? - Renamed `DISCLAIMER` to `DISCLAIMER-WIP` using the ASF-required template from the [incubation policy](https://incubator.apache.org/policy/incubation.html#disclaimers), listing the incomplete dependency license audit as a known issue. - Added `LICENSE`, `NOTICE`, and `DISCLAIMER-WIP` to every Texera JAR's `META-INF/` directory via an sbt `resourceGenerators` task that dynamically copies them from the repo root at build time. - Added `COPY` instructions in all 8 Dockerfiles to include `LICENSE`, `NOTICE`, and `DISCLAIMER-WIP` at `/texera/` in every Docker image. ### Any related issues, documentation, discussions? Addresses #4131 See: - https://incubator.apache.org/policy/incubation.html#disclaimers - https://www.apache.org/legal/resolved.html ### How was this PR tested? - Verified `DISCLAIMER-WIP` content follows the ASF incubation policy template. - Verified sbt `resourceGenerators` setting compiles and is applied to all 11 subprojects. - Dockerfile changes are mechanical `COPY` additions; verified syntax by inspection. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.6) -- 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]
