dapplion / rs-car

Rust implementation of the CAR specifications, both CARv1 and CARv2
https://crates.io/crates/rs-car
MIT License
4 stars 3 forks source link

Missing LICENSE.md #11

Closed oestradiol closed 2 weeks ago

oestradiol commented 2 months ago

Hello! Thanks for making this project. It's been really useful, especially to deal with the CAR files used in the ATProtocol Repositories. I really appreciate it.

Now, I wanted to ask something. I noticed that this crate was put under either APACHE 2.0 or MIT Licenses on crates.io, but noticed the licensing files are not included here on this repo.

On my project, I'm working with a different version of the IPLD crate (ipld-core) that relies on serde more, rather than the version used here, libipld. Because of that, I wanted to rewrite an alternative version of this code using ipld-core instead, so that it would fit my needs better. I was initially planning on uploading it to crates.io as a separate crate, but I might as well make a Pull Request if you prefer.

I wanted to know if that would be OK, and if you choose the former rather than the latter, I kindly request you to include the LICENSE file here so that I am allowed to do it.

Thanks, - Elaina

oestradiol commented 3 weeks ago

Hello @dapplion. Sorry to bother. Any updates on this?

I'm not sure if the crate is still being maintained, but if not, please let me know. Thanks!

dapplion commented 3 weeks ago

Hey @oestradiol thanks for the ping. I'll be happy to review a PR of yours. Will add the license file, thanks for noting that.

ascpixi commented 2 weeks ago

This probably can be closed now that #12 has been merged.