zsup / firmware-rust

Firmware libraries for running Rust on Particle devices (feature/rust branch)
https://www.particle.io/
Other
27 stars 5 forks source link

License: LGPL vs. Apache? #3

Open zsup opened 8 years ago

zsup commented 8 years ago

Although the Particle firmware libraries are LGPL (and for at least part of the stack this is necessary, as Arduino/Wiring itself is LGPL), I might advocate for the Rust-y parts of this implementation that will be new to be published under a more liberal Apache license (wherever possible). Discuss.

dbrgn commented 8 years ago

Rust uses MIT/Apache-2 dual licensing. It might make sense to match that. The question is whether it's legal to integrate that with the LGPL libraries by Particle through static linking...

tjpeden commented 8 years ago

I second @dbrgn.