From ea91a93275c86924dd7ff0a1b3c8f3559e5b2f25 Mon Sep 17 00:00:00 2001 From: SkipperAndrei Date: Sat, 25 Apr 2026 13:39:15 +0300 Subject: [PATCH 1/3] Insert beman-tidy in pre-commit-config.yaml --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64d27cf..d037eab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,3 +38,9 @@ repos: - id: codespell files: ^.*\.(cmake|cpp|hpp|txt|md|json|in|yaml|yml)$ args: ["--ignore-words", ".codespellignore" ] + + - repo: https://github.com/bemanproject/beman-tidy + rev: v0.3.1 + hooks: + - id: beman-tidy + args: [".", "--verbose"] From a2982202b5aa3d88a8343c679e02d07e77158659 Mon Sep 17 00:00:00 2001 From: SkipperAndrei Date: Sat, 25 Apr 2026 13:58:05 +0300 Subject: [PATCH 2/3] Change beman-tidy to default mode --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d037eab..a241b6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,4 +43,3 @@ repos: rev: v0.3.1 hooks: - id: beman-tidy - args: [".", "--verbose"] From 4703dfe1fa5fc34576501dfa12a6271760b7cb2a Mon Sep 17 00:00:00 2001 From: SkipperAndrei Date: Sat, 25 Apr 2026 12:33:24 +0300 Subject: [PATCH 3/3] 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