From aa07e24c78421ccbe8181a573624de98d28f7dbf Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 23 Jan 2026 12:11:49 -0800 Subject: [PATCH] make check-copyright.sh also handle other tests/.../expected/... files --- scripts/check-copyright.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-copyright.sh b/scripts/check-copyright.sh index 0b90d9f..dcebf6d 100755 --- a/scripts/check-copyright.sh +++ b/scripts/check-copyright.sh @@ -46,7 +46,7 @@ function main() */LICENSE.md|*/Notices.txt) # copyright file ;; - /crates/cpu/tests/expected/*.vcd|/crates/cpu/tests/expected/*.txt) + /crates/cpu/tests*/expected/*.vcd|/crates/cpu/tests*/expected/*.txt) # file that can't contain copyright header ;; /.forgejo/workflows/*.yml|*/.gitignore|*/.gitattributes|*.toml) @@ -71,4 +71,4 @@ function main() done } -main \ No newline at end of file +main