Add license header check for rust files

Added binary that can check for and add Apache 2.0 licenses.
Run this binary during the build-rust workflow.
This commit is contained in:
Gabriel White-Vega
2023-09-08 16:53:36 -04:00
parent 01603ca9e4
commit 6ec6f1efe5
8 changed files with 293 additions and 3 deletions
+1 -1
View File
@@ -62,5 +62,5 @@ in tests at `pytests/assigned_numbers.rs`.
To regenerate the assigned number tables based on the Python codebase:
```
PYTHONPATH=.. cargo run --bin gen-assigned-numbers --features bumble-codegen
PYTHONPATH=.. cargo run --bin gen-assigned-numbers --features dev-tools
```