Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relicense under dual MIT/Apache-2.0 #141

Open
12 of 13 tasks
emberian opened this issue Jan 8, 2016 · 14 comments
Open
12 of 13 tasks

Relicense under dual MIT/Apache-2.0 #141

emberian opened this issue Jan 8, 2016 · 14 comments

Comments

@emberian
Copy link

emberian commented Jan 8, 2016

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:

## License

Licensed under either of
 * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.

and in your license headers, use the following boilerplate (based on that used in Rust):

// Copyright (c) 2015 t developers
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT
// license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
// at your option. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

And don't forget to update the license metadata in your Cargo.toml!

Contributor checkoff

@danburkert
Copy link
Contributor

Fine by me.

On Friday, January 8, 2016, cmr [email protected] wrote:

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:

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.

and in your license headers, use the following boilerplate (based on that
used in Rust):

// Copyright (c) 2015 t developers
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT
// license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
// at your option. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.

And don't forget to update the license metadata in your Cargo.toml!
Contributor checkoff


Reply to this email directly or view it on GitHub
#141.

@polyfractal
Copy link
Contributor

++ Fine with me as well.

@mystal
Copy link
Contributor

mystal commented Jan 8, 2016

👍 Works for me.

@drawlerr
Copy link
Contributor

drawlerr commented Jan 8, 2016

+1 LGTM.

On Fri, Jan 8, 2016 at 1:37 PM Gabriel Martinez [email protected]
wrote:

[image: 👍] Works for me.


Reply to this email directly or view it on GitHub
#141 (comment)
.

@blabaere
Copy link
Collaborator

blabaere commented Jan 8, 2016

OK with that.

@blabaere
Copy link
Collaborator

blabaere commented Jan 8, 2016

@cmr Is the LICENSE still required if the provided text is included in the README file ?
Is it OK to put that text in the LICENSE file instead of the README ?

@erickt
Copy link

erickt commented Jan 8, 2016

r+

@emberian
Copy link
Author

emberian commented Jan 8, 2016

@blabaere No, I think that's fine too.

@dcbishop
Copy link
Contributor

dcbishop commented Jan 8, 2016

Sure, go for it.

@Ryman
Copy link
Contributor

Ryman commented Jan 8, 2016

Fine with me :)

@GGist
Copy link
Contributor

GGist commented Jan 8, 2016

👍 Sounds good to me.

@bfops
Copy link
Contributor

bfops commented Jan 8, 2016

Sounds good!

@musitdev
Copy link
Contributor

Ok for me

@pwoolcoc
Copy link
Contributor

👍 sounds good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests