pre-commit: license headers for Rust files#2731
Conversation
Add a second insert-license entry for *.rs (// comment style) and backfill all 24 tracked Rust files with the canonical Apache-2.0 header, replacing the ad-hoc short Copyright/SPDX headers where present.
Greptile SummaryThis PR adds license-header coverage for Rust files. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "Merge branch 'main' into license-rust-he..." | Re-trigger Greptile |
|
Re the current-year concern: verified idempotent — reran |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Extends insert-license pre-commit hook with a second entry covering
*.rsBackfills all 24 tracked Rust files with the canonical header, replacing the ad-hoc short
Copyright/SPDX-License-Identifier