Kriskras99 commented on PR #266: URL: https://github.com/apache/avro-rs/pull/266#issuecomment-3182335937
Just tested it, it does include the license file. But clippy doesn't like the fact there's both a `license` and `license-file` field: ``` warning: /home/kriskras99/Source/avro-rs/avro/Cargo.toml: only one of `license` or `license-file` is necessary `license` should be used if the package license can be expressed with a standard SPDX expression. `license-file` should be used if the package uses a non-standard license. See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. ``` So is it even necessary to include the `LICENSE` file? The license is specified in the `Cargo.toml`. -- 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]
