marshallpierce / base64-serde

Integration between rust-base64 and serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using an SPDX-recognized license

GeorgeHahn opened this issue · comments

First off, thanks for the great piece of code!

I would like to use this crate in a repo with cargo-deny rules in place, but the tool will not accept non-SPDX licenses. I'm not too familiar with this license, but it sounds like it's pretty similar to Apache-2.0. Would it be possible to license this crate as Apache-2.0?

I'm happy to dual license if it makes the lawyers happy (sigh), but this license is less restrictive than Apache, so from a legal perspective you're already set if Apache 2 is good enough.

That would be fantastic - Apache 2 would make the tooling & legal sides of this much simpler. Thank you!

0.5.1 released with license = "Apache 2.0". LMK if that doesn't fix it.