CalvinKirs opened a new issue, #549: URL: https://github.com/apache/arrow-java/issues/549
### Describe the bug, including details regarding any error messages, version, and platform. Currently, we have incorrect handling of third-party code copyright and NOTICE information, which violates the requirements of the Apache License 2.0 (AL2): ### Incorrect LICENSE Headers - The referenced third-party code, such as portions from Netty, does not retain the original LICENSE headers. - This leads to a lack of proper attribution, as the copyright for these code portions remains with the original authors. ### Incomplete NOTICE File - The project's NOTICE file does not include the required NOTICE information from third-party libraries like Netty. - Libraries like Guava, which do not provide a NOTICE file, are currently irrelevant to this issue. -- 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]
