From b9599bb0d4e1d7b395eb099e9478d54f3a1c5f40 Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Sun, 8 Jun 2025 21:34:41 -0700 Subject: [PATCH] CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e9ec7be --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# License +All code in this repository is dual-licensed under either [License-MIT](./LICENSE-MIT) or [LICENSE-APACHE](./LICENSE-Apache) at your option. This means you can select the license you prefer. [Why dual license](https://github.com/bevyengine/bevy/issues/2373). + +# Your contributions +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.