diff --git a/README.md b/README.md index 50c6eeb..8c10050 100644 --- a/README.md +++ b/README.md @@ -581,4 +581,15 @@ Look in [BUILD.md](BUILD.md) for a breakdown of the `SyncRim` feature handling a ## License -TDB (likely MIT + Apache) +SyncRim is free, open source and permissively licensed! All code in this repository is dual-licensed under either: + +- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT) +- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) + +at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both. + +Some of the assets in this repo are cloned from Bevy game engine (under different licenses). + +## Your contributions + +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.