diff --git a/README.md b/README.md index 4374e83..8091166 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,21 @@ assert_eq!(iter.next(), Some(6)); assert_eq!(iter.next(), Some(24)); assert_eq!(iter.next(), Some(120)); assert_eq!(iter.next(), None); -``` \ No newline at end of file +``` + +## 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 + +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.