klingtnet / rb

A thread-safe fixed-size circular buffer written in safe Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Licensing

klingtnet opened this issue · comments

At the moment rb is licensed under GPLv3 but this is subject of change until there is a 1.0 release. If you've any concerns about using the GPL license, please leave a comment in this issue.

I still have to learn the differences between the all the major open-source software licenses. Luckily there is tldrlegal.com which helps a lot for this task.

Most Rust creates are MIT/Apache-2.0 (see this emoon/rust_minifb#13) and I think it would be great to use the same for this.