From 0644ff9eafd25131611a71f31d8401cfb6817b1e Mon Sep 17 00:00:00 2001 From: MeZaip Date: Sat, 25 Apr 2026 15:01:37 +0300 Subject: [PATCH] Add license section to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4289a053..3b12b2ae 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ The implementation compiles and passes tests using [clang](https://clang.llvm.or | Clang | 22-19 | C++26, C++23 | libc++ | | MSVC | latest | C++23 | MSVC STL | +## License + +beman.execution is licensed under the Apache License v2.0 with LLVM Exceptions. + ## Examples - `` example: [Compiler Explorer](https://godbolt.org/z/4r4x9q1r7)