adoroszlai opened a new pull request, #7120: URL: https://github.com/apache/ozone/pull/7120
## What changes were proposed in this pull request? Include Ozone's NOTICE.txt in jars instead of the one from Hadoop. This is achieved by creating a helper module to bundle the LICENSE.txt and NOTICE.txt files, and using it in all other modules. Also, bump year to current in NOTICE.txt https://issues.apache.org/jira/browse/HDDS-11365 ## How was this patch tested? ``` $ for f in hadoop-ozone/dist/target/ozone-1.5.0-SNAPSHOT/share/ozone/lib/{hdds,ozone}*jar; do unzip -p "$f" META-INF/NOTICE.txt | head -2 done | sort -u Apache Ozone Copyright 2024 The Apache Software Foundation ``` CI: https://github.com/adoroszlai/ozone/actions/runs/10560183800 -- 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]
