Skip to content

Commit bd70312

Browse files
docs: update nightshade crate README to mention dual licensing
- Add MIT and Apache 2.0 dual license information - Match licensing format from workspace README - Include contributor license agreement section
1 parent e95187a commit bd70312

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

crates/nightshade/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,13 @@ WebGPU is supported in:
6060

6161
## License
6262

63-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/matthewjberger/nightshade/blob/main/LICENSE.md) file for details.
63+
Nightshade is free, open source and permissively licensed! All code in this repository is dual-licensed under either:
64+
65+
* MIT License ([LICENSE-MIT](https://github.com/matthewjberger/nightshade/blob/main/LICENSE-MIT) or http://opensource.org/licenses/MIT)
66+
* Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/matthewjberger/nightshade/blob/main/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
67+
68+
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.
69+
70+
### Your contributions
71+
72+
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 commit comments

Comments
 (0)