quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

Clarify the license #30

Closed erickt closed 5 years ago

erickt commented 5 years ago

Before this PR, this phrasing appears to have been copied from the rust project, but it does not appear that any of your code is BSD licensed. Also, it is a little ambigious if there are portions that are notcovered by MIT/Apache.

This patch instead draws it's phrasing from futures-rs. Does this phrasing align more with what you intended?

Finally, if you do accept this PR, would it be possible to cut a new version so that the artifacts on crates.io don't include this ambiguous phrasing?

Thanks so much!

Closes #29

erickt commented 5 years ago

@quininer: I missed you are in the middle of 0.10-alpha. Do you expect to release that soon? If not, would it be alright if I backported this change to 0.9.0, so a crates.io 0.9.1 artifact could include this new wording?

Thanks!

quininer commented 5 years ago

Thank you, I have released version 0.9.1 for this.

erickt commented 5 years ago

Thanks @quininer for the fast turnaround!