You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was personally a little confused recently when I discovered the isatty crate as we'd previously been using this crate for things like rustc and Cargo. Upon opening an issue seeking clarification it seems like the main difference is licensing. Would you be open to relicensing with Rust's same dual license? We may then be able to hopefully consolidate crates!
The text was updated successfully, but these errors were encountered:
Before I do this would you be able to walk me though concrete benefits and drawbacks of doing this? I made a pit stop at a few crates I use often that were also asked to do this and one ended up sticking with MIT hyperium/hyper#1277 and one ended up going dual but dual MIT or UNLICENSE BurntSushi/chan#4.
I'm not opposed to changing the licensing but I'd like to understand the implications before I do. I typically default to MIT because its the only license I've every understood!
Ah to be honest I'm not actually sure! We've historically been pretty liberal with anything MIT/etc licensed (whether or not it's dual with Apache-2.0). I personally use MIT/Apache-2.0 to be the same as the Rust project itself, but I don't have a ton of opinions about licenses myself.
In that sense this was mostly opened because that's what it sounded like should happen, although I'm not actually sure if it really needs to happen.
I was personally a little confused recently when I discovered the
isatty
crate as we'd previously been using this crate for things like rustc and Cargo. Upon opening an issue seeking clarification it seems like the main difference is licensing. Would you be open to relicensing with Rust's same dual license? We may then be able to hopefully consolidate crates!The text was updated successfully, but these errors were encountered: