Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
perlindgren committed Oct 14, 2024
1 parent 23f20da commit b18d5d4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b18d5d4

Please sign in to comment.