rustls / webpki-roots

CA certificates for use with webpki
Apache License 2.0
92 stars 47 forks source link

webpki-roots v0.26.4+ published with MPL-2.0 license but contains Apache-2.0 and MIT license texts #79

Closed decathorpe closed 2 months ago

decathorpe commented 2 months ago

The webpki-roots crate has an MPL-2.0 license but now ships Apache-2.0 and MIT license texts. It looks like this was unintentional? Please restore the MPL-2.0 license text and remove the LICENSE-APACHE and LICENSE-MIT symlinks from the webpki-roots workspace member.

It looks like this PR which added symlinks for license texts is the cause: https://github.com/rustls/webpki-roots/pull/75

cpu commented 2 months ago

:facepalm: Thank you for catching this. You're right, I messed this up in https://github.com/rustls/webpki-roots/pull/75/commits/6bcc0ec2bcfbf675b27ad8ec98524077883d2147. Fixing in #80

decathorpe commented 2 months ago

Thanks for the quick fix! 🚀