esp-rs / esp-rust-board

Open Hardware with ESP32-C3 compatible with Feather specification designed in KiCad
https://esp-rs.github.io/esp-rust-board/
Other
497 stars 39 forks source link

License #5

Closed 0Grit closed 2 years ago

0Grit commented 2 years ago

Is there a license with which to use this work?

pedrominatel commented 2 years ago

We need to define the license and create the file.

@jessebraham and @MabezDev can you help on this issue?

MabezDev commented 2 years ago

Most of our Rust projects are dual licensed MIT or Apache, would that be suitable for this project too?

0Grit commented 2 years ago

@ChrisGammell

jessebraham commented 2 years ago

Dual-licensing MIT or Apache-2.0 is my usual go-to as far as software goes.

For the hardware side of things, I'm not sure if something else is more applicable or not. I often see Creative Commons, the CERN Open Hardware License, or the TAPR Open Hardware License as well.

With that said, my understanding is that we can also just license the hardware under MIT or Apache-2.0 as well, so for simplicity's sake that is probably the best choice, IMO.

0Grit commented 2 years ago

@beriberikix

beriberikix commented 2 years ago

IANAL :) I usually point people to https://choosealicense.com/.

My personal choice is usually Apache 2 for software for the broadest adoption and only alternative licenses like MIT, BSD-3 or GPL(x) if there is dependency on existing licenced code. Dual-licencing sometimes requires adopters to bring in lawyers, but not always.

For all other assets (except hardware) I recommend cc-by-sa-4.0 and for hardware CERN OHL.

pedrominatel commented 2 years ago

Hi everybody,

If no objections about the license, we can merge (#8) and close this issue.