amaechler commented on code in PR #18393: URL: https://github.com/apache/druid/pull/18393#discussion_r2271205439
########## licenses.yaml: ########## @@ -4892,10 +4892,11 @@ license_name: Apache License version 2.0 libraries: - org.apache.kafka: kafka-clients notices: - - kafka-clients: 'Apache Kafka Copyright 2019 The Apache Software Foundation. + - kafka-clients: | Review Comment: Switch to syntactically correct YAML. ########## licenses.yaml: ########## @@ -3887,9 +3887,9 @@ libraries: name: Reactive Streams license_category: binary module: java-core -license_name: Creative Commons CC0 +license_name: MIT-0 Review Comment: This project changed its license between 1.0.2 and 1.0.4. ########## .gitignore: ########## @@ -28,6 +28,7 @@ README .java-version integration-tests/gen-scripts/ **/bin/ +!licenses/bin/ Review Comment: Those licenses are in source control. -- 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]
