Clarify licensing in root README

This commit is contained in:
Philipp Oppermann
2019-12-12 09:55:23 +01:00
parent 9406eb32f6
commit a7ae6519c7

View File

@@ -104,4 +104,17 @@ The current version of the blog is already the second edition. The first edition
([source code](https://github.com/phil-opp/blog_os/tree/returning_from_exceptions))
## License
The source code is dual-licensed under MIT or the Apache License (Version 2.0). This excludes the `blog` directory.
This project, with exception of the `blog/content` folder, is licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
For licensing of the `blog/content` folder, see the [`blog/content/README.md`](blog/content/README.md).
### 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.