From d45c96a38db689b6b56d909cb29779aacc2e24aa Mon Sep 17 00:00:00 2001 From: meliurwen Date: Mon, 20 Feb 2023 12:51:49 +0100 Subject: [PATCH] Added License section on the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6a60dff..e556b0c 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,11 @@ To generate the **documentation**: ```sh cargo rustdoc --package reCTBN --open -- --default-theme=ayu ``` + +## License + +This software is distributed under the terms of both the Apache License +(Version 2.0) and the MIT license. + +See [LICENSE-APACHE](./LICENSE-APACHE) and [LICENSE-MIT](./LICENSE-MIT) for +details.