From 33f199c70e1c886b5b7381293b441ceda559aabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 26 Jul 2024 13:22:32 +0200 Subject: [PATCH] Add note about the used licenses to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 73aaca420..05cf046ec 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ be found in the `README` files in the `collector` and `site` directories. Additional documentation on the benchmark programs can be found in the `README` file in the `collector/compile-benchmarks` and `collector/runtime-benchmarks` directories. + +## License +The code of this repository is licensed under the `MIT` license, managed by the [`Reuse Specification`](REUSE.toml). +The compile-time benchmarks have their own separate licenses, check the [`collector/compile-benchmarks/REUSE.toml`](collector/compile-benchmarks/REUSE.toml) file.