From 2f2c3d61d96fa82eab0863129aba126e5c5264a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Mon, 22 Apr 2024 18:00:37 +0200 Subject: [PATCH] Mention dual licensing in readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 790e3136..6ecc03ad 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,24 @@ MoreLinq provides more extension functions on `IEnumerable`, but has no addition * [Functional.Maybe](https://github.com/AndreyTsvetkov/Functional.Maybe) * [Tango](https://github.com/gabrielschade/tango) -## Contributing +## License +Licensed under either of +* Apache License, Version 2.0 + ([LICENSE-Apache](LICENSE-Apache) or ) +* MIT license + ([LICENSE-MIT](LICENSE-MIT) or ) + +at your option. + +## Contribution Contributions are more than welcome. Just open a PR :) If you want something easy to work on, there are a few issues marked with [good first issue]. +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. + ### Documentation To build the documentation you need [mdBook] installed.