From a4dadfb840badfb6c1676a57e5050fad963585cb Mon Sep 17 00:00:00 2001 From: SkipperAndrei Date: Sat, 25 Apr 2026 12:33:24 +0300 Subject: [PATCH] Fix lack of License section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b8289..431ba16 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions **Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use) -Source is licensed with the Apache 2.0 license with LLVM exceptions +## License + +beman.iterator_interface is licensed under the Apache License v2.0 with LLVM Exceptions. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception