When generating license information with cargo about for the encoding_rs dependency, with license (Apache-2.0 OR MIT) AND BSD-3-Clause, there is no trace of the MIT license.
To Reproduce
cargo new abouttest && cd abouttest
cargo add encoding_rs
cargo about init
add BSD-3-Clause to accepted licenses
cargo about generate about.hbs > output.html
Expected behavior
There should be an MIT license in the full text licenses in output.html, but there's only Apache and BSD.
It's only required to satisfy one side of an OR, and presumably you have Apache-2.0 before MIT in your allow list, thus it uses apache-2.0 and ignores MIT.
Describe the bug
When generating license information with cargo about for the
encoding_rs
dependency, with license(Apache-2.0 OR MIT) AND BSD-3-Clause
, there is no trace of the MIT license.To Reproduce
Expected behavior There should be an MIT license in the full text licenses in output.html, but there's only Apache and BSD.
Device: Version 0.6.4 of cargo about