diff --git a/README.md b/README.md index 4ef01d8..d5f2b3e 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ 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). **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) -## Usage +## License + +beman.copyable\_function is licensed under the Apache License v2.0 with LLVM Exceptions. +## Usage The following code snippet illustrates `copyable_function`: @@ -41,7 +43,6 @@ int main() ``` - ## Dependencies ### Build Environment @@ -58,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: