Task Summary
The repo's `DISCLAIMER` (and verbatim copy at `bin/single-node/DISCLAIMER`) carries a second paragraph (lines 10–14) that is not part of the canonical ASF Incubator disclaimer template:
If you are planning to incorporate this work into your product/project, please be aware that you will need to conduct a thorough licensing review to determine the overall implications of including this work. For the current status of this project through the Apache Incubator, visit: https://incubator.apache.org/projects/texera.html
The standard template (per ASF Incubator policy) is just the first paragraph. The earlier disclaimer/licensing cleanup in 47bb2e4 / #4288 (and follow-ups #4555) didn't trim this section.
Trim both `DISCLAIMER` and `bin/single-node/DISCLAIMER` down to the canonical 8-line paragraph. The trimmed file then flows automatically into all JAR `META-INF/` entries and all Docker images via the existing sbt + Dockerfile copy steps.
Task Type
Task Summary
The repo's `DISCLAIMER` (and verbatim copy at `bin/single-node/DISCLAIMER`) carries a second paragraph (lines 10–14) that is not part of the canonical ASF Incubator disclaimer template:
The standard template (per ASF Incubator policy) is just the first paragraph. The earlier disclaimer/licensing cleanup in 47bb2e4 / #4288 (and follow-ups #4555) didn't trim this section.
Trim both `DISCLAIMER` and `bin/single-node/DISCLAIMER` down to the canonical 8-line paragraph. The trimmed file then flows automatically into all JAR `META-INF/` entries and all Docker images via the existing sbt + Dockerfile copy steps.
Task Type