On Thu, Feb 20, 2020 at 10:18 AM Kurt Mosiejczuk <k...@cranky.work> wrote:
> You've got a number of crates tagged with "# LICENSE" > I'm guessing those are placeholders. > Thanks for pointing that out, I hadn't noticed them. Looks like the modcargo-gen-crates-licenses target just tagged them with # LICENSE as the three crates in question have non-standard licenses. fuscia's license appears to be a Google license similar to the BSD 3-Clause -- https://fuchsia.googlesource.com/fuchsia/+/master/LICENSE ring's license is based on BoringSSL's, and is ISC-like -- https://github.com/briansmith/ring/blob/master/LICENSE webpki's license is also ISC-like -- https://github.com/briansmith/webpki/blob/master/LICENSE Any recommendations on what the proper tags for these crates should be?