Closed emberian closed 8 years ago
I'm okay with this.
I'm fine with this too.
I doubt my contributions count as copywritable, but I'm okay with the dual license.
On Sun, Jan 10, 2016 at 12:46 AM, Antti Keränen notifications@github.com wrote:
I'm fine with this too.
— Reply to this email directly or view it on GitHub https://github.com/Detegr/rust-ctrlc/issues/5#issuecomment-170327287.
Why?
The MIT license requires reproducing countless copies of the same copyright header with different names in the copyright field, for every MIT library in use. The Apache license does not have this drawback, and has protections from patent trolls and an explicit contribution licensing clause. However, the Apache license is incompatible with GPLv2. This is why Rust is dual-licensed as MIT/Apache (the "primary" license being Apache, MIT only for GPLv2 compat), and doing so would be wise for this project. This also makes this crate suitable for inclusion in the Rust standard distribution and other project using dual MIT/Apache.
How?
To do this, get explicit approval from each contributor of copyrightable work (as not all contributions qualify for copyright) and then add the following to your README:
and in your license headers, use the following boilerplate (based on that used in Rust):
And don't forget to update the
license
metadata in yourCargo.toml
!Contributor checkoff