From 4a420f0db74377cc46c16def38f4444429d71f2a Mon Sep 17 00:00:00 2001 From: Dragos Coscodan Date: Sat, 25 Apr 2026 11:42:55 +0300 Subject: [PATCH 1/3] Update the Readme to include the Apache License section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ef01d8..8a64183 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ the function signature R(Args...). The library conforms to the [The Beman Standa **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) +## License + +beman.exemplar is licensed under the Apache License v2.0 with LLVM Exceptions. + ## Usage From eb6adf37ed5449f57f1e56e4bffd3d13bf2fdf05 Mon Sep 17 00:00:00 2001 From: Dragos Coscodan Date: Sat, 25 Apr 2026 11:59:21 +0300 Subject: [PATCH 2/3] Solve blank lines linter issues --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8a64183..ec22191 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg) - `beman.copyable_function` is a type-erased function wrapper that can represent any copyable callable matching the function signature R(Args...). The library conforms to the [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/beman_standard.md). @@ -22,7 +21,6 @@ beman.exemplar is licensed under the Apache License v2.0 with LLVM Exceptions. ## Usage - The following code snippet illustrates `copyable_function`: ```cpp @@ -45,7 +43,6 @@ int main() ``` - ## Dependencies ### Build Environment @@ -62,7 +59,6 @@ You can disable this behavior by setting cmake option [`BEMAN_EXEMPLAR_BUILD_TESTS`](#beman_exemplar_build_tests) to `OFF` when configuring the project. - ### Supported Platforms This project officially supports: From 83b1a0eca4e5f6a2085d5ad4abd9976a89e7b322 Mon Sep 17 00:00:00 2001 From: Dragos Coscodan Date: Sat, 25 Apr 2026 12:36:48 +0300 Subject: [PATCH 3/3] Update Readme.md with License section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec22191..d5f2b3e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ the function signature R(Args...). The library conforms to the [The Beman Standa ## License -beman.exemplar is licensed under the Apache License v2.0 with LLVM Exceptions. +beman.copyable\_function is licensed under the Apache License v2.0 with LLVM Exceptions. ## Usage