kezhenxu94 commented on issue #13950: URL: https://github.com/apache/skywalking/issues/13950#issuecomment-5176933463
@abnobdoss please take a look at the `--summary` and `--output` flags (`dependency` command), https://github.com/apache/skywalking-eyes#summary-template, it allows you to generate a LICENSE (or NOTICE) based on a template file, for your use case, I would do this: - create a LICENSE.tpl and NOTICE.tpl in the root folder, shared by all crates; - build a matrix from the crates, like listing the folders under `iceberg-rust/crates` or any other ways that you can list the crates including future new crates; - for each crate, generate the LICENSE/NOTICE with `--summary LICENSE.tpl` and `--output <crate-root-folder>`, similar for the NOTICE file you can integrate this into your Makefile or add it to your automation workflow if you do release in a automated workflow; -- 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]
